Class DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder
- Enclosing class:
- DocumentInfoRecordAttch
Helper class to allow for fluent creation of DocumentInfoRecordAttch instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()docInfoRecdIsMarkedForDeletion(Boolean docInfoRecdIsMarkedForDeletion) Constraints: nonedocumentDescription(String documentDescription) Constraints: Not nullable, Maximum length: 40documentInfoRecord(String documentInfoRecord) Constraints: Not nullable, Maximum length: 70documentInfoRecordDocNumber(String documentInfoRecordDocNumber) (Key Field) Constraints: Not nullable, Maximum length: 25documentInfoRecordDocPart(String documentInfoRecordDocPart) (Key Field) Constraints: Not nullable, Maximum length: 3documentInfoRecordDocType(String documentInfoRecordDocType) (Key Field) Constraints: Not nullable, Maximum length: 3documentInfoRecordDocVersion(String documentInfoRecordDocVersion) (Key Field) Constraints: Not nullable, Maximum length: 2Navigation property DocumentInfoRecordToAttachmentNavigation for DocumentInfoRecordAttch to multiple AttachmentContent.documentStatusName(String documentStatusName) Constraints: Not nullable, Maximum length: 16externalDocumentStatus(String externalDocumentStatus) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
documentInfoRecordDocType
@Nonnull public DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder documentInfoRecordDocType(@Nullable String documentInfoRecordDocType) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocType
- Returns:
this.
-
documentInfoRecordDocNumber
@Nonnull public DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder documentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber) (Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: DocumentInfoRecordDocNumber
- Returns:
this.
-
documentInfoRecordDocVersion
@Nonnull public DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder documentInfoRecordDocVersion(@Nullable String documentInfoRecordDocVersion) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DocumentInfoRecordDocVersion
- Returns:
this.
-
documentInfoRecordDocPart
@Nonnull public DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder documentInfoRecordDocPart(@Nullable String documentInfoRecordDocPart) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocPart
- Returns:
this.
-
documentInfoRecord
@Nonnull public DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder documentInfoRecord(@Nullable String documentInfoRecord) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: DocumentInfoRecord
- Returns:
this.
-
documentDescription
@Nonnull public DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder documentDescription(@Nullable String documentDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: DocumentDescription
- Returns:
this.
-
externalDocumentStatus
@Nonnull public DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder externalDocumentStatus(@Nullable String externalDocumentStatus) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ExternalDocumentStatus
- Returns:
this.
-
documentStatusName
@Nonnull public DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder documentStatusName(@Nullable String documentStatusName) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: DocumentStatusName
- Returns:
this.
-
docInfoRecdIsMarkedForDeletion
@Nonnull public DocumentInfoRecordAttch.DocumentInfoRecordAttchBuilder docInfoRecdIsMarkedForDeletion(@Nullable Boolean docInfoRecdIsMarkedForDeletion) Constraints: noneOriginal property name from the Odata EDM: DocInfoRecdIsMarkedForDeletion
- Returns:
this.
-
build
-
toString