Class BusinessUserChangesByKeyFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<BusinessUserChangesByKeyFluentHelper,BusinessUserChanges,BusinessUserChangesSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessuserchange.BusinessUserChangesByKeyFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class BusinessUserChangesByKeyFluentHelper
extends FluentHelperByKey<BusinessUserChangesByKeyFluentHelper,BusinessUserChanges,BusinessUserChangesSelectable>
Fluent helper to fetch a single
BusinessUserChanges entity using key fields. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself.-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionBusinessUserChangesByKeyFluentHelper(String servicePath, String entityCollection, String businessUserID, ZonedDateTime changedOn, String changeCategory, String attribute, String valueChangedFrom, String valueChangedTo) Creates a fluent helper object that will fetch a singleBusinessUserChangesentity with the provided key field values. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
executeRequest, select, toRequest, withCsrfToken, withQueryParameterMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
-
Constructor Details
-
BusinessUserChangesByKeyFluentHelper
public BusinessUserChangesByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String businessUserID, ZonedDateTime changedOn, String changeCategory, String attribute, String valueChangedFrom, String valueChangedTo) Creates a fluent helper object that will fetch a singleBusinessUserChangesentity with the provided key field values. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
businessUserID- Business User IDConstraints: Not nullable, Maximum length: 12
entityCollection- Entity Collection to be used to fetch a singleBusinessUserChangeschangeCategory- Change CategoryConstraints: Not nullable, Maximum length: 2
servicePath- Service path to be used to fetch a singleBusinessUserChangesattribute- 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
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<BusinessUserChangesByKeyFluentHelper,BusinessUserChanges, BusinessUserChanges>
-
getKey
- Specified by:
getKeyin classFluentHelperByKey<BusinessUserChangesByKeyFluentHelper,BusinessUserChanges, BusinessUserChangesSelectable>
-