Class DefaultReturnsInspectionService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultReturnsInspectionService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ReturnsInspectionService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultReturnsInspectionService")
@Deprecated
public class DefaultReturnsInspectionService
extends Object
implements ServiceWithNavigableEntities, ReturnsInspectionService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You use this service to create, read, update, confirm, and delete inspection data for one or more items of a specified returns delivery. You can also read, update, and delete the inspection data by specifying the inspection document. In addition, you can create inspection split items to enter different inspection data for the subquantities of a returns delivery item. The service contains the inspection document header and item entities..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_RETURNSINSPECTION_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Returns Inspection OData v4 Integration(SAP_COM_0795) |
| Scope Items: | Customer Returns(BKP) |
| Authentication Methods: | x509 |
| Service Group Name: | API_RETURNSINSPECTION_2 |
| Business Object: | Returns Inspection |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ReturnsInspectionService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingReturnsInspectionService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theReturnsInspectionentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theReturnsInspectionItementity collection matching the filter and search expressions.createReturnsInspection(ReturnsInspection returnsInspection) Deprecated.Create a newReturnsInspectionentity and save it to the S/4HANA system.deleteReturnsInspection(ReturnsInspection returnsInspection) Deprecated.Deletes an existingReturnsInspectionentity in the S/4HANA system.Deprecated.Fetch multipleReturnsInspectionentities.Deprecated.Fetch multipleReturnsInspectionItementities.getReturnsInspectionByKey(String returnsInspection) Deprecated.Fetch a singleReturnsInspectionentity using key fields.getReturnsInspectionItemByKey(String returnsInspection, String returnsInspectionItem) Deprecated.Fetch a singleReturnsInspectionItementity using key fields.Deprecated.updateReturnsInspectionItem(ReturnsInspectionItem returnsInspectionItem) Deprecated.Update an existingReturnsInspectionItementity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultReturnsInspectionService
public DefaultReturnsInspectionService()Deprecated.Creates a service usingReturnsInspectionService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ReturnsInspectionServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceReturnsInspectionService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ReturnsInspectionServiceCreates a batch request builder object.- Specified by:
batchin interfaceReturnsInspectionService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllReturnsInspection
Deprecated.Description copied from interface:ReturnsInspectionServiceFetch multipleReturnsInspectionentities.- Specified by:
getAllReturnsInspectionin interfaceReturnsInspectionService- Returns:
- A request builder to fetch multiple
ReturnsInspectionentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countReturnsInspection
Deprecated.Description copied from interface:ReturnsInspectionServiceFetch the number of entries from theReturnsInspectionentity collection matching the filter and search expressions.- Specified by:
countReturnsInspectionin interfaceReturnsInspectionService- Returns:
- A request builder to fetch the count of
ReturnsInspectionentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getReturnsInspectionByKey
@Nonnull public GetByKeyRequestBuilder<ReturnsInspection> getReturnsInspectionByKey(String returnsInspection) Deprecated.Description copied from interface:ReturnsInspectionServiceFetch a singleReturnsInspectionentity using key fields.- Specified by:
getReturnsInspectionByKeyin interfaceReturnsInspectionService- Parameters:
returnsInspection- Inspection Outcome numberConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
ReturnsInspectionentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createReturnsInspection
@Nonnull public CreateRequestBuilder<ReturnsInspection> createReturnsInspection(@Nonnull ReturnsInspection returnsInspection) Deprecated.Description copied from interface:ReturnsInspectionServiceCreate a newReturnsInspectionentity and save it to the S/4HANA system.- Specified by:
createReturnsInspectionin interfaceReturnsInspectionService- Parameters:
returnsInspection-ReturnsInspectionentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ReturnsInspectionentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteReturnsInspection
@Nonnull public DeleteRequestBuilder<ReturnsInspection> deleteReturnsInspection(@Nonnull ReturnsInspection returnsInspection) Deprecated.Description copied from interface:ReturnsInspectionServiceDeletes an existingReturnsInspectionentity in the S/4HANA system.- Specified by:
deleteReturnsInspectionin interfaceReturnsInspectionService- Parameters:
returnsInspection-ReturnsInspectionentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ReturnsInspectionentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllReturnsInspectionItem
Deprecated.Description copied from interface:ReturnsInspectionServiceFetch multipleReturnsInspectionItementities.- Specified by:
getAllReturnsInspectionItemin interfaceReturnsInspectionService- Returns:
- A request builder to fetch multiple
ReturnsInspectionItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countReturnsInspectionItem
Deprecated.Description copied from interface:ReturnsInspectionServiceFetch the number of entries from theReturnsInspectionItementity collection matching the filter and search expressions.- Specified by:
countReturnsInspectionItemin interfaceReturnsInspectionService- Returns:
- A request builder to fetch the count of
ReturnsInspectionItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getReturnsInspectionItemByKey
@Nonnull public GetByKeyRequestBuilder<ReturnsInspectionItem> getReturnsInspectionItemByKey(String returnsInspection, String returnsInspectionItem) Deprecated.Description copied from interface:ReturnsInspectionServiceFetch a singleReturnsInspectionItementity using key fields.- Specified by:
getReturnsInspectionItemByKeyin interfaceReturnsInspectionService- Parameters:
returnsInspection- Inspection Outcome numberConstraints: Not nullable, Maximum length: 12
returnsInspectionItem- Inspection Item NumberConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
ReturnsInspectionItementity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateReturnsInspectionItem
@Nonnull public UpdateRequestBuilder<ReturnsInspectionItem> updateReturnsInspectionItem(@Nonnull ReturnsInspectionItem returnsInspectionItem) Deprecated.Description copied from interface:ReturnsInspectionServiceUpdate an existingReturnsInspectionItementity and save it to the S/4HANA system.- Specified by:
updateReturnsInspectionItemin interfaceReturnsInspectionService- Parameters:
returnsInspectionItem-ReturnsInspectionItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ReturnsInspectionItementity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-