Class D_CADisputeCaseRetrieveAttchR
Original complex type name from the Odata EDM: D_CADisputeCaseRetrieveAttchR
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty.Binary<D_CADisputeCaseRetrieveAttchR>static final SimpleProperty.String<D_CADisputeCaseRetrieveAttchR>static final SimpleProperty.DateTime<D_CADisputeCaseRetrieveAttchR>static final SimpleProperty.String<D_CADisputeCaseRetrieveAttchR>static final SimpleProperty.Guid<D_CADisputeCaseRetrieveAttchR>static final SimpleProperty.String<D_CADisputeCaseRetrieveAttchR>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionD_CADisputeCaseRetrieveAttchR(byte[] caseAttachmentContentBinary, String caseAttachmentCreatedByUser, OffsetDateTime caseAttachmentCreationDateTime, String caseAttachmentName, UUID caseUUID, String mimeType) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidbyte[]Constraints: Not nullableConstraints: Not nullable, Maximum length: 12Constraints: Nullable, Precision: 7Constraints: Not nullable, Maximum length: 255Constraints: Nullableprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 128getType()inthashCode()voidsetCaseAttachmentContentBinary(byte[] caseAttachmentContentBinary) Constraints: Not nullablevoidsetCaseAttachmentCreatedByUser(String caseAttachmentCreatedByUser) Constraints: Not nullable, Maximum length: 12voidsetCaseAttachmentCreationDateTime(OffsetDateTime caseAttachmentCreationDateTime) Constraints: Nullable, Precision: 7voidsetCaseAttachmentName(String caseAttachmentName) Constraints: Not nullable, Maximum length: 255voidsetCaseUUID(UUID caseUUID) Constraints: NullablevoidsetMimeType(String mimeType) Constraints: Not nullable, Maximum length: 128toString()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_ATTACHMENT_CONTENT_BINARY
public static final SimpleProperty.Binary<D_CADisputeCaseRetrieveAttchR> CASE_ATTACHMENT_CONTENT_BINARY -
CASE_ATTACHMENT_CREATED_BY_USER
public static final SimpleProperty.String<D_CADisputeCaseRetrieveAttchR> CASE_ATTACHMENT_CREATED_BY_USER -
CASE_ATTACHMENT_CREATION_DATE_TIME
public static final SimpleProperty.DateTime<D_CADisputeCaseRetrieveAttchR> CASE_ATTACHMENT_CREATION_DATE_TIME -
CASE_ATTACHMENT_NAME
-
CASE_UUID
-
MIME_TYPE
-
-
Constructor Details
-
D_CADisputeCaseRetrieveAttchR
public D_CADisputeCaseRetrieveAttchR() -
D_CADisputeCaseRetrieveAttchR
public D_CADisputeCaseRetrieveAttchR(@Nullable byte[] caseAttachmentContentBinary, @Nullable String caseAttachmentCreatedByUser, @Nullable OffsetDateTime caseAttachmentCreationDateTime, @Nullable String caseAttachmentName, @Nullable UUID caseUUID, @Nullable String mimeType)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<D_CADisputeCaseRetrieveAttchR>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<D_CADisputeCaseRetrieveAttchR>
-
fromMap
- Overrides:
fromMapin classVdmObject<D_CADisputeCaseRetrieveAttchR>
-
getKey
- Overrides:
getKeyin classVdmObject<D_CADisputeCaseRetrieveAttchR>
-
setCaseAttachmentContentBinary
public void setCaseAttachmentContentBinary(@Nullable byte[] caseAttachmentContentBinary) Constraints: Not nullableOriginal property name from the Odata EDM: CaseAttachmentContentBinary
- Parameters:
caseAttachmentContentBinary- The caseAttachmentContentBinary to set.
-
setCaseAttachmentCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CaseAttachmentCreatedByUser
- Parameters:
caseAttachmentCreatedByUser- The caseAttachmentCreatedByUser to set.
-
setCaseAttachmentCreationDateTime
public void setCaseAttachmentCreationDateTime(@Nullable OffsetDateTime caseAttachmentCreationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CaseAttachmentCreationDateTime
- Parameters:
caseAttachmentCreationDateTime- The caseAttachmentCreationDateTime to set.
-
setCaseAttachmentName
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: CaseAttachmentName
- Parameters:
caseAttachmentName- The caseAttachmentName to set.
-
setCaseUUID
Constraints: NullableOriginal property name from the Odata EDM: CaseUUID
- Parameters:
caseUUID- The caseUUID to set.
-
setMimeType
Constraints: Not nullable, Maximum length: 128Original property name from the Odata EDM: MimeType
- Parameters:
mimeType- The mimeType to set.
-
builder
-
getCaseAttachmentContentBinary
@Nullable public byte[] getCaseAttachmentContentBinary()Constraints: Not nullableOriginal property name from the Odata EDM: CaseAttachmentContentBinary
- Returns:
- The caseAttachmentContentBinary contained in this
VdmComplex.
-
getCaseAttachmentCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CaseAttachmentCreatedByUser
- Returns:
- The caseAttachmentCreatedByUser contained in this
VdmComplex.
-
getCaseAttachmentCreationDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CaseAttachmentCreationDateTime
- Returns:
- The caseAttachmentCreationDateTime contained in this
VdmComplex.
-
getCaseAttachmentName
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: CaseAttachmentName
- Returns:
- The caseAttachmentName contained in this
VdmComplex.
-
getCaseUUID
Constraints: NullableOriginal property name from the Odata EDM: CaseUUID
- Returns:
- The caseUUID contained in this
VdmComplex.
-
getMimeType
Constraints: Not nullable, Maximum length: 128Original property name from the Odata EDM: MimeType
- Returns:
- The mimeType contained in this
VdmComplex.
-
toString
- Overrides:
toStringin classVdmObject<D_CADisputeCaseRetrieveAttchR>
-
equals
- Overrides:
equalsin classVdmObject<D_CADisputeCaseRetrieveAttchR>
-
canEqual
- Overrides:
canEqualin classVdmObject<D_CADisputeCaseRetrieveAttchR>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmObject<D_CADisputeCaseRetrieveAttchR>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<D_CADisputeCaseRetrieveAttchR>
-