Uses of Class
com.github.davidmoten.odata.client.HttpMethod
-
Packages that use HttpMethod Package Description com.github.davidmoten.odata.client com.github.davidmoten.odata.client.internal -
-
Uses of HttpMethod in com.github.davidmoten.odata.client
Methods in com.github.davidmoten.odata.client that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.davidmoten.odata.client that return types with arguments of type HttpMethod Modifier and Type Method Description static Set<HttpMethod>HttpMethod. createOrUpdateMethods()Methods in com.github.davidmoten.odata.client with parameters of type HttpMethod Modifier and Type Method Description Optional<T>UploadStrategy. builder(ContextPath contextPath, ODataType entity, String fieldName, HttpMethod method)Optional<StreamUploaderChunked>UploadStrategyChunked. builder(ContextPath contextPath, ODataType entity, String fieldName, HttpMethod method)InputStreamHttpService. getStream(HttpMethod method, String url, List<RequestHeader> requestHeaders, HttpRequestOptions options)default HttpResponseHttpService. send(HttpMethod method, String url, List<RequestHeader> requestHeaders, InputStream content, int length, HttpRequestOptions options)voidCustomRequest. submitString(HttpMethod method, String url, String content, RequestOptions options, RequestHeader... headers)StringCustomRequest. submitStringReturnsString(HttpMethod method, String url, String content, RequestOptions options, RequestHeader... headers)default HttpResponseHttpService. submitWithContent(HttpMethod method, String url, List<RequestHeader> requestHeaders, InputStream content, int length, HttpRequestOptions options)default HttpResponseHttpService. submitWithContent(HttpMethod method, String url, List<RequestHeader> requestHeaders, String content, HttpRequestOptions options)TestingService.BuilderBase.Builder<T,R>TestingService.BuilderBase.Builder. withMethod(HttpMethod method)Constructors in com.github.davidmoten.odata.client with parameters of type HttpMethod Constructor Description CollectionPageNonEntityRequest(ContextPath contextPath, Class<T> cls, HttpMethod method, Optional<String> content, int expectedResponseCode)StreamUploaderSingleCall(ContextPath contextPath, String contentType, HttpMethod method) -
Uses of HttpMethod in com.github.davidmoten.odata.client.internal
Methods in com.github.davidmoten.odata.client.internal with parameters of type HttpMethod Modifier and Type Method Description InputStreamApacheHttpClientHttpService. getStream(HttpMethod method, String url, List<RequestHeader> requestHeaders, HttpRequestOptions options)InputStreamDefaultHttpService. getStream(HttpMethod method, String url, List<RequestHeader> requestHeaders, HttpRequestOptions options)static voidRequestHelper. send(HttpMethod method, ContextPath contextPath, RequestOptions options, InputStream in, int length)static voidRequestHelper. sendChunk(HttpMethod method, HttpService service, String url, InputStream in, List<RequestHeader> requestHeaders, long startByte, long finishByte, long size, HttpRequestOptions options)static Optional<StreamUploaderSingleCall>RequestHelper. uploader(ContextPath contextPath, ODataType item, String fieldName, HttpMethod method)
-