java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.BreakdownType.BreakdownTypeBuilder
Enclosing class:
BreakdownType

public static final class BreakdownType.BreakdownTypeBuilder extends Object
Helper class to allow for fluent creation of BreakdownType instances.
  • Method Details

    • cnsldtnBreakdownTypeT

      @Nonnull public BreakdownType.BreakdownTypeBuilder cnsldtnBreakdownTypeT(BreakdownTypeText... value)
      Navigation property to_CnsldtnBreakdownTypeT for BreakdownType to multiple BreakdownTypeText.
      Parameters:
      value - The BreakdownTypeTexts to build this BreakdownType with.
      Returns:
      This Builder to allow for a fluent interface.
    • breakdownType

      @Nonnull public BreakdownType.BreakdownTypeBuilder breakdownType(@Nullable String breakdownType)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BreakdownType

      Returns:
      this.
    • breakdownType_Text

      @Nonnull public BreakdownType.BreakdownTypeBuilder breakdownType_Text(@Nullable String breakdownType_Text)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BreakdownType_Text

      Returns:
      this.
    • build

      @Nonnull public BreakdownType build()
    • toString

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