Class BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.conditioncontracttype.BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder
- Enclosing class:
- BusVolFldCombnSetTypeAssgmt
public static final class BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder
extends Object
Helper class to allow for fluent creation of BusVolFldCombnSetTypeAssgmt instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()busVolFieldCombnType(String busVolFieldCombnType) (Key Field) Constraints: Not nullable, Maximum length: 4busVolFldCombnAllwdSign(String busVolFldCombnAllwdSign) Constraints: Not nullable, Maximum length: 1busVolFldCombnGroup(String busVolFldCombnGroup) Constraints: Not nullable, Maximum length: 2busVolFldCombnMaxNrOfEntries(BigDecimal busVolFldCombnMaxNrOfEntries) Constraints: Not nullable, Precision: 3, Scale: 0busVolFldCombnMinNrOfEntries(BigDecimal busVolFldCombnMinNrOfEntries) Constraints: Not nullable, Precision: 3, Scale: 0busVolFldCombnSet(String busVolFldCombnSet) (Key Field) Constraints: Not nullable, Maximum length: 4Navigation property to_BusVolFldCombnTypeFldAssgmt for BusVolFldCombnSetTypeAssgmt to multiple BusVolFldCombnTypeFldAssgmt.busVolFldCombnValdtyIsAllwd(Boolean busVolFldCombnValdtyIsAllwd) Constraints: nonecndnContrType(String cndnContrType) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
busVolFldCombnTypeFldAssgmt
@Nonnull public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnTypeFldAssgmt(BusVolFldCombnTypeFldAssgmt... value) Navigation property to_BusVolFldCombnTypeFldAssgmt for BusVolFldCombnSetTypeAssgmt to multiple BusVolFldCombnTypeFldAssgmt.- Parameters:
value- The BusVolFldCombnTypeFldAssgmts to build this BusVolFldCombnSetTypeAssgmt with.- Returns:
- This Builder to allow for a fluent interface.
-
cndnContrType
@Nonnull public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder cndnContrType(@Nullable String cndnContrType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CndnContrType
- Returns:
this.
-
busVolFldCombnSet
@Nonnull public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnSet(@Nullable String busVolFldCombnSet) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusVolFldCombnSet
- Returns:
this.
-
busVolFieldCombnType
@Nonnull public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFieldCombnType(@Nullable String busVolFieldCombnType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusVolFieldCombnType
- Returns:
this.
-
busVolFldCombnMinNrOfEntries
@Nonnull public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnMinNrOfEntries(@Nullable BigDecimal busVolFldCombnMinNrOfEntries) Constraints: Not nullable, Precision: 3, Scale: 0Original property name from the Odata EDM: BusVolFldCombnMinNrOfEntries
- Returns:
this.
-
busVolFldCombnMaxNrOfEntries
@Nonnull public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnMaxNrOfEntries(@Nullable BigDecimal busVolFldCombnMaxNrOfEntries) Constraints: Not nullable, Precision: 3, Scale: 0Original property name from the Odata EDM: BusVolFldCombnMaxNrOfEntries
- Returns:
this.
-
busVolFldCombnGroup
@Nonnull public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnGroup(@Nullable String busVolFldCombnGroup) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BusVolFldCombnGroup
- Returns:
this.
-
busVolFldCombnAllwdSign
@Nonnull public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnAllwdSign(@Nullable String busVolFldCombnAllwdSign) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BusVolFldCombnAllwdSign
- Returns:
this.
-
busVolFldCombnValdtyIsAllwd
@Nonnull public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnValdtyIsAllwd(@Nullable Boolean busVolFldCombnValdtyIsAllwd) Constraints: noneOriginal property name from the Odata EDM: BusVolFldCombnValdtyIsAllwd
- Returns:
this.
-
build
-
toString
-