Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultMultipartGeneric
Packages that use ODataRequestResultMultipartGeneric
Package
Description
-
Uses of ODataRequestResultMultipartGeneric in com.sap.cloud.sdk.datamodel.odata.client.request
Methods in com.sap.cloud.sdk.datamodel.odata.client.request that return ODataRequestResultMultipartGenericModifier and TypeMethodDescriptionODataRequestBatch.execute
(org.apache.http.client.HttpClient httpClient) -
Uses of ODataRequestResultMultipartGeneric in com.sap.cloud.sdk.datamodel.odata.helper.batch
Methods in com.sap.cloud.sdk.datamodel.odata.helper.batch with parameters of type ODataRequestResultMultipartGenericModifier and TypeMethodDescriptionstatic DefaultBatchResponseResult
DefaultBatchResponseResult.of
(ODataRequestResultMultipartGeneric response, BatchFluentHelperBasic<?, ?> initialRequest) Static factory method to convert from generic response to typed response. -
Uses of ODataRequestResultMultipartGeneric in com.sap.cloud.sdk.datamodel.odatav4.core
Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type ODataRequestResultMultipartGenericModifier and TypeMethodDescriptionstatic BatchResponse
BatchResponse.of
(ODataRequestResultMultipartGeneric response, BatchRequestBuilder initialRequest) Static factory method to convert from generic response to typed response.