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

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

    • cnsldtnFSItemTypeT

      @Nonnull public FSItemType.FSItemTypeBuilder cnsldtnFSItemTypeT(FSItemTypeText... value)
      Navigation property to_CnsldtnFSItemTypeT for FSItemType to multiple FSItemTypeText.
      Parameters:
      value - The FSItemTypeTexts to build this FSItemType with.
      Returns:
      This Builder to allow for a fluent interface.
    • financialStatementItemType

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

      Original property name from the Odata EDM: FinancialStatementItemType

      Returns:
      this.
    • financialStatementItemType_Text

      @Nonnull public FSItemType.FSItemTypeBuilder financialStatementItemType_Text(@Nullable String financialStatementItemType_Text)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: FinancialStatementItemType_Text

      Returns:
      this.
    • build

      @Nonnull public FSItemType build()
    • toString

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