Class SupplierListCompanyCode.SupplierListCompanyCodeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.preferredsupplierlist.SupplierListCompanyCode.SupplierListCompanyCodeBuilder
- Enclosing class:
- SupplierListCompanyCode
Helper class to allow for fluent creation of SupplierListCompanyCode instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4companyCodeUUID(UUID companyCodeUUID) (Key Field) Constraints: Not nullableConstraints: Not nullablesuplrListCoCodeProposalAction(String suplrListCoCodeProposalAction) Constraints: Not nullable, Maximum length: 1supplierListTP(SupplierList value) Navigation property _SupplierListTP for SupplierListCompanyCode to single SupplierList.supplierListUUID(UUID supplierListUUID) Constraints: Not nullabletoString()
-
Method Details
-
supplierListTP
@Nonnull public SupplierListCompanyCode.SupplierListCompanyCodeBuilder supplierListTP(SupplierList value) Navigation property _SupplierListTP for SupplierListCompanyCode to single SupplierList.- Parameters:
value- The SupplierList to build this SupplierListCompanyCode with.- Returns:
- This Builder to allow for a fluent interface.
-
companyCodeUUID
@Nonnull public SupplierListCompanyCode.SupplierListCompanyCodeBuilder companyCodeUUID(@Nullable UUID companyCodeUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: CompanyCodeUUID
- Returns:
this.
-
companyCode
@Nonnull public SupplierListCompanyCode.SupplierListCompanyCodeBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
supplierListUUID
@Nonnull public SupplierListCompanyCode.SupplierListCompanyCodeBuilder supplierListUUID(@Nullable UUID supplierListUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SupplierListUUID
- Returns:
this.
-
isDeleted
@Nonnull public SupplierListCompanyCode.SupplierListCompanyCodeBuilder isDeleted(@Nullable Boolean isDeleted) Constraints: Not nullableOriginal property name from the Odata EDM: IsDeleted
- Returns:
this.
-
suplrListCoCodeProposalAction
@Nonnull public SupplierListCompanyCode.SupplierListCompanyCodeBuilder suplrListCoCodeProposalAction(@Nullable String suplrListCoCodeProposalAction) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SuplrListCoCodeProposalAction
- Returns:
this.
-
build
-
toString
-