Class DefaultSupplyAvailabilityProtectionPlanV2Service
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultSupplyAvailabilityProtectionPlanV2Service
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,SupplyAvailabilityProtectionPlanV2Service
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultSupplyAvailabilityProtectionPlanV2Service")
@Deprecated
public class DefaultSupplyAvailabilityProtectionPlanV2Service
extends Object
implements ServiceWithNavigableEntities, SupplyAvailabilityProtectionPlanV2Service
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
The service contains the supply protection object, the characteristics, the supply protection groups and the time buckets. Once the supply availability protection plan has been created, the response contains the created object with comprehensive information including UUIDs of the objects as well as error messages for the case that the creation was not successful..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_SUPAVAILYPROTPLAN_0002 |
| API Version: | 2.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Supply Availability Protection Plan Integration(SAP_COM_0384) |
| Scope Items: | Advanced Available-to-Promise Processing(1JW) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SUPAVAILYPROTPLAN |
| Business Object: | Supply Availability Protection Plan |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.SupplyAvailabilityProtectionPlanV2Service
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSupplyAvailabilityProtectionPlanV2Service.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 theSupplyProtectionentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSupplyProtectionGroupentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSupplyProtectionTimeBucketentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSupProtCharacteristicentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSupProtFlexibleTimeBucketentity collection matching the filter and search expressions.createSupplyProtection(SupplyProtection supplyProtection) Deprecated.Create a newSupplyProtectionentity and save it to the S/4HANA system.createSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup) Deprecated.Create a newSupplyProtectionGroupentity and save it to the S/4HANA system.deleteSupplyProtection(SupplyProtection supplyProtection) Deprecated.Deletes an existingSupplyProtectionentity in the S/4HANA system.deleteSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup) Deprecated.Deletes an existingSupplyProtectionGroupentity in the S/4HANA system.deleteSupplyProtectionTimeBucket(SupplyProtectionTimeBucket supplyProtectionTimeBucket) Deprecated.Deletes an existingSupplyProtectionTimeBucketentity in the S/4HANA system.deleteSupProtCharacteristic(SupProtCharacteristic supProtCharacteristic) Deprecated.Deletes an existingSupProtCharacteristicentity in the S/4HANA system.deleteSupProtFlexibleTimeBucket(SupProtFlexibleTimeBucket supProtFlexibleTimeBucket) Deprecated.Deletes an existingSupProtFlexibleTimeBucketentity in the S/4HANA system.Deprecated.Fetch multipleSupplyProtectionentities.Deprecated.Fetch multipleSupplyProtectionGroupentities.Deprecated.Fetch multipleSupplyProtectionTimeBucketentities.Deprecated.Fetch multipleSupProtCharacteristicentities.Deprecated.Fetch multipleSupProtFlexibleTimeBucketentities.Deprecated.getSupplyProtectionByKey(UUID supplyProtectionUUID) Deprecated.Fetch a singleSupplyProtectionentity using key fields.getSupplyProtectionGroupByKey(UUID supplyProtectionGroupUUID) Deprecated.Fetch a singleSupplyProtectionGroupentity using key fields.getSupplyProtectionTimeBucketByKey(UUID supProtTimeBucketUUID) Deprecated.Fetch a singleSupplyProtectionTimeBucketentity using key fields.getSupProtCharacteristicByKey(UUID supProtCharacteristicUUID) Deprecated.Fetch a singleSupProtCharacteristicentity using key fields.getSupProtFlexibleTimeBucketByKey(UUID supProtFlexibleTimeBucketUUID) Deprecated.Fetch a singleSupProtFlexibleTimeBucketentity using key fields.updateSupplyProtection(SupplyProtection supplyProtection) Deprecated.Update an existingSupplyProtectionentity and save it to the S/4HANA system.updateSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup) Deprecated.Update an existingSupplyProtectionGroupentity and save it to the S/4HANA system.updateSupplyProtectionTimeBucket(SupplyProtectionTimeBucket supplyProtectionTimeBucket) Deprecated.Update an existingSupplyProtectionTimeBucketentity and save it to the S/4HANA system.updateSupProtCharacteristic(SupProtCharacteristic supProtCharacteristic) Deprecated.Update an existingSupProtCharacteristicentity and save it to the S/4HANA system.updateSupProtFlexibleTimeBucket(SupProtFlexibleTimeBucket supProtFlexibleTimeBucket) Deprecated.Update an existingSupProtFlexibleTimeBucketentity 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
-
DefaultSupplyAvailabilityProtectionPlanV2Service
public DefaultSupplyAvailabilityProtectionPlanV2Service()Deprecated.Creates a service usingSupplyAvailabilityProtectionPlanV2Service.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultSupplyAvailabilityProtectionPlanV2Service withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSupplyAvailabilityProtectionPlanV2Service- 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:SupplyAvailabilityProtectionPlanV2ServiceCreates a batch request builder object.- Specified by:
batchin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSupplyProtection
Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch multipleSupplyProtectionentities.- Specified by:
getAllSupplyProtectionin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to fetch multiple
SupplyProtectionentities. 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.
-
countSupplyProtection
Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch the number of entries from theSupplyProtectionentity collection matching the filter and search expressions.- Specified by:
countSupplyProtectionin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to fetch the count of
SupplyProtectionentities. 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.
-
getSupplyProtectionByKey
@Nonnull public GetByKeyRequestBuilder<SupplyProtection> getSupplyProtectionByKey(UUID supplyProtectionUUID) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch a singleSupplyProtectionentity using key fields.- Specified by:
getSupplyProtectionByKeyin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supplyProtectionUUID- UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SupplyProtectionentity 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.
-
createSupplyProtection
@Nonnull public CreateRequestBuilder<SupplyProtection> createSupplyProtection(@Nonnull SupplyProtection supplyProtection) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceCreate a newSupplyProtectionentity and save it to the S/4HANA system.- Specified by:
createSupplyProtectionin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supplyProtection-SupplyProtectionentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SupplyProtectionentity. To perform execution, call theexecutemethod on the request builder object.
-
updateSupplyProtection
@Nonnull public UpdateRequestBuilder<SupplyProtection> updateSupplyProtection(@Nonnull SupplyProtection supplyProtection) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceUpdate an existingSupplyProtectionentity and save it to the S/4HANA system.- Specified by:
updateSupplyProtectionin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supplyProtection-SupplyProtectionentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SupplyProtectionentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSupplyProtection
@Nonnull public DeleteRequestBuilder<SupplyProtection> deleteSupplyProtection(@Nonnull SupplyProtection supplyProtection) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceDeletes an existingSupplyProtectionentity in the S/4HANA system.- Specified by:
deleteSupplyProtectionin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supplyProtection-SupplyProtectionentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SupplyProtectionentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSupplyProtectionGroup
Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch multipleSupplyProtectionGroupentities.- Specified by:
getAllSupplyProtectionGroupin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to fetch multiple
SupplyProtectionGroupentities. 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.
-
countSupplyProtectionGroup
Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch the number of entries from theSupplyProtectionGroupentity collection matching the filter and search expressions.- Specified by:
countSupplyProtectionGroupin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to fetch the count of
SupplyProtectionGroupentities. 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.
-
getSupplyProtectionGroupByKey
@Nonnull public GetByKeyRequestBuilder<SupplyProtectionGroup> getSupplyProtectionGroupByKey(UUID supplyProtectionGroupUUID) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch a singleSupplyProtectionGroupentity using key fields.- Specified by:
getSupplyProtectionGroupByKeyin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supplyProtectionGroupUUID- Characteristic Value Combination UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SupplyProtectionGroupentity 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.
-
createSupplyProtectionGroup
@Nonnull public CreateRequestBuilder<SupplyProtectionGroup> createSupplyProtectionGroup(@Nonnull SupplyProtectionGroup supplyProtectionGroup) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceCreate a newSupplyProtectionGroupentity and save it to the S/4HANA system.- Specified by:
createSupplyProtectionGroupin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supplyProtectionGroup-SupplyProtectionGroupentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SupplyProtectionGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
updateSupplyProtectionGroup
@Nonnull public UpdateRequestBuilder<SupplyProtectionGroup> updateSupplyProtectionGroup(@Nonnull SupplyProtectionGroup supplyProtectionGroup) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceUpdate an existingSupplyProtectionGroupentity and save it to the S/4HANA system.- Specified by:
updateSupplyProtectionGroupin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supplyProtectionGroup-SupplyProtectionGroupentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SupplyProtectionGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSupplyProtectionGroup
@Nonnull public DeleteRequestBuilder<SupplyProtectionGroup> deleteSupplyProtectionGroup(@Nonnull SupplyProtectionGroup supplyProtectionGroup) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceDeletes an existingSupplyProtectionGroupentity in the S/4HANA system.- Specified by:
deleteSupplyProtectionGroupin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supplyProtectionGroup-SupplyProtectionGroupentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SupplyProtectionGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSupplyProtectionTimeBucket
Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch multipleSupplyProtectionTimeBucketentities.- Specified by:
getAllSupplyProtectionTimeBucketin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to fetch multiple
SupplyProtectionTimeBucketentities. 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.
-
countSupplyProtectionTimeBucket
Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch the number of entries from theSupplyProtectionTimeBucketentity collection matching the filter and search expressions.- Specified by:
countSupplyProtectionTimeBucketin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to fetch the count of
SupplyProtectionTimeBucketentities. 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.
-
getSupplyProtectionTimeBucketByKey
@Nonnull public GetByKeyRequestBuilder<SupplyProtectionTimeBucket> getSupplyProtectionTimeBucketByKey(UUID supProtTimeBucketUUID) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch a singleSupplyProtectionTimeBucketentity using key fields.- Specified by:
getSupplyProtectionTimeBucketByKeyin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supProtTimeBucketUUID- Time Bucket UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SupplyProtectionTimeBucketentity 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.
-
updateSupplyProtectionTimeBucket
@Nonnull public UpdateRequestBuilder<SupplyProtectionTimeBucket> updateSupplyProtectionTimeBucket(@Nonnull SupplyProtectionTimeBucket supplyProtectionTimeBucket) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceUpdate an existingSupplyProtectionTimeBucketentity and save it to the S/4HANA system.- Specified by:
updateSupplyProtectionTimeBucketin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supplyProtectionTimeBucket-SupplyProtectionTimeBucketentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SupplyProtectionTimeBucketentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSupplyProtectionTimeBucket
@Nonnull public DeleteRequestBuilder<SupplyProtectionTimeBucket> deleteSupplyProtectionTimeBucket(@Nonnull SupplyProtectionTimeBucket supplyProtectionTimeBucket) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceDeletes an existingSupplyProtectionTimeBucketentity in the S/4HANA system.- Specified by:
deleteSupplyProtectionTimeBucketin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supplyProtectionTimeBucket-SupplyProtectionTimeBucketentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SupplyProtectionTimeBucketentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSupProtCharacteristic
Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch multipleSupProtCharacteristicentities.- Specified by:
getAllSupProtCharacteristicin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to fetch multiple
SupProtCharacteristicentities. 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.
-
countSupProtCharacteristic
Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch the number of entries from theSupProtCharacteristicentity collection matching the filter and search expressions.- Specified by:
countSupProtCharacteristicin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to fetch the count of
SupProtCharacteristicentities. 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.
-
getSupProtCharacteristicByKey
@Nonnull public GetByKeyRequestBuilder<SupProtCharacteristic> getSupProtCharacteristicByKey(UUID supProtCharacteristicUUID) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch a singleSupProtCharacteristicentity using key fields.- Specified by:
getSupProtCharacteristicByKeyin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supProtCharacteristicUUID- Characteristic UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SupProtCharacteristicentity 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.
-
updateSupProtCharacteristic
@Nonnull public UpdateRequestBuilder<SupProtCharacteristic> updateSupProtCharacteristic(@Nonnull SupProtCharacteristic supProtCharacteristic) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceUpdate an existingSupProtCharacteristicentity and save it to the S/4HANA system.- Specified by:
updateSupProtCharacteristicin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supProtCharacteristic-SupProtCharacteristicentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SupProtCharacteristicentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSupProtCharacteristic
@Nonnull public DeleteRequestBuilder<SupProtCharacteristic> deleteSupProtCharacteristic(@Nonnull SupProtCharacteristic supProtCharacteristic) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceDeletes an existingSupProtCharacteristicentity in the S/4HANA system.- Specified by:
deleteSupProtCharacteristicin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supProtCharacteristic-SupProtCharacteristicentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SupProtCharacteristicentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSupProtFlexibleTimeBucket
Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch multipleSupProtFlexibleTimeBucketentities.- Specified by:
getAllSupProtFlexibleTimeBucketin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to fetch multiple
SupProtFlexibleTimeBucketentities. 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.
-
countSupProtFlexibleTimeBucket
Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch the number of entries from theSupProtFlexibleTimeBucketentity collection matching the filter and search expressions.- Specified by:
countSupProtFlexibleTimeBucketin interfaceSupplyAvailabilityProtectionPlanV2Service- Returns:
- A request builder to fetch the count of
SupProtFlexibleTimeBucketentities. 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.
-
getSupProtFlexibleTimeBucketByKey
@Nonnull public GetByKeyRequestBuilder<SupProtFlexibleTimeBucket> getSupProtFlexibleTimeBucketByKey(UUID supProtFlexibleTimeBucketUUID) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceFetch a singleSupProtFlexibleTimeBucketentity using key fields.- Specified by:
getSupProtFlexibleTimeBucketByKeyin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supProtFlexibleTimeBucketUUID- Flexible Time Bucket UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SupProtFlexibleTimeBucketentity 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.
-
updateSupProtFlexibleTimeBucket
@Nonnull public UpdateRequestBuilder<SupProtFlexibleTimeBucket> updateSupProtFlexibleTimeBucket(@Nonnull SupProtFlexibleTimeBucket supProtFlexibleTimeBucket) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceUpdate an existingSupProtFlexibleTimeBucketentity and save it to the S/4HANA system.- Specified by:
updateSupProtFlexibleTimeBucketin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supProtFlexibleTimeBucket-SupProtFlexibleTimeBucketentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SupProtFlexibleTimeBucketentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSupProtFlexibleTimeBucket
@Nonnull public DeleteRequestBuilder<SupProtFlexibleTimeBucket> deleteSupProtFlexibleTimeBucket(@Nonnull SupProtFlexibleTimeBucket supProtFlexibleTimeBucket) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanV2ServiceDeletes an existingSupProtFlexibleTimeBucketentity in the S/4HANA system.- Specified by:
deleteSupProtFlexibleTimeBucketin interfaceSupplyAvailabilityProtectionPlanV2Service- Parameters:
supProtFlexibleTimeBucket-SupProtFlexibleTimeBucketentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SupProtFlexibleTimeBucketentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-