Class SupplierListMaterialGroup.SupplierListMaterialGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.preferredsupplierlistv2.SupplierListMaterialGroup.SupplierListMaterialGroupBuilder
- Enclosing class:
- SupplierListMaterialGroup
Helper class to allow for fluent creation of SupplierListMaterialGroup instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constraints: Not nullablematerialGroup(String materialGroup) Constraints: Not nullable, Maximum length: 9materialGroupName(String materialGroupName) Constraints: Not nullable, Maximum length: 20materialGroupUUID(UUID materialGroupUUID) (Key Field) Constraints: Not nullablesupplierListTP(SupplierList value) Navigation property _SupplierListTP for SupplierListMaterialGroup to single SupplierList.supplierListUUID(UUID supplierListUUID) Constraints: Not nullabletoString()
-
Method Details
-
supplierListTP
@Nonnull public SupplierListMaterialGroup.SupplierListMaterialGroupBuilder supplierListTP(SupplierList value) Navigation property _SupplierListTP for SupplierListMaterialGroup to single SupplierList.- Parameters:
value- The SupplierList to build this SupplierListMaterialGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
materialGroupUUID
@Nonnull public SupplierListMaterialGroup.SupplierListMaterialGroupBuilder materialGroupUUID(@Nullable UUID materialGroupUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MaterialGroupUUID
- Returns:
this.
-
materialGroup
@Nonnull public SupplierListMaterialGroup.SupplierListMaterialGroupBuilder materialGroup(@Nullable String materialGroup) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MaterialGroup
- Returns:
this.
-
materialGroupName
@Nonnull public SupplierListMaterialGroup.SupplierListMaterialGroupBuilder materialGroupName(@Nullable String materialGroupName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MaterialGroupName
- Returns:
this.
-
supplierListUUID
@Nonnull public SupplierListMaterialGroup.SupplierListMaterialGroupBuilder supplierListUUID(@Nullable UUID supplierListUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SupplierListUUID
- Returns:
this.
-
isDeleted
@Nonnull public SupplierListMaterialGroup.SupplierListMaterialGroupBuilder isDeleted(@Nullable Boolean isDeleted) Constraints: Not nullableOriginal property name from the Odata EDM: IsDeleted
- Returns:
this.
-
build
-
toString
-