Uses of Interface
com.microsoft.rest.protocol.Environment.Endpoint
-
Packages that use Environment.Endpoint Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function.com.microsoft.rest.protocol The package contains classes that interfaces defining the behaviors of the necessary components of a Rest Client. -
-
Uses of Environment.Endpoint in com.microsoft.rest
Methods in com.microsoft.rest with parameters of type Environment.Endpoint Modifier and Type Method Description RestClient.BuilderRestClient.Builder. withBaseUrl(Environment environment, Environment.Endpoint endpoint)Sets the base URL with the default from the Environment. -
Uses of Environment.Endpoint in com.microsoft.rest.protocol
Methods in com.microsoft.rest.protocol with parameters of type Environment.Endpoint Modifier and Type Method Description StringEnvironment. url(Environment.Endpoint endpoint)Provides a URL for the endpoint.
-