Class DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder
- Enclosing class:
- DocumentInfoRecordDesc
Helper class to allow for fluent creation of DocumentInfoRecordDesc instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changedDateTime(ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0Constraints: nonedocInfoRecdShortText(String docInfoRecdShortText) Constraints: Not nullable, Maximum length: 40docInfoRecord(DocumentInfoRecord value) Navigation property to_DocInfoRecord for DocumentInfoRecordDesc to single DocumentInfoRecord.documentDescription(String documentDescription) Constraints: Not nullable, Maximum length: 40documentInfoRecordDocNumber(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: 2(Key Field) Constraints: Not nullable, Maximum length: 2longTextExists(String longTextExists) Constraints: Not nullable, Maximum length: 1toString()Constraints: none
-
Method Details
-
docInfoRecord
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder docInfoRecord(DocumentInfoRecord value) Navigation property to_DocInfoRecord for DocumentInfoRecordDesc to single DocumentInfoRecord.- Parameters:
value- The DocumentInfoRecord to build this DocumentInfoRecordDesc with.- Returns:
- This Builder to allow for a fluent interface.
-
delete_mc
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder delete_mc(@Nullable Boolean delete_mc) Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
this.
-
update_mc
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
documentInfoRecordDocType
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder documentInfoRecordDocType(@Nullable String documentInfoRecordDocType) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocType
- Returns:
this.
-
documentInfoRecordDocNumber
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder documentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber) (Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: DocumentInfoRecordDocNumber
- Returns:
this.
-
documentInfoRecordDocVersion
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder documentInfoRecordDocVersion(@Nullable String documentInfoRecordDocVersion) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DocumentInfoRecordDocVersion
- Returns:
this.
-
documentInfoRecordDocPart
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder documentInfoRecordDocPart(@Nullable String documentInfoRecordDocPart) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocPart
- Returns:
this.
-
language
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
documentDescription
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder documentDescription(@Nullable String documentDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: DocumentDescription
- Returns:
this.
-
longTextExists
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder longTextExists(@Nullable String longTextExists) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: LongTextExists
- Returns:
this.
-
docInfoRecdShortText
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder docInfoRecdShortText(@Nullable String docInfoRecdShortText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: DocInfoRecdShortText
- Returns:
this.
-
changedDateTime
@Nonnull public DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder changedDateTime(@Nullable ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChangedDateTime
- Returns:
this.
-
build
-
toString
-