Class CndnContrType.CndnContrTypeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.conditioncontracttype.CndnContrType.CndnContrTypeBuilder
- Enclosing class:
- CndnContrType
Helper class to allow for fluent creation of CndnContrType instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()busVolFldCombnSet(String busVolFldCombnSet) Constraints: Not nullable, Maximum length: 4Navigation property to_BusVolFldCombnSetTypeAssgmt for CndnContrType to multiple BusVolFldCombnSetTypeAssgmt.cndnContrChangeability(String cndnContrChangeability) Constraints: Not nullable, Maximum length: 2cndnContrClassfctnType(String cndnContrClassfctnType) Constraints: Not nullable, Maximum length: 2cndnContrEligibleCat(String cndnContrEligibleCat) Constraints: Not nullable, Maximum length: 2cndnContrHasNoConditions(String cndnContrHasNoConditions) Constraints: Not nullable, Maximum length: 1cndnContrPartnerCat(String cndnContrPartnerCat) Constraints: Not nullable, Maximum length: 2cndnContrPrtlSettlmtCat(String cndnContrPrtlSettlmtCat) Constraints: Not nullable, Maximum length: 1cndnContrSettlmtType(String cndnContrSettlmtType) Constraints: Not nullable, Maximum length: 1cndnContrType(String cndnContrType) (Key Field) Constraints: Not nullable, Maximum length: 4cndnContrTypeBlockUsage(String cndnContrTypeBlockUsage) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
busVolFldCombnSetTypeAssgmt
@Nonnull public CndnContrType.CndnContrTypeBuilder busVolFldCombnSetTypeAssgmt(BusVolFldCombnSetTypeAssgmt... value) Navigation property to_BusVolFldCombnSetTypeAssgmt for CndnContrType to multiple BusVolFldCombnSetTypeAssgmt.- Parameters:
value- The BusVolFldCombnSetTypeAssgmts to build this CndnContrType with.- Returns:
- This Builder to allow for a fluent interface.
-
cndnContrType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CndnContrType
- Returns:
this.
-
busVolFldCombnSet
@Nonnull public CndnContrType.CndnContrTypeBuilder busVolFldCombnSet(@Nullable String busVolFldCombnSet) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusVolFldCombnSet
- Returns:
this.
-
cndnContrTypeBlockUsage
@Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrTypeBlockUsage(@Nullable String cndnContrTypeBlockUsage) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CndnContrTypeBlockUsage
- Returns:
this.
-
cndnContrPartnerCat
@Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrPartnerCat(@Nullable String cndnContrPartnerCat) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CndnContrPartnerCat
- Returns:
this.
-
cndnContrEligibleCat
@Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrEligibleCat(@Nullable String cndnContrEligibleCat) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CndnContrEligibleCat
- Returns:
this.
-
cndnContrClassfctnType
@Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrClassfctnType(@Nullable String cndnContrClassfctnType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CndnContrClassfctnType
- Returns:
this.
-
cndnContrHasNoConditions
@Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrHasNoConditions(@Nullable String cndnContrHasNoConditions) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CndnContrHasNoConditions
- Returns:
this.
-
cndnContrSettlmtType
@Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrSettlmtType(@Nullable String cndnContrSettlmtType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CndnContrSettlmtType
- Returns:
this.
-
cndnContrChangeability
@Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrChangeability(@Nullable String cndnContrChangeability) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CndnContrChangeability
- Returns:
this.
-
cndnContrPrtlSettlmtCat
@Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrPrtlSettlmtCat(@Nullable String cndnContrPrtlSettlmtCat) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CndnContrPrtlSettlmtCat
- Returns:
this.
-
build
-
toString
-