Class BR_NFDocumentReference.BR_NFDocumentReferenceBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilnotafiscal.BR_NFDocumentReference.BR_NFDocumentReferenceBuilder
- Enclosing class:
- BR_NFDocumentReference
Helper class to allow for fluent creation of BR_NFDocumentReference instances.
-
Method Summary
Modifier and TypeMethodDescriptionbR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_NFDocumentReference to single BR_NFDocument.bR_NFDocReferenceAccessKey(String bR_NFDocReferenceAccessKey) Constraints: Not nullable, Maximum length: 44bR_NFDocRefSequenceNumber(String bR_NFDocRefSequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 3bR_NFDocumentReferenceType(String bR_NFDocumentReferenceType) Constraints: Not nullable, Maximum length: 1bR_NotaFiscal(String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10build()toString()
-
Method Details
-
bR_NFDoc
Navigation property to_BR_NFDoc for BR_NFDocumentReference to single BR_NFDocument.- Parameters:
value- The BR_NFDocument to build this BR_NFDocumentReference with.- Returns:
- This Builder to allow for a fluent interface.
-
bR_NotaFiscal
@Nonnull public BR_NFDocumentReference.BR_NFDocumentReferenceBuilder 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_NFDocRefSequenceNumber
@Nonnull public BR_NFDocumentReference.BR_NFDocumentReferenceBuilder bR_NFDocRefSequenceNumber(@Nullable String bR_NFDocRefSequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BR_NFDocRefSequenceNumber
- Returns:
this.
-
bR_NFDocumentReferenceType
@Nonnull public BR_NFDocumentReference.BR_NFDocumentReferenceBuilder bR_NFDocumentReferenceType(@Nullable String bR_NFDocumentReferenceType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BR_NFDocumentReferenceType
- Returns:
this.
-
bR_NFDocReferenceAccessKey
@Nonnull public BR_NFDocumentReference.BR_NFDocumentReferenceBuilder bR_NFDocReferenceAccessKey(@Nullable String bR_NFDocReferenceAccessKey) Constraints: Not nullable, Maximum length: 44Original property name from the Odata EDM: BR_NFDocReferenceAccessKey
- Returns:
this.
-
build
-
toString
-