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

public class ChangeRecordRefClass extends VdmEntity<ChangeRecordRefClass>
Class Assignments to Change Records

Original entity name from the Odata EDM: A_ChangeRecordRefClassType

  • Field Details

    • ALL_FIELDS

      public static final ChangeRecordRefClassSelectable ALL_FIELDS
      Selector for all available fields of ChangeRecordRefClass.
    • DELETE_MC

      public static final ChangeRecordRefClassField<Boolean> DELETE_MC
      Use with available fluent helpers to apply the Delete_mc field to query operations.
    • UPDATE_MC

      public static final ChangeRecordRefClassField<Boolean> UPDATE_MC
      Use with available fluent helpers to apply the Update_mc field to query operations.
    • CHANGE_RECORD_REFERENCE_UUID

      public static final ChangeRecordRefClassField<UUID> CHANGE_RECORD_REFERENCE_UUID
      Use with available fluent helpers to apply the ChangeRecordReferenceUUID field to query operations.
    • CHANGE_RECORD

      public static final ChangeRecordRefClassField<String> CHANGE_RECORD
      Use with available fluent helpers to apply the ChangeRecord field to query operations.
    • CLASS_PROPERTY

      public static final ChangeRecordRefClassField<String> CLASS_PROPERTY
      Use with available fluent helpers to apply the Class field to query operations.
    • CLASS_TYPE

      public static final ChangeRecordRefClassField<String> CLASS_TYPE
      Use with available fluent helpers to apply the ClassType field to query operations.
    • CHANGE_NUMBER

      public static final ChangeRecordRefClassField<String> CHANGE_NUMBER
      Use with available fluent helpers to apply the ChangeNumber field to query operations.
    • CLASS_NAME

      public static final ChangeRecordRefClassField<String> CLASS_NAME
      Use with available fluent helpers to apply the ClassName field to query operations.
    • CLASS_TYPE_NAME

      public static final ChangeRecordRefClassField<String> CLASS_TYPE_NAME
      Use with available fluent helpers to apply the ClassTypeName field to query operations.
    • VALIDITY_START_DATE

      public static final ChangeRecordRefClassField<LocalDateTime> VALIDITY_START_DATE
      Use with available fluent helpers to apply the ValidityStartDate field to query operations.
    • CLASS_STATUS

      public static final ChangeRecordRefClassField<String> CLASS_STATUS
      Use with available fluent helpers to apply the ClassStatus field to query operations.
    • CLASS_STATUS_NAME

      public static final ChangeRecordRefClassField<String> CLASS_STATUS_NAME
      Use with available fluent helpers to apply the ClassStatusName field to query operations.
    • CLASS_INTERNAL_ID

      public static final ChangeRecordRefClassField<String> CLASS_INTERNAL_ID
      Use with available fluent helpers to apply the ClassInternalID field to query operations.
    • CHANGE_RECORD_ITEM_PROCG_STATUS

      public static final ChangeRecordRefClassField<String> CHANGE_RECORD_ITEM_PROCG_STATUS
      Use with available fluent helpers to apply the ChangeRecordItemProcgStatus field to query operations.
    • CHANGE_RECORD_UUID

      public static final ChangeRecordRefClassField<UUID> CHANGE_RECORD_UUID
      Use with available fluent helpers to apply the ChangeRecordUUID field to query operations.
    • CHANGE_RECORD_REFERENCE_TYPE

      public static final ChangeRecordRefClassField<String> CHANGE_RECORD_REFERENCE_TYPE
      Use with available fluent helpers to apply the ChangeRecordReferenceType field to query operations.
    • CHANGE_RECORD_REFERENCE_SUBTYPE

      public static final ChangeRecordRefClassField<String> CHANGE_RECORD_REFERENCE_SUBTYPE
      Use with available fluent helpers to apply the ChangeRecordReferenceSubtype field to query operations.
    • PARENT_CHANGE_RECORD_REF_UUID

      public static final ChangeRecordRefClassField<UUID> PARENT_CHANGE_RECORD_REF_UUID
      Use with available fluent helpers to apply the ParentChangeRecordRefUUID field to query operations.
    • CHANGE_RECORD_ITEM_RELEVANCE

      public static final ChangeRecordRefClassField<String> CHANGE_RECORD_ITEM_RELEVANCE
      Use with available fluent helpers to apply the ChangeRecordItemRelevance field to query operations.
    • CHANGE_RECORD_REFERENCE

      public static final ChangeRecordRefClassField<String> CHANGE_RECORD_REFERENCE
      Use with available fluent helpers to apply the ChangeRecordReference field to query operations.
    • CHANGE_RECORD_STATUS

      public static final ChangeRecordRefClassField<String> CHANGE_RECORD_STATUS
      Use with available fluent helpers to apply the ChangeRecordStatus field to query operations.
    • CREATED_BY_USER

      public static final ChangeRecordRefClassField<String> CREATED_BY_USER
      Use with available fluent helpers to apply the CreatedByUser field to query operations.
    • CREATION_DATE_TIME

      public static final ChangeRecordRefClassField<ZonedDateTime> CREATION_DATE_TIME
      Use with available fluent helpers to apply the CreationDateTime field to query operations.
    • CREATION_DATE

      public static final ChangeRecordRefClassField<LocalDateTime> CREATION_DATE
      Use with available fluent helpers to apply the CreationDate field to query operations.
    • LAST_CHANGED_BY_USER

      public static final ChangeRecordRefClassField<String> LAST_CHANGED_BY_USER
      Use with available fluent helpers to apply the LastChangedByUser field to query operations.
    • LAST_CHANGE_DATE_TIME

      public static final ChangeRecordRefClassField<ZonedDateTime> LAST_CHANGE_DATE_TIME
      Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
    • LAST_CHANGE_DATE

      public static final ChangeRecordRefClassField<LocalDateTime> LAST_CHANGE_DATE
      Use with available fluent helpers to apply the LastChangeDate field to query operations.
    • CHANGE_RECORD_VIRTUAL_REF_IND

      public static final ChangeRecordRefClassField<String> CHANGE_RECORD_VIRTUAL_REF_IND
      Use with available fluent helpers to apply the ChangeRecordVirtualRefInd field to query operations.
  • Constructor Details

    • ChangeRecordRefClass

      public ChangeRecordRefClass()
    • ChangeRecordRefClass

      public ChangeRecordRefClass(@Nullable Boolean delete_mc, @Nullable Boolean update_mc, @Nullable UUID changeRecordReferenceUUID, @Nullable String changeRecord, @Nullable String classProperty, @Nullable String classType, @Nullable String changeNumber, @Nullable String className, @Nullable String classTypeName, @Nullable LocalDateTime validityStartDate, @Nullable String classStatus, @Nullable String classStatusName, @Nullable String classInternalID, @Nullable String changeRecordItemProcgStatus, @Nullable UUID changeRecordUUID, @Nullable String changeRecordReferenceType, @Nullable String changeRecordReferenceSubtype, @Nullable UUID parentChangeRecordRefUUID, @Nullable String changeRecordItemRelevance, @Nullable String changeRecordReference, @Nullable String changeRecordStatus, @Nullable String createdByUser, @Nullable ZonedDateTime creationDateTime, @Nullable LocalDateTime creationDate, @Nullable String lastChangedByUser, @Nullable ZonedDateTime lastChangeDateTime, @Nullable LocalDateTime lastChangeDate, @Nullable String changeRecordVirtualRefInd)
  • Method Details

    • getType

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

      public void setDelete_mc(@Nullable Boolean delete_mc)
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Parameters:
      delete_mc - Dyn. Method Control
    • setUpdate_mc

      public void setUpdate_mc(@Nullable Boolean update_mc)
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Parameters:
      update_mc - Dyn. Method Control
    • setChangeRecordReferenceUUID

      public void setChangeRecordReferenceUUID(@Nullable UUID changeRecordReferenceUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ChangeRecordReferenceUUID

      Parameters:
      changeRecordReferenceUUID - NodeID
    • setChangeRecord

      public void setChangeRecord(@Nullable String changeRecord)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ChangeRecord

      Parameters:
      changeRecord - Issue ID
    • setClassProperty

      public void setClassProperty(@Nullable String classProperty)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Class

      Parameters:
      classProperty - Class number
    • setClassType

      public void setClassType(@Nullable String classType)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ClassType

      Parameters:
      classType - Class Type
    • setChangeNumber

      public void setChangeNumber(@Nullable String changeNumber)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangeNumber

      Parameters:
      changeNumber - Change Number
    • setClassName

      public void setClassName(@Nullable String className)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ClassName

      Parameters:
      className - Class Description
    • setClassTypeName

      public void setClassTypeName(@Nullable String classTypeName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ClassTypeName

      Parameters:
      classTypeName - Text describing class type
    • setValidityStartDate

      public void setValidityStartDate(@Nullable LocalDateTime validityStartDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityStartDate

      Parameters:
      validityStartDate - Valid-From Date
    • setClassStatus

      public void setClassStatus(@Nullable String classStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ClassStatus

      Parameters:
      classStatus - Class status
    • setClassStatusName

      public void setClassStatusName(@Nullable String classStatusName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ClassStatusName

      Parameters:
      classStatusName - Text for a table entry
    • setClassInternalID

      public void setClassInternalID(@Nullable String classInternalID)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ClassInternalID

      Parameters:
      classInternalID - Internal Class Number
    • setChangeRecordItemProcgStatus

      public void setChangeRecordItemProcgStatus(@Nullable String changeRecordItemProcgStatus)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ChangeRecordItemProcgStatus

      Parameters:
      changeRecordItemProcgStatus - Item Processing Status
    • setChangeRecordUUID

      public void setChangeRecordUUID(@Nullable UUID changeRecordUUID)
      Constraints: none

      Original property name from the Odata EDM: ChangeRecordUUID

      Parameters:
      changeRecordUUID - NodeID
    • setChangeRecordReferenceType

      public void setChangeRecordReferenceType(@Nullable String changeRecordReferenceType)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordReferenceType

      Parameters:
      changeRecordReferenceType - Object Type
    • setChangeRecordReferenceSubtype

      public void setChangeRecordReferenceSubtype(@Nullable String changeRecordReferenceSubtype)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordReferenceSubtype

      Parameters:
      changeRecordReferenceSubtype - Object Subtype
    • setParentChangeRecordRefUUID

      public void setParentChangeRecordRefUUID(@Nullable UUID parentChangeRecordRefUUID)
      Constraints: none

      Original property name from the Odata EDM: ParentChangeRecordRefUUID

      Parameters:
      parentChangeRecordRefUUID - Business Object Node ID
    • setChangeRecordItemRelevance

      public void setChangeRecordItemRelevance(@Nullable String changeRecordItemRelevance)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordItemRelevance

      Parameters:
      changeRecordItemRelevance - Change Record Item Relevance
    • setChangeRecordReference

      public void setChangeRecordReference(@Nullable String changeRecordReference)
      Constraints: Not nullable, Maximum length: 90

      Original property name from the Odata EDM: ChangeRecordReference

      Parameters:
      changeRecordReference - Reference Object ID
    • setChangeRecordStatus

      public void setChangeRecordStatus(@Nullable String changeRecordStatus)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ChangeRecordStatus

      Parameters:
      changeRecordStatus - Change Record Header Status
    • setCreatedByUser

      public void setCreatedByUser(@Nullable String createdByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Parameters:
      createdByUser - Created By
    • setCreationDateTime

      public void setCreationDateTime(@Nullable ZonedDateTime creationDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDateTime

      Parameters:
      creationDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setCreationDate

      public void setCreationDate(@Nullable LocalDateTime creationDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDate

      Parameters:
      creationDate - Date of Creation
    • setLastChangedByUser

      public void setLastChangedByUser(@Nullable String lastChangedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Parameters:
      lastChangedByUser - Changed By
    • setLastChangeDateTime

      public void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDateTime

      Parameters:
      lastChangeDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setLastChangeDate

      public void setLastChangeDate(@Nullable LocalDateTime lastChangeDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDate

      Parameters:
      lastChangeDate - Date on Which Last Change Was Made
    • setChangeRecordVirtualRefInd

      public void setChangeRecordVirtualRefInd(@Nullable String changeRecordVirtualRefInd)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ChangeRecordVirtualRefInd

      Parameters:
      changeRecordVirtualRefInd - Virtual object indicated in Change Record
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> ChangeRecordRefClassField<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> ChangeRecordRefClassField<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<ChangeRecordRefClass>
    • setServicePathForFetch

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

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

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

      @Nonnull public static ChangeRecordRefClass.ChangeRecordRefClassBuilder builder()
    • getDelete_mc

      @Nullable public Boolean getDelete_mc()
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Returns:
      Dyn. Method Control
    • getUpdate_mc

      @Nullable public Boolean getUpdate_mc()
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Returns:
      Dyn. Method Control
    • getChangeRecordReferenceUUID

      @Nullable public UUID getChangeRecordReferenceUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ChangeRecordReferenceUUID

      Returns:
      NodeID
    • getChangeRecord

      @Nullable public String getChangeRecord()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ChangeRecord

      Returns:
      Issue ID
    • getClassProperty

      @Nullable public String getClassProperty()
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Class

      Returns:
      Class number
    • getClassType

      @Nullable public String getClassType()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ClassType

      Returns:
      Class Type
    • getChangeNumber

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

      Original property name from the Odata EDM: ChangeNumber

      Returns:
      Change Number
    • getClassName

      @Nullable public String getClassName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ClassName

      Returns:
      Class Description
    • getClassTypeName

      @Nullable public String getClassTypeName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ClassTypeName

      Returns:
      Text describing class type
    • getValidityStartDate

      @Nullable public LocalDateTime getValidityStartDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      Valid-From Date
    • getClassStatus

      @Nullable public String getClassStatus()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ClassStatus

      Returns:
      Class status
    • getClassStatusName

      @Nullable public String getClassStatusName()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ClassStatusName

      Returns:
      Text for a table entry
    • getClassInternalID

      @Nullable public String getClassInternalID()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ClassInternalID

      Returns:
      Internal Class Number
    • getChangeRecordItemProcgStatus

      @Nullable public String getChangeRecordItemProcgStatus()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ChangeRecordItemProcgStatus

      Returns:
      Item Processing Status
    • getChangeRecordUUID

      @Nullable public UUID getChangeRecordUUID()
      Constraints: none

      Original property name from the Odata EDM: ChangeRecordUUID

      Returns:
      NodeID
    • getChangeRecordReferenceType

      @Nullable public String getChangeRecordReferenceType()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordReferenceType

      Returns:
      Object Type
    • getChangeRecordReferenceSubtype

      @Nullable public String getChangeRecordReferenceSubtype()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordReferenceSubtype

      Returns:
      Object Subtype
    • getParentChangeRecordRefUUID

      @Nullable public UUID getParentChangeRecordRefUUID()
      Constraints: none

      Original property name from the Odata EDM: ParentChangeRecordRefUUID

      Returns:
      Business Object Node ID
    • getChangeRecordItemRelevance

      @Nullable public String getChangeRecordItemRelevance()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ChangeRecordItemRelevance

      Returns:
      Change Record Item Relevance
    • getChangeRecordReference

      @Nullable public String getChangeRecordReference()
      Constraints: Not nullable, Maximum length: 90

      Original property name from the Odata EDM: ChangeRecordReference

      Returns:
      Reference Object ID
    • getChangeRecordStatus

      @Nullable public String getChangeRecordStatus()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ChangeRecordStatus

      Returns:
      Change Record Header Status
    • getCreatedByUser

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

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      Created By
    • getCreationDateTime

      @Nullable public ZonedDateTime getCreationDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getCreationDate

      @Nullable public LocalDateTime getCreationDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDate

      Returns:
      Date of Creation
    • getLastChangedByUser

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

      Original property name from the Odata EDM: LastChangedByUser

      Returns:
      Changed By
    • getLastChangeDateTime

      @Nullable public ZonedDateTime getLastChangeDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getLastChangeDate

      @Nullable public LocalDateTime getLastChangeDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDate

      Returns:
      Date on Which Last Change Was Made
    • getChangeRecordVirtualRefInd

      @Nullable public String getChangeRecordVirtualRefInd()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ChangeRecordVirtualRefInd

      Returns:
      Virtual object indicated in Change Record
    • toString

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

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

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

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