Class SrcgSuplrListCompanyCode.SrcgSuplrListCompanyCodeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplierlistforsourcing.SrcgSuplrListCompanyCode.SrcgSuplrListCompanyCodeBuilder
- Enclosing class:
- SrcgSuplrListCompanyCode
Helper class to allow for fluent creation of SrcgSuplrListCompanyCode instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4companyCodeUUID(UUID companyCodeUUID) (Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 1Navigation property _SourcingSupplierListTP for SrcgSuplrListCompanyCode to single SourcingSupplierList.sourcingSupplierListUUID(UUID sourcingSupplierListUUID) Constraints: Not nullabletoString()
-
Method Details
-
sourcingSupplierListTP
@Nonnull public SrcgSuplrListCompanyCode.SrcgSuplrListCompanyCodeBuilder sourcingSupplierListTP(SourcingSupplierList value) Navigation property _SourcingSupplierListTP for SrcgSuplrListCompanyCode to single SourcingSupplierList.- Parameters:
value- The SourcingSupplierList to build this SrcgSuplrListCompanyCode with.- Returns:
- This Builder to allow for a fluent interface.
-
companyCodeUUID
@Nonnull public SrcgSuplrListCompanyCode.SrcgSuplrListCompanyCodeBuilder companyCodeUUID(@Nullable UUID companyCodeUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: CompanyCodeUUID
- Returns:
this.
-
companyCode
@Nonnull public SrcgSuplrListCompanyCode.SrcgSuplrListCompanyCodeBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
sourcingSupplierListUUID
@Nonnull public SrcgSuplrListCompanyCode.SrcgSuplrListCompanyCodeBuilder sourcingSupplierListUUID(@Nullable UUID sourcingSupplierListUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingSupplierListUUID
- Returns:
this.
-
isDeleted
@Nonnull public SrcgSuplrListCompanyCode.SrcgSuplrListCompanyCodeBuilder isDeleted(@Nullable String isDeleted) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsDeleted
- Returns:
this.
-
build
-
toString
-