Uses of Class
com.github.davidmoten.odata.client.ContextPath
-
Packages that use ContextPath Package Description com.github.davidmoten.odata.client com.github.davidmoten.odata.client.internal -
-
Uses of ContextPath in com.github.davidmoten.odata.client
Fields in com.github.davidmoten.odata.client declared as ContextPath Modifier and Type Field Description protected ContextPathActionFunctionRequestBase. contextPathprotected ContextPathActionFunctionRequestBase. contextPathprotected ContextPathActionFunctionRequestBase. contextPathprotected ContextPathActionFunctionRequestBase. contextPathprotected ContextPathActionFunctionRequestBase. contextPathprotected ContextPathActionFunctionRequestBase. contextPathprotected ContextPathActionFunctionRequestBase. contextPathprotected ContextPathEntityRequest. contextPathprotected ContextPathNonEntityRequest. contextPathMethods in com.github.davidmoten.odata.client that return ContextPath Modifier and Type Method Description ContextPathContextPath. addActionOrFunctionSegment(String fullyQualifiedName)ContextPathContextPath. addKeys(NameValue... keys)ContextPathContextPath. addQueries(Map<String,String> queries)ContextPathContextPath. addQuery(String key, String value)ContextPathContextPath. addSegment(String segment)ContextPathContextPath. appendToSegment(String s)ContextPathContextPath. clearQueries()Methods in com.github.davidmoten.odata.client with parameters of type ContextPath 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)REntityRequestFactory. create(ContextPath contextPath)RNonEntityRequestFactory. create(ContextPath contextPath)<T> TSerializer. deserialize(String text, Class<? extends T> cls, ContextPath contextPath, boolean addKeysToContextPath)<T> CollectionPage<T>Serializer. deserializeCollectionPage(String json, Class<T> cls, ContextPath contextPath, List<RequestHeader> requestHeaders, HttpRequestOptions options, Consumer<? super CollectionPage<T>> listener)<T,S>
TSerializer. deserializeWithParametricType(String text, Class<? extends T> cls, Class<? extends S> parametricTypeClass, ContextPath contextPath, boolean addKeysToContextPath)static <T> CollectionPageNonEntityRequest<T>CollectionPageNonEntityRequest. forAction(ContextPath contextPath, Class<T> returnClass, Map<String,TypedObject> parameters)static <T> CollectionPageNonEntityRequest<T>CollectionPageNonEntityRequest. forFunction(ContextPath contextPath, Class<T> returnClass, Map<String,TypedObject> parameters) -
Uses of ContextPath in com.github.davidmoten.odata.client.internal
Methods in com.github.davidmoten.odata.client.internal with parameters of type ContextPath Modifier and Type Method Description static voidRequestHelper. checkResponseCode(ContextPath cp, HttpResponse response, int expectedResponseCode)static voidRequestHelper. checkResponseCodeOk(ContextPath cp, HttpResponse response)static Optional<StreamProvider>RequestHelper. createStream(ContextPath contextPath, ODataEntityType entity)static Optional<StreamProvider>RequestHelper. createStreamForEdmStream(ContextPath contextPath, ODataType item, String fieldName, String base64)static <T extends ODataEntityType>
voidRequestHelper. delete(ContextPath cp, RequestOptions options)static <T> TRequestHelper. get(ContextPath contextPath, Class<T> returnCls, RequestOptions options)Returns the json from an HTTP GET of the url built from the contextPath and options.static InputStreamRequestHelper. getStream(ContextPath contextPath, RequestOptions options, String base64)static <T> Class<? extends T>RequestHelper. getSubClass(ContextPath cp, List<SchemaInfo> schemas, Class<T> cls, String json)static <T,S>
TRequestHelper. getWithParametricType(ContextPath contextPath, Class<T> cls, Class<S> parametricTypeClass, RequestOptions options)static <T extends ODataEntityType>
TRequestHelper. patch(T entity, ContextPath contextPath, RequestOptions options)static <T extends ODataEntityType>
TRequestHelper. patch(T entity, ContextPath contextPath, Class<T> cls, RequestOptions options)static <T> TRequestHelper. patchAny(Object object, ContextPath contextPath, Class<T> responseClass, RequestOptions options)static voidRequestHelper. post(Map<String,Object> parameters, ContextPath contextPath, RequestOptions options)static <T extends ODataEntityType>
TRequestHelper. post(T entity, ContextPath contextPath, Class<T> cls, RequestOptions options)static <T> TRequestHelper. postAny(Object object, ContextPath contextPath, Class<T> responseClass, RequestOptions options)static <T,S>
TRequestHelper. postAnyWithParametricType(Object object, ContextPath contextPath, Class<T> cls, Class<S> parametricTypeClass, RequestOptions options)static voidRequestHelper. put(ContextPath contextPath, RequestOptions options, InputStream in, int length)static <T extends ODataEntityType>
TRequestHelper. put(T entity, ContextPath contextPath, RequestOptions options)static voidRequestHelper. send(HttpMethod method, ContextPath contextPath, RequestOptions options, InputStream in, int length)static <T> TRequestHelper. submitAny(HttpMethod method, Object object, ContextPath contextPath, Class<T> responseClass, RequestOptions options)static Optional<StreamUploaderSingleCall>RequestHelper. uploader(ContextPath contextPath, ODataType item, String fieldName, HttpMethod method)
-