Class DefaultSupplyAvailabilityProtectionPlanService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultSupplyAvailabilityProtectionPlanService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,SupplyAvailabilityProtectionPlanService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultSupplyAvailabilityProtectionPlanService")
@Deprecated
public class DefaultSupplyAvailabilityProtectionPlanService
extends Object
implements ServiceWithNavigableEntities, SupplyAvailabilityProtectionPlanService
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_0001 |
| API Version: | 1.1.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.SupplyAvailabilityProtectionPlanService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSupplyAvailabilityProtectionPlanService.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
-
DefaultSupplyAvailabilityProtectionPlanService
public DefaultSupplyAvailabilityProtectionPlanService()Deprecated.Creates a service usingSupplyAvailabilityProtectionPlanService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultSupplyAvailabilityProtectionPlanService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:SupplyAvailabilityProtectionPlanServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceCreates a batch request builder object.- Specified by:
batchin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch multipleSupplyProtectionentities.- Specified by:
getAllSupplyProtectionin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch the number of entries from theSupplyProtectionentity collection matching the filter and search expressions.- Specified by:
countSupplyProtectionin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch a singleSupplyProtectionentity using key fields.- Specified by:
getSupplyProtectionByKeyin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceCreate a newSupplyProtectionentity and save it to the S/4HANA system.- Specified by:
createSupplyProtectionin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceUpdate an existingSupplyProtectionentity and save it to the S/4HANA system.- Specified by:
updateSupplyProtectionin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceDeletes an existingSupplyProtectionentity in the S/4HANA system.- Specified by:
deleteSupplyProtectionin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch multipleSupplyProtectionGroupentities.- Specified by:
getAllSupplyProtectionGroupin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch the number of entries from theSupplyProtectionGroupentity collection matching the filter and search expressions.- Specified by:
countSupplyProtectionGroupin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch a singleSupplyProtectionGroupentity using key fields.- Specified by:
getSupplyProtectionGroupByKeyin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceCreate a newSupplyProtectionGroupentity and save it to the S/4HANA system.- Specified by:
createSupplyProtectionGroupin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceUpdate an existingSupplyProtectionGroupentity and save it to the S/4HANA system.- Specified by:
updateSupplyProtectionGroupin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceDeletes an existingSupplyProtectionGroupentity in the S/4HANA system.- Specified by:
deleteSupplyProtectionGroupin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch multipleSupplyProtectionTimeBucketentities.- Specified by:
getAllSupplyProtectionTimeBucketin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch the number of entries from theSupplyProtectionTimeBucketentity collection matching the filter and search expressions.- Specified by:
countSupplyProtectionTimeBucketin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch a singleSupplyProtectionTimeBucketentity using key fields.- Specified by:
getSupplyProtectionTimeBucketByKeyin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceUpdate an existingSupplyProtectionTimeBucketentity and save it to the S/4HANA system.- Specified by:
updateSupplyProtectionTimeBucketin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceDeletes an existingSupplyProtectionTimeBucketentity in the S/4HANA system.- Specified by:
deleteSupplyProtectionTimeBucketin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch multipleSupProtCharacteristicentities.- Specified by:
getAllSupProtCharacteristicin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch the number of entries from theSupProtCharacteristicentity collection matching the filter and search expressions.- Specified by:
countSupProtCharacteristicin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch a singleSupProtCharacteristicentity using key fields.- Specified by:
getSupProtCharacteristicByKeyin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceUpdate an existingSupProtCharacteristicentity and save it to the S/4HANA system.- Specified by:
updateSupProtCharacteristicin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceDeletes an existingSupProtCharacteristicentity in the S/4HANA system.- Specified by:
deleteSupProtCharacteristicin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch multipleSupProtFlexibleTimeBucketentities.- Specified by:
getAllSupProtFlexibleTimeBucketin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch the number of entries from theSupProtFlexibleTimeBucketentity collection matching the filter and search expressions.- Specified by:
countSupProtFlexibleTimeBucketin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceFetch a singleSupProtFlexibleTimeBucketentity using key fields.- Specified by:
getSupProtFlexibleTimeBucketByKeyin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceUpdate an existingSupProtFlexibleTimeBucketentity and save it to the S/4HANA system.- Specified by:
updateSupProtFlexibleTimeBucketin interfaceSupplyAvailabilityProtectionPlanService- 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:SupplyAvailabilityProtectionPlanServiceDeletes an existingSupProtFlexibleTimeBucketentity in the S/4HANA system.- Specified by:
deleteSupProtFlexibleTimeBucketin interfaceSupplyAvailabilityProtectionPlanService- 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
-