Class FSItemType.FSItemTypeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.FSItemType.FSItemTypeBuilder
- Enclosing class:
- FSItemType
Helper class to allow for fluent creation of FSItemType instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnFSItemTypeT(FSItemTypeText... value) Navigation property to_CnsldtnFSItemTypeT for FSItemType to multiple FSItemTypeText.financialStatementItemType(String financialStatementItemType) (Key Field) Constraints: Not nullable, Maximum length: 10financialStatementItemType_Text(String financialStatementItemType_Text) Constraints: Not nullable, Maximum length: 60toString()
-
Method Details
-
cnsldtnFSItemTypeT
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: 10Original 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: 60Original property name from the Odata EDM: FinancialStatementItemType_Text
- Returns:
this.
-
build
-
toString
-