Class SAP__DocumentDescription.SAP__DocumentDescriptionBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierevaluationscore.SAP__DocumentDescription.SAP__DocumentDescriptionBuilder
- Enclosing class:
- SAP__DocumentDescription
Helper class to allow for fluent creation of SAP__DocumentDescription instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()coverPage(SAP__CoverPage... value) Navigation property CoverPage for SAP__DocumentDescription to multiple SAP__CoverPage.createdAt(LocalDateTime createdAt) Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 256format(SAP__Format value) Navigation property Format for SAP__DocumentDescription to single SAP__Format.(Key Field) Constraints: Not nullablepdfStandard(SAP__PDFStandard value) Navigation property PDFStandard for SAP__DocumentDescription to single SAP__PDFStandard.signature(SAP__Signature value) Navigation property Signature for SAP__DocumentDescription to single SAP__Signature.tableColumns(SAP__TableColumns... value) Navigation property TableColumns for SAP__DocumentDescription to multiple SAP__TableColumns.Constraints: Not nullable, Maximum length: 256toString()
-
Method Details
-
format
Navigation property Format for SAP__DocumentDescription to single SAP__Format.- Parameters:
value- The SAP__Format to build this SAP__DocumentDescription with.- Returns:
- This Builder to allow for a fluent interface.
-
tableColumns
@Nonnull public SAP__DocumentDescription.SAP__DocumentDescriptionBuilder tableColumns(SAP__TableColumns... value) Navigation property TableColumns for SAP__DocumentDescription to multiple SAP__TableColumns.- Parameters:
value- The SAP__TableColumnss to build this SAP__DocumentDescription with.- Returns:
- This Builder to allow for a fluent interface.
-
coverPage
@Nonnull public SAP__DocumentDescription.SAP__DocumentDescriptionBuilder coverPage(SAP__CoverPage... value) Navigation property CoverPage for SAP__DocumentDescription to multiple SAP__CoverPage.- Parameters:
value- The SAP__CoverPages to build this SAP__DocumentDescription with.- Returns:
- This Builder to allow for a fluent interface.
-
signature
@Nonnull public SAP__DocumentDescription.SAP__DocumentDescriptionBuilder signature(SAP__Signature value) Navigation property Signature for SAP__DocumentDescription to single SAP__Signature.- Parameters:
value- The SAP__Signature to build this SAP__DocumentDescription with.- Returns:
- This Builder to allow for a fluent interface.
-
pdfStandard
@Nonnull public SAP__DocumentDescription.SAP__DocumentDescriptionBuilder pdfStandard(SAP__PDFStandard value) Navigation property PDFStandard for SAP__DocumentDescription to single SAP__PDFStandard.- Parameters:
value- The SAP__PDFStandard to build this SAP__DocumentDescription with.- Returns:
- This Builder to allow for a fluent interface.
-
id
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Returns:
this.
-
createdBy
@Nonnull public SAP__DocumentDescription.SAP__DocumentDescriptionBuilder createdBy(@Nullable String createdBy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedBy
- Returns:
this.
-
createdAt
@Nonnull public SAP__DocumentDescription.SAP__DocumentDescriptionBuilder createdAt(@Nullable LocalDateTime createdAt) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreatedAt
- Returns:
this.
-
fileName
@Nonnull public SAP__DocumentDescription.SAP__DocumentDescriptionBuilder fileName(@Nullable String fileName) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: FileName
- Returns:
this.
-
title
@Nonnull public SAP__DocumentDescription.SAP__DocumentDescriptionBuilder title(@Nullable String title) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Title
- Returns:
this.
-
build
-
toString
-