Class FSItemTypeText.FSItemTypeTextBuilder

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

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

    • cnsldtnFSItemType

      @Nonnull public FSItemTypeText.FSItemTypeTextBuilder cnsldtnFSItemType(FSItemType value)
      Navigation property to_CnsldtnFSItemType for FSItemTypeText to single FSItemType.
      Parameters:
      value - The FSItemType to build this FSItemTypeText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • financialStatementItemType

      @Nonnull public FSItemTypeText.FSItemTypeTextBuilder financialStatementItemType(@Nullable String financialStatementItemType)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: FinancialStatementItemType

      Returns:
      this.
    • financialStatementItemTypeText

      @Nonnull public FSItemTypeText.FSItemTypeTextBuilder financialStatementItemTypeText(@Nullable String financialStatementItemTypeText)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: FinancialStatementItemTypeText

      Returns:
      this.
    • build

      @Nonnull public FSItemTypeText build()
    • toString

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