java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<BusinessUserChanges>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessuserchange.BusinessUserChanges

public class BusinessUserChanges extends VdmEntity<BusinessUserChanges>
Business User Changes

Original entity name from the Odata EDM: BusinessUserChangesType

  • Field Details

    • ALL_FIELDS

      public static final BusinessUserChangesSelectable ALL_FIELDS
      Selector for all available fields of BusinessUserChanges.
    • BUSINESS_USER_ID

      public static final BusinessUserChangesField<String> BUSINESS_USER_ID
      Use with available fluent helpers to apply the BusinessUserID field to query operations.
    • CHANGED_ON

      public static final BusinessUserChangesField<ZonedDateTime> CHANGED_ON
      Use with available fluent helpers to apply the ChangedOn field to query operations.
    • CHANGE_CATEGORY

      public static final BusinessUserChangesField<String> CHANGE_CATEGORY
      Use with available fluent helpers to apply the ChangeCategory field to query operations.
    • ATTRIBUTE

      public static final BusinessUserChangesField<String> ATTRIBUTE
      Use with available fluent helpers to apply the Attribute field to query operations.
    • VALUE_CHANGED_FROM

      public static final BusinessUserChangesField<String> VALUE_CHANGED_FROM
      Use with available fluent helpers to apply the ValueChangedFrom field to query operations.
    • VALUE_CHANGED_TO

      public static final BusinessUserChangesField<String> VALUE_CHANGED_TO
      Use with available fluent helpers to apply the ValueChangedTo field to query operations.
    • CHANGED_BY_USER_NAME

      public static final BusinessUserChangesField<String> CHANGED_BY_USER_NAME
      Use with available fluent helpers to apply the ChangedByUserName field to query operations.
    • CHANGED_BY_USER_ID

      public static final BusinessUserChangesField<String> CHANGED_BY_USER_ID
      Use with available fluent helpers to apply the ChangedByUserID field to query operations.
    • CHANGED_BY_USER_EMAIL_ADDRESS

      public static final BusinessUserChangesField<String> CHANGED_BY_USER_EMAIL_ADDRESS
      Use with available fluent helpers to apply the ChangedByUserEmailAddress field to query operations.
    • CHANGED_BY_GLOBAL_USER_ID

      public static final BusinessUserChangesField<String> CHANGED_BY_GLOBAL_USER_ID
      Use with available fluent helpers to apply the ChangedByGlobalUserID field to query operations.
    • ACTION

      public static final BusinessUserChangesField<String> ACTION
      Use with available fluent helpers to apply the Action field to query operations.
    • CHANGE_CATEGORY_TEXT

      public static final BusinessUserChangesField<String> CHANGE_CATEGORY_TEXT
      Use with available fluent helpers to apply the ChangeCategoryText field to query operations.
    • ATTRIBUTE_TEXT

      public static final BusinessUserChangesField<String> ATTRIBUTE_TEXT
      Use with available fluent helpers to apply the AttributeText field to query operations.
    • VALUE_CHANGED_FROM_TEXT

      public static final BusinessUserChangesField<String> VALUE_CHANGED_FROM_TEXT
      Use with available fluent helpers to apply the ValueChangedFromText field to query operations.
    • VALUE_CHANGED_TO_TEXT

      public static final BusinessUserChangesField<String> VALUE_CHANGED_TO_TEXT
      Use with available fluent helpers to apply the ValueChangedToText field to query operations.
  • Constructor Details

    • BusinessUserChanges

      public BusinessUserChanges()
    • BusinessUserChanges

      public BusinessUserChanges(@Nullable String businessUserID, @Nullable ZonedDateTime changedOn, @Nullable String changeCategory, @Nullable String attribute, @Nullable String valueChangedFrom, @Nullable String valueChangedTo, @Nullable String changedByUserName, @Nullable String changedByUserID, @Nullable String changedByUserEmailAddress, @Nullable String changedByGlobalUserID, @Nullable String action, @Nullable String changeCategoryText, @Nullable String attributeText, @Nullable String valueChangedFromText, @Nullable String valueChangedToText)
  • Method Details

    • getType

      @Nonnull public Class<BusinessUserChanges> getType()
      Specified by:
      getType in class VdmObject<BusinessUserChanges>
    • setBusinessUserID

      public void setBusinessUserID(@Nullable String businessUserID)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: BusinessUserID

      Parameters:
      businessUserID - Business User ID
    • setChangedOn

      public void setChangedOn(@Nullable ZonedDateTime changedOn)
      (Key Field) Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: ChangedOn

      Parameters:
      changedOn - Changed On
    • setChangeCategory

      public void setChangeCategory(@Nullable String changeCategory)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ChangeCategory

      Parameters:
      changeCategory - Change Category
    • setAttribute

      public void setAttribute(@Nullable String attribute)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: Attribute

      Parameters:
      attribute - Attribute
    • setValueChangedFrom

      public void setValueChangedFrom(@Nullable String valueChangedFrom)
      (Key Field) Constraints: Not nullable, Maximum length: 254

      Original property name from the Odata EDM: ValueChangedFrom

      Parameters:
      valueChangedFrom - Value Changed From
    • setValueChangedTo

      public void setValueChangedTo(@Nullable String valueChangedTo)
      (Key Field) Constraints: Not nullable, Maximum length: 254

      Original property name from the Odata EDM: ValueChangedTo

      Parameters:
      valueChangedTo - Value Changed To
    • setChangedByUserName

      public void setChangedByUserName(@Nullable String changedByUserName)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: ChangedByUserName

      Parameters:
      changedByUserName - Changed By User Name
    • setChangedByUserID

      public void setChangedByUserID(@Nullable String changedByUserID)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangedByUserID

      Parameters:
      changedByUserID - Changed By User ID
    • setChangedByUserEmailAddress

      public void setChangedByUserEmailAddress(@Nullable String changedByUserEmailAddress)
      Constraints: Not nullable, Maximum length: 241

      Original property name from the Odata EDM: ChangedByUserEmailAddress

      Parameters:
      changedByUserEmailAddress - Changed By User Email Address
    • setChangedByGlobalUserID

      public void setChangedByGlobalUserID(@Nullable String changedByGlobalUserID)
      Constraints: Not nullable, Maximum length: 36

      Original property name from the Odata EDM: ChangedByGlobalUserID

      Parameters:
      changedByGlobalUserID - Changed By Global User ID
    • setAction

      public void setAction(@Nullable String action)
      Constraints: Not nullable, Maximum length: 500

      Original property name from the Odata EDM: Action

      Parameters:
      action - Action
    • setChangeCategoryText

      public void setChangeCategoryText(@Nullable String changeCategoryText)
      Constraints: Not nullable, Maximum length: 256

      Original property name from the Odata EDM: ChangeCategoryText

      Parameters:
      changeCategoryText - Change Category Text
    • setAttributeText

      public void setAttributeText(@Nullable String attributeText)
      Constraints: Not nullable, Maximum length: 256

      Original property name from the Odata EDM: AttributeText

      Parameters:
      attributeText - Attribute Text
    • setValueChangedFromText

      public void setValueChangedFromText(@Nullable String valueChangedFromText)
      Constraints: Not nullable, Maximum length: 500

      Original property name from the Odata EDM: ValueChangedFromText

      Parameters:
      valueChangedFromText - Value Changed From Text
    • setValueChangedToText

      public void setValueChangedToText(@Nullable String valueChangedToText)
      Constraints: Not nullable, Maximum length: 500

      Original property name from the Odata EDM: ValueChangedToText

      Parameters:
      valueChangedToText - Value Changed To Text
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<BusinessUserChanges>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<BusinessUserChanges>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<BusinessUserChanges>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<BusinessUserChanges>
    • field

      @Nonnull public static <T> BusinessUserChangesField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> BusinessUserChangesField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<BusinessUserChanges>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<BusinessUserChanges>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<BusinessUserChanges>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<BusinessUserChanges>
    • builder

      @Nonnull public static BusinessUserChanges.BusinessUserChangesBuilder builder()
    • getBusinessUserID

      @Nullable public String getBusinessUserID()
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: BusinessUserID

      Returns:
      Business User ID
    • getChangedOn

      @Nullable public ZonedDateTime getChangedOn()
      (Key Field) Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: ChangedOn

      Returns:
      Changed On
    • getChangeCategory

      @Nullable public String getChangeCategory()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ChangeCategory

      Returns:
      Change Category
    • getAttribute

      @Nullable public String getAttribute()
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: Attribute

      Returns:
      Attribute
    • getValueChangedFrom

      @Nullable public String getValueChangedFrom()
      (Key Field) Constraints: Not nullable, Maximum length: 254

      Original property name from the Odata EDM: ValueChangedFrom

      Returns:
      Value Changed From
    • getValueChangedTo

      @Nullable public String getValueChangedTo()
      (Key Field) Constraints: Not nullable, Maximum length: 254

      Original property name from the Odata EDM: ValueChangedTo

      Returns:
      Value Changed To
    • getChangedByUserName

      @Nullable public String getChangedByUserName()
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: ChangedByUserName

      Returns:
      Changed By User Name
    • getChangedByUserID

      @Nullable public String getChangedByUserID()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangedByUserID

      Returns:
      Changed By User ID
    • getChangedByUserEmailAddress

      @Nullable public String getChangedByUserEmailAddress()
      Constraints: Not nullable, Maximum length: 241

      Original property name from the Odata EDM: ChangedByUserEmailAddress

      Returns:
      Changed By User Email Address
    • getChangedByGlobalUserID

      @Nullable public String getChangedByGlobalUserID()
      Constraints: Not nullable, Maximum length: 36

      Original property name from the Odata EDM: ChangedByGlobalUserID

      Returns:
      Changed By Global User ID
    • getAction

      @Nullable public String getAction()
      Constraints: Not nullable, Maximum length: 500

      Original property name from the Odata EDM: Action

      Returns:
      Action
    • getChangeCategoryText

      @Nullable public String getChangeCategoryText()
      Constraints: Not nullable, Maximum length: 256

      Original property name from the Odata EDM: ChangeCategoryText

      Returns:
      Change Category Text
    • getAttributeText

      @Nullable public String getAttributeText()
      Constraints: Not nullable, Maximum length: 256

      Original property name from the Odata EDM: AttributeText

      Returns:
      Attribute Text
    • getValueChangedFromText

      @Nullable public String getValueChangedFromText()
      Constraints: Not nullable, Maximum length: 500

      Original property name from the Odata EDM: ValueChangedFromText

      Returns:
      Value Changed From Text
    • getValueChangedToText

      @Nullable public String getValueChangedToText()
      Constraints: Not nullable, Maximum length: 500

      Original property name from the Odata EDM: ValueChangedToText

      Returns:
      Value Changed To Text
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<BusinessUserChanges>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<BusinessUserChanges>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<BusinessUserChanges>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<BusinessUserChanges>