Uses of Interface
com.sap.cloud.sdk.datamodel.odatav4.core.ReadRequestBuilder
Packages that use ReadRequestBuilder
-
Uses of ReadRequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.core
Classes in com.sap.cloud.sdk.datamodel.odatav4.core that implement ReadRequestBuilderModifier and TypeClassDescriptionclassRepresentation of an OData function request as a fluent interface for further configuring the request andexecutingit.classFunctionRequestBuilder<BuilderT extends FunctionRequestBuilder<BuilderT,ResultT>, ResultT> Representation of a non-CRUD OData request as a fluent interface for further configuring the request andexecutingit.classGetAllRequestBuilder<EntityT extends VdmEntity<?>>Representation of an OData request as a fluent interface for further configuring the request andexecutingit.classGetByKeyRequestBuilder<EntityT extends VdmEntity<?>>Representation of an OData request to retrieve an entity by its key as a fluent interface for further configuring the request andexecutingit.classSingleValueFunctionRequestBuilder<ResultT>Representation of an OData function request as a fluent interface for further configuring the request andexecutingit.Methods in com.sap.cloud.sdk.datamodel.odatav4.core that return ReadRequestBuilderModifier and TypeMethodDescriptionReadRequestBuilder.withCsrfToken()Activates the CSRF token retrieval for this OData request.Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type ReadRequestBuilderModifier and TypeMethodDescriptionBatchRequestBuilder.addReadOperations(ReadRequestBuilder<?>... operations) Add read operations to the OData batch request.