Class EndpointsRequestBuilder.GetQueryParameters

java.lang.Object
org.azd.serviceendpoint.endpoints.EndpointsRequestBuilder.GetQueryParameters
Enclosing class:
EndpointsRequestBuilder

public static class EndpointsRequestBuilder.GetQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • authSchemes

      public String authSchemes
      Authorization schemes used for service endpoints.
    • endpointIds

      public String[] endpointIds
      Ids of the service endpoints.
    • endpointNames

      public String[] endpointNames
      Names of the service endpoints.
    • includeDetails

      public Boolean includeDetails
      Flag to include more details for service endpoints. This is for internal use only and the flag will be treated as false for all other requests
    • includeFailed

      public Boolean includeFailed
      Failed flag for service endpoints.
    • owner

      public String owner
      Owner for service endpoints.
    • type

      public String type
      Type of the service endpoints.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()