Class VarCnfTblValAssgmtAlternative.VarCnfTblValAssgmtAlternativeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable.VarCnfTblValAssgmtAlternative.VarCnfTblValAssgmtAlternativeBuilder
- Enclosing class:
- VarCnfTblValAssgmtAlternative
public static final class VarCnfTblValAssgmtAlternative.VarCnfTblValAssgmtAlternativeBuilder
extends Object
Helper class to allow for fluent creation of VarCnfTblValAssgmtAlternative instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()item(VarCnfTblValAssgmtAltvItem... value) Navigation property _Item for VarCnfTblValAssgmtAlternative to multiple VarCnfTblValAssgmtAltvItem.table(VariantConfigurationTable value) Navigation property _Table for VarCnfTblValAssgmtAlternative to single VariantConfigurationTable.toString()varConfignTblName(String varConfignTblName) (Key Field) Constraints: Not nullable, Maximum length: 18varConfignTblValAssgmtAltvID(String varConfignTblValAssgmtAltvID) (Key Field) Constraints: Not nullable, Maximum length: 4
-
Method Details
-
item
@Nonnull public VarCnfTblValAssgmtAlternative.VarCnfTblValAssgmtAlternativeBuilder item(VarCnfTblValAssgmtAltvItem... value) Navigation property _Item for VarCnfTblValAssgmtAlternative to multiple VarCnfTblValAssgmtAltvItem.- Parameters:
value- The VarCnfTblValAssgmtAltvItems to build this VarCnfTblValAssgmtAlternative with.- Returns:
- This Builder to allow for a fluent interface.
-
table
@Nonnull public VarCnfTblValAssgmtAlternative.VarCnfTblValAssgmtAlternativeBuilder table(VariantConfigurationTable value) Navigation property _Table for VarCnfTblValAssgmtAlternative to single VariantConfigurationTable.- Parameters:
value- The VariantConfigurationTable to build this VarCnfTblValAssgmtAlternative with.- Returns:
- This Builder to allow for a fluent interface.
-
varConfignTblName
@Nonnull public VarCnfTblValAssgmtAlternative.VarCnfTblValAssgmtAlternativeBuilder varConfignTblName(@Nullable String varConfignTblName) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: VarConfignTblName
- Returns:
this.
-
varConfignTblValAssgmtAltvID
@Nonnull public VarCnfTblValAssgmtAlternative.VarCnfTblValAssgmtAlternativeBuilder varConfignTblValAssgmtAltvID(@Nullable String varConfignTblValAssgmtAltvID) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: VarConfignTblValAssgmtAltvID
- Returns:
this.
-
build
-
toString
-