Class DefaultBusinessRoleChangesService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultBusinessRoleChangesService
- All Implemented Interfaces:
BatchService<BusinessRoleChangesServiceBatch>,BusinessRoleChangesService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultBusinessRoleChangesService")
@Deprecated
public class DefaultBusinessRoleChangesService
extends Object
implements BusinessRoleChangesService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
The service provides a list of change documents for business roles..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_APS_IAM_API_BROLE_CDOC_0001 |
| API Version: | 1.0.1 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Business Role Change Document Integration(SAP_COM_0366) |
| Authentication Methods: | x509 |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.BusinessRoleChangesService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingBusinessRoleChangesService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleBusinessRoleChangesentities.getBusinessRoleChangesByKey(String businessRoleID, ZonedDateTime changedOn, String changeCategory, String attribute, String valueChangedFrom, String valueChangedTo) Deprecated.Fetch a singleBusinessRoleChangesentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultBusinessRoleChangesService
public DefaultBusinessRoleChangesService()Deprecated.Creates a service usingBusinessRoleChangesService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:BusinessRoleChangesServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceBusinessRoleChangesService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<BusinessRoleChangesServiceBatch>
-
getAllBusinessRoleChanges
Deprecated.Description copied from interface:BusinessRoleChangesServiceFetch multipleBusinessRoleChangesentities.- Specified by:
getAllBusinessRoleChangesin interfaceBusinessRoleChangesService- Returns:
- A fluent helper to fetch multiple
BusinessRoleChangesentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getBusinessRoleChangesByKey
@Nonnull public BusinessRoleChangesByKeyFluentHelper getBusinessRoleChangesByKey(String businessRoleID, ZonedDateTime changedOn, String changeCategory, String attribute, String valueChangedFrom, String valueChangedTo) Deprecated.Description copied from interface:BusinessRoleChangesServiceFetch a singleBusinessRoleChangesentity using key fields.- Specified by:
getBusinessRoleChangesByKeyin interfaceBusinessRoleChangesService- Parameters:
businessRoleID- Business Role IDConstraints: Not nullable, Maximum length: 40
changedOn- Changed OnConstraints: Not nullable, Precision: 7
changeCategory- Change CategoryConstraints: Not nullable, Maximum length: 2
attribute- AttributeConstraints: Not nullable, Maximum length: 256
valueChangedFrom- Value Changed FromConstraints: Not nullable, Maximum length: 254
valueChangedTo- Value Changed ToConstraints: Not nullable, Maximum length: 254
- Returns:
- A fluent helper to fetch a single
BusinessRoleChangesentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-