All Superinterfaces:
Element

public interface Url extends Element
  • Method Details

    • getServiceGroup

      @Nonnull ServiceGroup getServiceGroup()
    • getUrlPathSegments

      org.eclipse.collections.api.list.ImmutableList<Element> getUrlPathSegments()
    • getParameters

      org.eclipse.collections.api.list.ImmutableList<Parameter> getParameters()
    • getQueryParameters

      org.eclipse.collections.api.list.ImmutableList<Parameter> getQueryParameters()
    • getPathParameters

      org.eclipse.collections.api.list.ImmutableList<Parameter> getPathParameters()
    • getServices

      org.eclipse.collections.api.list.ImmutableList<Service> getServices()
    • getUrlString

      default String getUrlString()