Class BusinessRoleChanges.BusinessRoleChangesBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessrolechanges.BusinessRoleChanges.BusinessRoleChangesBuilder
- Enclosing class:
- BusinessRoleChanges
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 256(Key Field) Constraints: Not nullable, Maximum length: 256build()businessRoleID(String businessRoleID) (Key Field) Constraints: Not nullable, Maximum length: 40changeCategory(String changeCategory) (Key Field) Constraints: Not nullable, Maximum length: 2changeCategoryText(String changeCategoryText) Constraints: Not nullable, Maximum length: 128changedByGlobalUserID(String changedByGlobalUserID) Constraints: Not nullable, Maximum length: 36changedByUserEmailAddress(String changedByUserEmailAddress) Constraints: Not nullable, Maximum length: 241changedByUserID(String changedByUserID) Constraints: Not nullable, Maximum length: 12changedByUserName(String changedByUserName) Constraints: Not nullable, Maximum length: 80changedOn(ZonedDateTime changedOn) (Key Field) Constraints: Not nullable, Precision: 7toString()valueChangedFrom(String valueChangedFrom) (Key Field) Constraints: Not nullable, Maximum length: 254valueChangedTo(String valueChangedTo) (Key Field) Constraints: Not nullable, Maximum length: 254
-
Method Details
-
businessRoleID
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder businessRoleID(@Nullable String businessRoleID) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BusinessRoleID
- Returns:
this.
-
changedOn
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder changedOn(@Nullable ZonedDateTime changedOn) (Key Field) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: ChangedOn
- Returns:
this.
-
changeCategory
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder changeCategory(@Nullable String changeCategory) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ChangeCategory
- Returns:
this.
-
attribute
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder attribute(@Nullable String attribute) (Key Field) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Attribute
- Returns:
this.
-
valueChangedFrom
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder valueChangedFrom(@Nullable String valueChangedFrom) (Key Field) Constraints: Not nullable, Maximum length: 254Original property name from the Odata EDM: ValueChangedFrom
- Returns:
this.
-
valueChangedTo
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder valueChangedTo(@Nullable String valueChangedTo) (Key Field) Constraints: Not nullable, Maximum length: 254Original property name from the Odata EDM: ValueChangedTo
- Returns:
this.
-
changedByUserName
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder changedByUserName(@Nullable String changedByUserName) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: ChangedByUserName
- Returns:
this.
-
changedByUserID
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder changedByUserID(@Nullable String changedByUserID) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangedByUserID
- Returns:
this.
-
changedByUserEmailAddress
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder changedByUserEmailAddress(@Nullable String changedByUserEmailAddress) Constraints: Not nullable, Maximum length: 241Original property name from the Odata EDM: ChangedByUserEmailAddress
- Returns:
this.
-
changedByGlobalUserID
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder changedByGlobalUserID(@Nullable String changedByGlobalUserID) Constraints: Not nullable, Maximum length: 36Original property name from the Odata EDM: ChangedByGlobalUserID
- Returns:
this.
-
action
Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Action
- Returns:
this.
-
changeCategoryText
@Nonnull public BusinessRoleChanges.BusinessRoleChangesBuilder changeCategoryText(@Nullable String changeCategoryText) Constraints: Not nullable, Maximum length: 128Original property name from the Odata EDM: ChangeCategoryText
- Returns:
this.
-
build
-
toString
-