Interface BusinessUserChangeService
- All Superinterfaces:
BatchService<BusinessUserChangeServiceBatch>
- All Known Implementing Classes:
DefaultBusinessUserChangeService
@Deprecated
public interface BusinessUserChangeService
extends BatchService<BusinessUserChangeServiceBatch>
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllBusinessUserChanges
Deprecated.Fetch multipleBusinessUserChangesentities.- 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 BusinessUserChangesByKeyFluentHelper getBusinessUserChangesByKey(String businessUserID, ZonedDateTime changedOn, String changeCategory, String attribute, String valueChangedFrom, String valueChangedTo) Deprecated.Fetch a singleBusinessUserChangesentity using key fields.- Parameters:
businessUserID- Business User IDConstraints: Not nullable, Maximum length: 12
changeCategory- Change CategoryConstraints: Not nullable, Maximum length: 2
attribute- AttributeConstraints: Not nullable, Maximum length: 20
valueChangedFrom- Value Changed FromConstraints: Not nullable, Maximum length: 254
changedOn- Changed OnConstraints: Not nullable, Precision: 7
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.
-