Class BR_NFExportDeclaration.BR_NFExportDeclarationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilnotafiscal.BR_NFExportDeclaration.BR_NFExportDeclarationBuilder
- Enclosing class:
- BR_NFExportDeclaration
Helper class to allow for fluent creation of BR_NFExportDeclaration instances.
-
Method Summary
Modifier and TypeMethodDescriptionbR_BillOfLading(String bR_BillOfLading) Constraints: Not nullable, Maximum length: 18bR_BillOfLadingDate(LocalDateTime bR_BillOfLadingDate) Constraints: Not nullable, Precision: 0bR_BillOfLadingType(String bR_BillOfLadingType) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 14bR_DUEExportConfirmationDate(LocalDateTime bR_DUEExportConfirmationDate) Constraints: Not nullable, Precision: 0bR_DUEIssuedDate(LocalDateTime bR_DUEIssuedDate) Constraints: Not nullable, Precision: 0bR_DUEType(String bR_DUEType) Constraints: Not nullable, Maximum length: 1bR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_NFExportDeclaration to single BR_NFDocument.bR_NotaFiscal(String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10build()toString()
-
Method Details
-
bR_NFDoc
Navigation property to_BR_NFDoc for BR_NFExportDeclaration to single BR_NFDocument.- Parameters:
value- The BR_NFDocument to build this BR_NFExportDeclaration with.- Returns:
- This Builder to allow for a fluent interface.
-
bR_NotaFiscal
@Nonnull public BR_NFExportDeclaration.BR_NFExportDeclarationBuilder bR_NotaFiscal(@Nullable String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BR_NotaFiscal
- Returns:
this.
-
bR_DUE
@Nonnull public BR_NFExportDeclaration.BR_NFExportDeclarationBuilder bR_DUE(@Nullable String bR_DUE) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: BR_DUE
- Returns:
this.
-
bR_DUEIssuedDate
@Nonnull public BR_NFExportDeclaration.BR_NFExportDeclarationBuilder bR_DUEIssuedDate(@Nullable LocalDateTime bR_DUEIssuedDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BR_DUEIssuedDate
- Returns:
this.
-
bR_DUEType
@Nonnull public BR_NFExportDeclaration.BR_NFExportDeclarationBuilder bR_DUEType(@Nullable String bR_DUEType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BR_DUEType
- Returns:
this.
-
bR_BillOfLading
@Nonnull public BR_NFExportDeclaration.BR_NFExportDeclarationBuilder bR_BillOfLading(@Nullable String bR_BillOfLading) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: BR_BillOfLading
- Returns:
this.
-
bR_BillOfLadingDate
@Nonnull public BR_NFExportDeclaration.BR_NFExportDeclarationBuilder bR_BillOfLadingDate(@Nullable LocalDateTime bR_BillOfLadingDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BR_BillOfLadingDate
- Returns:
this.
-
bR_BillOfLadingType
@Nonnull public BR_NFExportDeclaration.BR_NFExportDeclarationBuilder bR_BillOfLadingType(@Nullable String bR_BillOfLadingType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BR_BillOfLadingType
- Returns:
this.
-
bR_DUEExportConfirmationDate
@Nonnull public BR_NFExportDeclaration.BR_NFExportDeclarationBuilder bR_DUEExportConfirmationDate(@Nullable LocalDateTime bR_DUEExportConfirmationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BR_DUEExportConfirmationDate
- Returns:
this.
-
build
-
toString
-