Class CndnContrType.CndnContrTypeBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.conditioncontracttype.CndnContrType.CndnContrTypeBuilder
Enclosing class:
CndnContrType

public static final class CndnContrType.CndnContrTypeBuilder extends Object
Helper class to allow for fluent creation of CndnContrType instances.
  • 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

      @Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrType(@Nullable String cndnContrType)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CndnContrType

      Returns:
      this.
    • busVolFldCombnSet

      @Nonnull public CndnContrType.CndnContrTypeBuilder busVolFldCombnSet(@Nullable String busVolFldCombnSet)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: BusVolFldCombnSet

      Returns:
      this.
    • cndnContrTypeBlockUsage

      @Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrTypeBlockUsage(@Nullable String cndnContrTypeBlockUsage)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CndnContrTypeBlockUsage

      Returns:
      this.
    • cndnContrPartnerCat

      @Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrPartnerCat(@Nullable String cndnContrPartnerCat)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CndnContrPartnerCat

      Returns:
      this.
    • cndnContrEligibleCat

      @Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrEligibleCat(@Nullable String cndnContrEligibleCat)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CndnContrEligibleCat

      Returns:
      this.
    • cndnContrClassfctnType

      @Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrClassfctnType(@Nullable String cndnContrClassfctnType)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CndnContrClassfctnType

      Returns:
      this.
    • cndnContrHasNoConditions

      @Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrHasNoConditions(@Nullable String cndnContrHasNoConditions)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CndnContrHasNoConditions

      Returns:
      this.
    • cndnContrSettlmtType

      @Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrSettlmtType(@Nullable String cndnContrSettlmtType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CndnContrSettlmtType

      Returns:
      this.
    • cndnContrChangeability

      @Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrChangeability(@Nullable String cndnContrChangeability)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CndnContrChangeability

      Returns:
      this.
    • cndnContrPrtlSettlmtCat

      @Nonnull public CndnContrType.CndnContrTypeBuilder cndnContrPrtlSettlmtCat(@Nullable String cndnContrPrtlSettlmtCat)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CndnContrPrtlSettlmtCat

      Returns:
      this.
    • build

      @Nonnull public CndnContrType build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object