Uses of Class
com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
Packages that use GetAllRequestBuilder
-
Uses of GetAllRequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.core
Methods in com.sap.cloud.sdk.datamodel.odatav4.core that return GetAllRequestBuilderModifier and TypeMethodDescriptionfinal GetAllRequestBuilder<EntityT>GetAllRequestBuilder.filter(FilterableBoolean<EntityT>... filters) NavigableEntityCollection.getAll()Fetch multiple entities.final GetAllRequestBuilder<EntityT>GetAllRequestBuilder.orderBy(FieldOrdering<EntityT>... ordering) GetAllRequestBuilder.search(SearchExpression expression) final GetAllRequestBuilder<EntityT>GetAllRequestBuilder.skip(int skip) GetAllRequestBuilder.top(int top) GetAllRequestBuilder.withCsrfToken()GetAllRequestBuilder.withPreferredPageSize(int size) Set the preferred page size of the OData response.Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type GetAllRequestBuilderModifier and TypeMethodDescriptionBatchResponse.getReadResult(GetAllRequestBuilder<T> operation) Extract the batch item result for the provided OData request.