Class BusinessUserChanges.BusinessUserChangesBuilder
- Enclosing class:
- BusinessUserChanges
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 500(Key Field) Constraints: Not nullable, Maximum length: 20attributeText(String attributeText) Constraints: Not nullable, Maximum length: 256build()businessUserID(String businessUserID) (Key Field) Constraints: Not nullable, Maximum length: 12changeCategory(String changeCategory) (Key Field) Constraints: Not nullable, Maximum length: 2changeCategoryText(String changeCategoryText) Constraints: Not nullable, Maximum length: 256changedByGlobalUserID(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: 254valueChangedFromText(String valueChangedFromText) Constraints: Not nullable, Maximum length: 500valueChangedTo(String valueChangedTo) (Key Field) Constraints: Not nullable, Maximum length: 254valueChangedToText(String valueChangedToText) Constraints: Not nullable, Maximum length: 500
-
Method Details
-
businessUserID
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder businessUserID(@Nullable String businessUserID) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: BusinessUserID
- Returns:
this.
-
changedOn
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder changedOn(@Nullable ZonedDateTime changedOn) (Key Field) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: ChangedOn
- Returns:
this.
-
changeCategory
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder changeCategory(@Nullable String changeCategory) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ChangeCategory
- Returns:
this.
-
attribute
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder attribute(@Nullable String attribute) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Attribute
- Returns:
this.
-
valueChangedFrom
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder valueChangedFrom(@Nullable String valueChangedFrom) (Key Field) Constraints: Not nullable, Maximum length: 254Original property name from the Odata EDM: ValueChangedFrom
- Returns:
this.
-
valueChangedTo
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder valueChangedTo(@Nullable String valueChangedTo) (Key Field) Constraints: Not nullable, Maximum length: 254Original property name from the Odata EDM: ValueChangedTo
- Returns:
this.
-
changedByUserName
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder changedByUserName(@Nullable String changedByUserName) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: ChangedByUserName
- Returns:
this.
-
changedByUserID
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder changedByUserID(@Nullable String changedByUserID) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangedByUserID
- Returns:
this.
-
changedByUserEmailAddress
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder changedByUserEmailAddress(@Nullable String changedByUserEmailAddress) Constraints: Not nullable, Maximum length: 241Original property name from the Odata EDM: ChangedByUserEmailAddress
- Returns:
this.
-
changedByGlobalUserID
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder 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: 500Original property name from the Odata EDM: Action
- Returns:
this.
-
changeCategoryText
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder changeCategoryText(@Nullable String changeCategoryText) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: ChangeCategoryText
- Returns:
this.
-
attributeText
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder attributeText(@Nullable String attributeText) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: AttributeText
- Returns:
this.
-
valueChangedFromText
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder valueChangedFromText(@Nullable String valueChangedFromText) Constraints: Not nullable, Maximum length: 500Original property name from the Odata EDM: ValueChangedFromText
- Returns:
this.
-
valueChangedToText
@Nonnull public BusinessUserChanges.BusinessUserChangesBuilder valueChangedToText(@Nullable String valueChangedToText) Constraints: Not nullable, Maximum length: 500Original property name from the Odata EDM: ValueChangedToText
- Returns:
this.
-
build
-
toString
-