Class DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder
- Enclosing class:
- DocInfoRecdObjLinkProduct
Helper class to allow for fluent creation of DocInfoRecdObjLinkProduct instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changedDateTime(ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0Constraints: nonedocInfoRecord(DocumentInfoRecord value) Navigation property to_DocInfoRecord for DocInfoRecdObjLinkProduct to single DocumentInfoRecord.docObjectLinkCounter(String docObjectLinkCounter) (Key Field) Constraints: Not nullable, Maximum length: 4documentInfoRecordDocNumber(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: 2linkedSAPObject(String linkedSAPObject) (Key Field) Constraints: Not nullable, Maximum length: 10linkedSAPObjectKey(String linkedSAPObjectKey) (Key Field) Constraints: Not nullable, Maximum length: 90toString()
-
Method Details
-
docInfoRecord
@Nonnull public DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder docInfoRecord(DocumentInfoRecord value) Navigation property to_DocInfoRecord for DocInfoRecdObjLinkProduct to single DocumentInfoRecord.- Parameters:
value- The DocumentInfoRecord to build this DocInfoRecdObjLinkProduct with.- Returns:
- This Builder to allow for a fluent interface.
-
delete_mc
@Nonnull public DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder delete_mc(@Nullable Boolean delete_mc) Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
this.
-
documentInfoRecordDocType
@Nonnull public DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder documentInfoRecordDocType(@Nullable String documentInfoRecordDocType) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocType
- Returns:
this.
-
documentInfoRecordDocNumber
@Nonnull public DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder documentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber) (Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: DocumentInfoRecordDocNumber
- Returns:
this.
-
documentInfoRecordDocVersion
@Nonnull public DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder documentInfoRecordDocVersion(@Nullable String documentInfoRecordDocVersion) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DocumentInfoRecordDocVersion
- Returns:
this.
-
documentInfoRecordDocPart
@Nonnull public DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder documentInfoRecordDocPart(@Nullable String documentInfoRecordDocPart) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocPart
- Returns:
this.
-
linkedSAPObject
@Nonnull public DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder linkedSAPObject(@Nullable String linkedSAPObject) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: LinkedSAPObject
- Returns:
this.
-
linkedSAPObjectKey
@Nonnull public DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder linkedSAPObjectKey(@Nullable String linkedSAPObjectKey) (Key Field) Constraints: Not nullable, Maximum length: 90Original property name from the Odata EDM: LinkedSAPObjectKey
- Returns:
this.
-
docObjectLinkCounter
@Nonnull public DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder docObjectLinkCounter(@Nullable String docObjectLinkCounter) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DocObjectLinkCounter
- Returns:
this.
-
changedDateTime
@Nonnull public DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder changedDateTime(@Nullable ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChangedDateTime
- Returns:
this.
-
build
-
toString
-