Class EndpointsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.serviceendpoint.endpoints.EndpointsRequestBuilder.GetQueryParameters
- Enclosing class:
EndpointsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionAuthorization schemes used for service endpoints.String[]
Ids of the service endpoints.String[]
Names of the service endpoints.Flag to include more details for service endpoints.Failed flag for service endpoints.Owner for service endpoints.Type of the service endpoints. -
Constructor Summary
-
Method Summary
-
Field Details
-
authSchemes
Authorization schemes used for service endpoints. -
endpointIds
Ids of the service endpoints. -
endpointNames
Names of the service endpoints. -
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
Failed flag for service endpoints. -
owner
Owner for service endpoints. -
type
Type of the service endpoints.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-