Class DefaultBusinessUserChangeService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultBusinessUserChangeService
- All Implemented Interfaces:
BatchService<BusinessUserChangeServiceBatch>,BusinessUserChangeService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultBusinessUserChangeService")
@Deprecated
public class DefaultBusinessUserChangeService
extends Object
implements BusinessUserChangeService
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 users. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_APS_IAM_API_BUSER_CDOC_0001 |
| API Version: | 1.0.1 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Business User Change Document Integration(SAP_COM_0327) |
| Authentication Methods: | x509 |
| Business Object: | Business User |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.BusinessUserChangeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingBusinessUserChangeService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleBusinessUserChangesentities.getBusinessUserChangesByKey(String businessUserID, ZonedDateTime changedOn, String changeCategory, String attribute, String valueChangedFrom, String valueChangedTo) Deprecated.Fetch a singleBusinessUserChangesentity 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
-
DefaultBusinessUserChangeService
public DefaultBusinessUserChangeService()Deprecated.Creates a service usingBusinessUserChangeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:BusinessUserChangeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceBusinessUserChangeService- 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<BusinessUserChangeServiceBatch>
-
getAllBusinessUserChanges
Deprecated.Description copied from interface:BusinessUserChangeServiceFetch multipleBusinessUserChangesentities.- Specified by:
getAllBusinessUserChangesin interfaceBusinessUserChangeService- Returns:
- A fluent helper to fetch multiple
BusinessUserChangesentities. 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.
-
getBusinessUserChangesByKey
@Nonnull public BusinessUserChangesByKeyFluentHelper getBusinessUserChangesByKey(String businessUserID, ZonedDateTime changedOn, String changeCategory, String attribute, String valueChangedFrom, String valueChangedTo) Deprecated.Description copied from interface:BusinessUserChangeServiceFetch a singleBusinessUserChangesentity using key fields.- Specified by:
getBusinessUserChangesByKeyin interfaceBusinessUserChangeService- Parameters:
businessUserID- Business User IDConstraints: Not nullable, Maximum length: 12
changedOn- Changed OnConstraints: Not nullable, Precision: 7
changeCategory- Change CategoryConstraints: Not nullable, Maximum length: 2
attribute- AttributeConstraints: Not nullable, Maximum length: 20
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
BusinessUserChangesentity 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.
-