Class DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder
Enclosing class:
DocInfoRecdObjLinkBOM

public static final class DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder extends Object
Helper class to allow for fluent creation of DocInfoRecdObjLinkBOM instances.
  • Method Details

    • docInfoRecord

      Navigation property to_DocInfoRecord for DocInfoRecdObjLinkBOM to single DocumentInfoRecord.
      Parameters:
      value - The DocumentInfoRecord to build this DocInfoRecdObjLinkBOM with.
      Returns:
      This Builder to allow for a fluent interface.
    • documentInfoRecordDocType

      @Nonnull public DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder documentInfoRecordDocType(@Nullable String documentInfoRecordDocType)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: DocumentInfoRecordDocType

      Returns:
      this.
    • documentInfoRecordDocNumber

      @Nonnull public DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder documentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 25

      Original property name from the Odata EDM: DocumentInfoRecordDocNumber

      Returns:
      this.
    • documentInfoRecordDocVersion

      @Nonnull public DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder documentInfoRecordDocVersion(@Nullable String documentInfoRecordDocVersion)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DocumentInfoRecordDocVersion

      Returns:
      this.
    • documentInfoRecordDocPart

      @Nonnull public DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder documentInfoRecordDocPart(@Nullable String documentInfoRecordDocPart)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: DocumentInfoRecordDocPart

      Returns:
      this.
    • linkedSAPObject

      @Nonnull public DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder linkedSAPObject(@Nullable String linkedSAPObject)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: LinkedSAPObject

      Returns:
      this.
    • linkedSAPObjectKey

      @Nonnull public DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder linkedSAPObjectKey(@Nullable String linkedSAPObjectKey)
      (Key Field) Constraints: Not nullable, Maximum length: 90

      Original property name from the Odata EDM: LinkedSAPObjectKey

      Returns:
      this.
    • docObjectLinkCounter

      @Nonnull public DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder docObjectLinkCounter(@Nullable String docObjectLinkCounter)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: DocObjectLinkCounter

      Returns:
      this.
    • build

      @Nonnull public DocInfoRecdObjLinkBOM build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object