Class D_CADisputeCaseRetrieveNoteR
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<ObjectT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmComplex<D_CADisputeCaseRetrieveNoteR>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase.D_CADisputeCaseRetrieveNoteR
Original complex type name from the Odata EDM: D_CADisputeCaseRetrieveNoteR
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty.String<D_CADisputeCaseRetrieveNoteR>static final SimpleProperty.DateTime<D_CADisputeCaseRetrieveNoteR>static final SimpleProperty.String<D_CADisputeCaseRetrieveNoteR>static final SimpleProperty.String<D_CADisputeCaseRetrieveNoteR>static final SimpleProperty.Guid<D_CADisputeCaseRetrieveNoteR>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionD_CADisputeCaseRetrieveNoteR(String caseNoteCreatedByUser, OffsetDateTime caseNoteLastChangeDateTime, String caseNoteText, String caseNoteTypeName, UUID caseUUID) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullable, Maximum length: 12Constraints: Nullable, Precision: 7Constraints: Not nullable, Maximum length: 132Constraints: Not nullable, Maximum length: 30Constraints: Nullableprotected ODataEntityKeygetKey()getType()inthashCode()voidsetCaseNoteCreatedByUser(String caseNoteCreatedByUser) Constraints: Not nullable, Maximum length: 12voidsetCaseNoteLastChangeDateTime(OffsetDateTime caseNoteLastChangeDateTime) Constraints: Nullable, Precision: 7voidsetCaseNoteText(String caseNoteText) Constraints: Not nullable, Maximum length: 132voidsetCaseNoteTypeName(String caseNoteTypeName) Constraints: Not nullable, Maximum length: 30voidsetCaseUUID(UUID caseUUID) Constraints: NullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
CASE_NOTE_CREATED_BY_USER
-
CASE_NOTE_LAST_CHANGE_DATE_TIME
public static final SimpleProperty.DateTime<D_CADisputeCaseRetrieveNoteR> CASE_NOTE_LAST_CHANGE_DATE_TIME -
CASE_NOTE_TEXT
-
CASE_NOTE_TYPE_NAME
-
CASE_UUID
-
-
Constructor Details
-
D_CADisputeCaseRetrieveNoteR
public D_CADisputeCaseRetrieveNoteR() -
D_CADisputeCaseRetrieveNoteR
public D_CADisputeCaseRetrieveNoteR(@Nullable String caseNoteCreatedByUser, @Nullable OffsetDateTime caseNoteLastChangeDateTime, @Nullable String caseNoteText, @Nullable String caseNoteTypeName, @Nullable UUID caseUUID)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<D_CADisputeCaseRetrieveNoteR>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<D_CADisputeCaseRetrieveNoteR>
-
fromMap
- Overrides:
fromMapin classVdmObject<D_CADisputeCaseRetrieveNoteR>
-
getKey
- Overrides:
getKeyin classVdmObject<D_CADisputeCaseRetrieveNoteR>
-
setCaseNoteCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CaseNoteCreatedByUser
- Parameters:
caseNoteCreatedByUser- The caseNoteCreatedByUser to set.
-
setCaseNoteLastChangeDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CaseNoteLastChangeDateTime
- Parameters:
caseNoteLastChangeDateTime- The caseNoteLastChangeDateTime to set.
-
setCaseNoteText
Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: CaseNoteText
- Parameters:
caseNoteText- The caseNoteText to set.
-
setCaseNoteTypeName
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: CaseNoteTypeName
- Parameters:
caseNoteTypeName- The caseNoteTypeName to set.
-
setCaseUUID
Constraints: NullableOriginal property name from the Odata EDM: CaseUUID
- Parameters:
caseUUID- The caseUUID to set.
-
builder
-
getCaseNoteCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CaseNoteCreatedByUser
- Returns:
- The caseNoteCreatedByUser contained in this
VdmComplex.
-
getCaseNoteLastChangeDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CaseNoteLastChangeDateTime
- Returns:
- The caseNoteLastChangeDateTime contained in this
VdmComplex.
-
getCaseNoteText
Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: CaseNoteText
- Returns:
- The caseNoteText contained in this
VdmComplex.
-
getCaseNoteTypeName
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: CaseNoteTypeName
- Returns:
- The caseNoteTypeName contained in this
VdmComplex.
-
getCaseUUID
Constraints: NullableOriginal property name from the Odata EDM: CaseUUID
- Returns:
- The caseUUID contained in this
VdmComplex.
-
toString
- Overrides:
toStringin classVdmObject<D_CADisputeCaseRetrieveNoteR>
-
equals
- Overrides:
equalsin classVdmObject<D_CADisputeCaseRetrieveNoteR>
-
canEqual
- Overrides:
canEqualin classVdmObject<D_CADisputeCaseRetrieveNoteR>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmObject<D_CADisputeCaseRetrieveNoteR>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<D_CADisputeCaseRetrieveNoteR>
-