Uses of Class
com.microsoft.rest.ServiceResponseBuilder
-
Packages that use ServiceResponseBuilder Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function. -
-
Uses of ServiceResponseBuilder in com.microsoft.rest
Methods in com.microsoft.rest that return ServiceResponseBuilder Modifier and Type Method Description <T,E extends RestException>
ServiceResponseBuilder<T,E>ServiceResponseBuilder.Factory. newInstance(SerializerAdapter<?> serializerAdapter)ServiceResponseBuilder<T,E>ServiceResponseBuilder. register(int statusCode, Type type)ServiceResponseBuilder<T,E>ServiceResponseBuilder. registerAll(Map<Integer,Type> responseTypes)Register all the mappings from a response status code to a response destination type stored in aMap.ServiceResponseBuilder<T,E>ServiceResponseBuilder. registerError(Class<? extends RestException> type)ServiceResponseBuilderServiceResponseBuilder. withThrowOnGet404(boolean throwOnGet404)Specifies whether to throw on 404 responses from a GET call.
-