Uses of Class
com.github.davidmoten.odata.client.StreamUploaderSingleCall
-
Packages that use StreamUploaderSingleCall Package Description com.github.davidmoten.odata.client com.github.davidmoten.odata.client.internal -
-
Uses of StreamUploaderSingleCall in com.github.davidmoten.odata.client
Methods in com.github.davidmoten.odata.client that return StreamUploaderSingleCall Modifier and Type Method Description StreamUploaderSingleCallStreamUploaderSingleCall. connectTimeout(long duration, TimeUnit unit)StreamUploaderSingleCallStreamUploaderSingleCall. readTimeout(long duration, TimeUnit unit)StreamUploaderSingleCallStreamUploaderSingleCall. requestHeader(String name, String value)Methods in com.github.davidmoten.odata.client that return types with arguments of type StreamUploaderSingleCall Modifier and Type Method Description static UploadStrategy<StreamUploaderSingleCall>UploadStrategy. singleCall() -
Uses of StreamUploaderSingleCall in com.github.davidmoten.odata.client.internal
Methods in com.github.davidmoten.odata.client.internal that return types with arguments of type StreamUploaderSingleCall Modifier and Type Method Description static Optional<StreamUploaderSingleCall>RequestHelper. uploader(ContextPath contextPath, ODataType item, String fieldName, HttpMethod method)
-