Class BR_TechnicalResponsible.BR_TechnicalResponsibleBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilnotafiscal.BR_TechnicalResponsible.BR_TechnicalResponsibleBuilder
- Enclosing class:
- BR_TechnicalResponsible
Helper class to allow for fluent creation of BR_TechnicalResponsible instances.
-
Method Summary
Modifier and TypeMethodDescriptionbR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_TechnicalResponsible to single BR_NFDocument.bR_NotaFiscal(String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10bR_SecureCodeTechnicalRespHash(String bR_SecureCodeTechnicalRespHash) Constraints: Not nullable, Maximum length: 36bR_SecureCodeTechRespID(String bR_SecureCodeTechRespID) Constraints: Not nullable, Maximum length: 2bR_TechnicalRespContactName(String bR_TechnicalRespContactName) Constraints: Not nullable, Maximum length: 60bR_TechnicalResponsibleCNPJ(String bR_TechnicalResponsibleCNPJ) Constraints: Not nullable, Maximum length: 18bR_TechnicalResponsibleEmail(String bR_TechnicalResponsibleEmail) Constraints: Not nullable, Maximum length: 60bR_TechResponsiblePhoneNumber(String bR_TechResponsiblePhoneNumber) Constraints: Not nullable, Maximum length: 14build()toString()
-
Method Details
-
bR_NFDoc
@Nonnull public BR_TechnicalResponsible.BR_TechnicalResponsibleBuilder bR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_TechnicalResponsible to single BR_NFDocument.- Parameters:
value- The BR_NFDocument to build this BR_TechnicalResponsible with.- Returns:
- This Builder to allow for a fluent interface.
-
bR_NotaFiscal
@Nonnull public BR_TechnicalResponsible.BR_TechnicalResponsibleBuilder 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_TechnicalResponsibleCNPJ
@Nonnull public BR_TechnicalResponsible.BR_TechnicalResponsibleBuilder bR_TechnicalResponsibleCNPJ(@Nullable String bR_TechnicalResponsibleCNPJ) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: BR_TechnicalResponsibleCNPJ
- Returns:
this.
-
bR_TechnicalRespContactName
@Nonnull public BR_TechnicalResponsible.BR_TechnicalResponsibleBuilder bR_TechnicalRespContactName(@Nullable String bR_TechnicalRespContactName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BR_TechnicalRespContactName
- Returns:
this.
-
bR_TechnicalResponsibleEmail
@Nonnull public BR_TechnicalResponsible.BR_TechnicalResponsibleBuilder bR_TechnicalResponsibleEmail(@Nullable String bR_TechnicalResponsibleEmail) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BR_TechnicalResponsibleEmail
- Returns:
this.
-
bR_TechResponsiblePhoneNumber
@Nonnull public BR_TechnicalResponsible.BR_TechnicalResponsibleBuilder bR_TechResponsiblePhoneNumber(@Nullable String bR_TechResponsiblePhoneNumber) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: BR_TechResponsiblePhoneNumber
- Returns:
this.
-
bR_SecureCodeTechRespID
@Nonnull public BR_TechnicalResponsible.BR_TechnicalResponsibleBuilder bR_SecureCodeTechRespID(@Nullable String bR_SecureCodeTechRespID) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BR_SecureCodeTechRespID
- Returns:
this.
-
bR_SecureCodeTechnicalRespHash
@Nonnull public BR_TechnicalResponsible.BR_TechnicalResponsibleBuilder bR_SecureCodeTechnicalRespHash(@Nullable String bR_SecureCodeTechnicalRespHash) Constraints: Not nullable, Maximum length: 36Original property name from the Odata EDM: BR_SecureCodeTechnicalRespHash
- Returns:
this.
-
build
-
toString
-