Class BR_NFTradeNote.BR_NFTradeNoteBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilnotafiscal.BR_NFTradeNote.BR_NFTradeNoteBuilder
- Enclosing class:
- BR_NFTradeNote
Helper class to allow for fluent creation of BR_NFTradeNote instances.
-
Method Summary
Modifier and TypeMethodDescriptionbR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_NFTradeNote to single BR_NFDocument.bR_NFTradeNoteExpiringDate(LocalDateTime bR_NFTradeNoteExpiringDate) Constraints: Not nullable, Precision: 0bR_NFTradeNoteNumber(String bR_NFTradeNoteNumber) Constraints: Not nullable, Maximum length: 20bR_NFTradeNoteSequenceNumber(String bR_NFTradeNoteSequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 4bR_NFTradeNoteValue(BigDecimal bR_NFTradeNoteValue) Constraints: Not nullable, Precision: 15, Scale: 2bR_NotaFiscal(String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10build()toString()
-
Method Details
-
bR_NFDoc
Navigation property to_BR_NFDoc for BR_NFTradeNote to single BR_NFDocument.- Parameters:
value- The BR_NFDocument to build this BR_NFTradeNote with.- Returns:
- This Builder to allow for a fluent interface.
-
bR_NotaFiscal
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BR_NotaFiscal
- Returns:
this.
-
bR_NFTradeNoteSequenceNumber
@Nonnull public BR_NFTradeNote.BR_NFTradeNoteBuilder bR_NFTradeNoteSequenceNumber(@Nullable String bR_NFTradeNoteSequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BR_NFTradeNoteSequenceNumber
- Returns:
this.
-
bR_NFTradeNoteNumber
@Nonnull public BR_NFTradeNote.BR_NFTradeNoteBuilder bR_NFTradeNoteNumber(@Nullable String bR_NFTradeNoteNumber) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: BR_NFTradeNoteNumber
- Returns:
this.
-
bR_NFTradeNoteExpiringDate
@Nonnull public BR_NFTradeNote.BR_NFTradeNoteBuilder bR_NFTradeNoteExpiringDate(@Nullable LocalDateTime bR_NFTradeNoteExpiringDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BR_NFTradeNoteExpiringDate
- Returns:
this.
-
bR_NFTradeNoteValue
@Nonnull public BR_NFTradeNote.BR_NFTradeNoteBuilder bR_NFTradeNoteValue(@Nullable BigDecimal bR_NFTradeNoteValue) Constraints: Not nullable, Precision: 15, Scale: 2Original property name from the Odata EDM: BR_NFTradeNoteValue
- Returns:
this.
-
build
-
toString
-