Class D_CADisputeCaseRetrieveAttchR.D_CADisputeCaseRetrieveAttchRBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.contractaccountingdisputecase.D_CADisputeCaseRetrieveAttchR.D_CADisputeCaseRetrieveAttchRBuilder
- Enclosing class:
- D_CADisputeCaseRetrieveAttchR
public static class D_CADisputeCaseRetrieveAttchR.D_CADisputeCaseRetrieveAttchRBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()caseAttachmentContentBinary(byte[] caseAttachmentContentBinary) Constraints: Not nullablecaseAttachmentCreatedByUser(String caseAttachmentCreatedByUser) Constraints: Not nullable, Maximum length: 12caseAttachmentCreationDateTime(OffsetDateTime caseAttachmentCreationDateTime) Constraints: Nullable, Precision: 7caseAttachmentName(String caseAttachmentName) Constraints: Not nullable, Maximum length: 255Constraints: NullableConstraints: Not nullable, Maximum length: 128toString()
-
Method Details
-
caseAttachmentContentBinary
@Nonnull public D_CADisputeCaseRetrieveAttchR.D_CADisputeCaseRetrieveAttchRBuilder caseAttachmentContentBinary(@Nullable byte[] caseAttachmentContentBinary) Constraints: Not nullableOriginal property name from the Odata EDM: CaseAttachmentContentBinary
- Returns:
this.
-
caseAttachmentCreatedByUser
@Nonnull public D_CADisputeCaseRetrieveAttchR.D_CADisputeCaseRetrieveAttchRBuilder caseAttachmentCreatedByUser(@Nullable String caseAttachmentCreatedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CaseAttachmentCreatedByUser
- Returns:
this.
-
caseAttachmentCreationDateTime
@Nonnull public D_CADisputeCaseRetrieveAttchR.D_CADisputeCaseRetrieveAttchRBuilder caseAttachmentCreationDateTime(@Nullable OffsetDateTime caseAttachmentCreationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CaseAttachmentCreationDateTime
- Returns:
this.
-
caseAttachmentName
@Nonnull public D_CADisputeCaseRetrieveAttchR.D_CADisputeCaseRetrieveAttchRBuilder caseAttachmentName(@Nullable String caseAttachmentName) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: CaseAttachmentName
- Returns:
this.
-
caseUUID
@Nonnull public D_CADisputeCaseRetrieveAttchR.D_CADisputeCaseRetrieveAttchRBuilder caseUUID(@Nullable UUID caseUUID) Constraints: NullableOriginal property name from the Odata EDM: CaseUUID
- Returns:
this.
-
mimeType
@Nonnull public D_CADisputeCaseRetrieveAttchR.D_CADisputeCaseRetrieveAttchRBuilder mimeType(@Nullable String mimeType) Constraints: Not nullable, Maximum length: 128Original property name from the Odata EDM: MimeType
- Returns:
this.
-
build
-
toString
-