Uses of Interface
com.microsoft.rest.protocol.ResponseBuilder
-
Packages that use ResponseBuilder 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 ResponseBuilder in com.microsoft.rest
Classes in com.microsoft.rest that implement ResponseBuilder Modifier and Type Class Description classServiceResponseBuilder<T,E extends RestException>The builder for building aServiceResponse. -
Uses of ResponseBuilder in com.microsoft.rest.protocol
Methods in com.microsoft.rest.protocol that return ResponseBuilder Modifier and Type Method Description <T,E extends RestException>
ResponseBuilder<T,E>ResponseBuilder.Factory. newInstance(SerializerAdapter<?> serializerAdapter)Returns a response builder instance.ResponseBuilder<T,E>ResponseBuilder. register(int statusCode, Type type)Register a mapping from a response status code to a response destination type.ResponseBuilder<T,E>ResponseBuilder. registerError(Class<? extends RestException> type)Register a destination type for errors with models.
-