Class BreakdownTypeText.BreakdownTypeTextBuilder

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

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

    • cnsldtnBreakdownType

      @Nonnull public BreakdownTypeText.BreakdownTypeTextBuilder cnsldtnBreakdownType(BreakdownType value)
      Navigation property to_CnsldtnBreakdownType for BreakdownTypeText to single BreakdownType.
      Parameters:
      value - The BreakdownType to build this BreakdownTypeText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

      @Nonnull public BreakdownTypeText.BreakdownTypeTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • breakdownType

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

      Original property name from the Odata EDM: BreakdownType

      Returns:
      this.
    • breakdownTypeText

      @Nonnull public BreakdownTypeText.BreakdownTypeTextBuilder breakdownTypeText(@Nullable String breakdownTypeText)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BreakdownTypeText

      Returns:
      this.
    • build

      @Nonnull public BreakdownTypeText build()
    • toString

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