Uses of Interface
com.microsoft.rest.protocol.ResponseBuilder.Factory
-
Packages that use ResponseBuilder.Factory Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function. -
-
Uses of ResponseBuilder.Factory in com.microsoft.rest
Classes in com.microsoft.rest that implement ResponseBuilder.Factory Modifier and Type Class Description static classServiceResponseBuilder.FactoryA factory to create a service response builder.Methods in com.microsoft.rest that return ResponseBuilder.Factory Modifier and Type Method Description ResponseBuilder.FactoryRestClient. responseBuilderFactory()Methods in com.microsoft.rest with parameters of type ResponseBuilder.Factory Modifier and Type Method Description RestClient.BuilderRestClient.Builder. withResponseBuilderFactory(ResponseBuilder.Factory responseBuilderFactory)Sets the response builder factory.
-