Class FSItemTypeText.FSItemTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.FSItemTypeText.FSItemTypeTextBuilder
- Enclosing class:
- FSItemTypeText
Helper class to allow for fluent creation of FSItemTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnFSItemType(FSItemType value) Navigation property to_CnsldtnFSItemType for FSItemTypeText to single FSItemType.financialStatementItemType(String financialStatementItemType) (Key Field) Constraints: Not nullable, Maximum length: 10financialStatementItemTypeText(String financialStatementItemTypeText) Constraints: Not nullable, Maximum length: 60(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnFSItemType
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
(Key Field) Constraints: Not nullable, Maximum length: 2Original 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: 10Original property name from the Odata EDM: FinancialStatementItemType
- Returns:
this.
-
financialStatementItemTypeText
@Nonnull public FSItemTypeText.FSItemTypeTextBuilder financialStatementItemTypeText(@Nullable String financialStatementItemTypeText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: FinancialStatementItemTypeText
- Returns:
this.
-
build
-
toString
-