Uses of Class
com.microsoft.rest.ServiceResponseWithHeaders
-
Packages that use ServiceResponseWithHeaders 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 ServiceResponseWithHeaders in com.microsoft.rest
Methods in com.microsoft.rest that return ServiceResponseWithHeaders Modifier and Type Method Description <THeader> ServiceResponseWithHeaders<T,THeader>ServiceResponseBuilder. buildEmptyWithHeaders(retrofit2.Response<Void> response, Class<THeader> headerType)<THeader> ServiceResponseWithHeaders<T,THeader>ServiceResponseBuilder. buildWithHeaders(retrofit2.Response<okhttp3.ResponseBody> response, Class<THeader> headerType)Method parameters in com.microsoft.rest with type arguments of type ServiceResponseWithHeaders Modifier and Type Method Description static <T,V>
ServiceFuture<T>ServiceFuture. fromHeaderResponse(rx.Observable<ServiceResponseWithHeaders<T,V>> observable, ServiceCallback<T> callback)Creates a ServiceCall from an observable and a callback for a header response. -
Uses of ServiceResponseWithHeaders in com.microsoft.rest.protocol
Methods in com.microsoft.rest.protocol that return ServiceResponseWithHeaders Modifier and Type Method Description <THeader> ServiceResponseWithHeaders<T,THeader>ResponseBuilder. buildEmptyWithHeaders(retrofit2.Response<Void> response, Class<THeader> headerType)Build a ServiceResponseWithHeaders instance from a REST call response, a header in JSON format, and a possible error, which does not have a response body.<THeader> ServiceResponseWithHeaders<T,THeader>ResponseBuilder. buildWithHeaders(retrofit2.Response<okhttp3.ResponseBody> response, Class<THeader> headerType)Build a ServiceResponseWithHeaders instance from a REST call response, a header in JSON format, and a possible error.
-