Class FSItemSelectionAttribText.FSItemSelectionAttribTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.FSItemSelectionAttribText.FSItemSelectionAttribTextBuilder
- Enclosing class:
- FSItemSelectionAttribText
Helper class to allow for fluent creation of FSItemSelectionAttribText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnFSItemSelAttrib for FSItemSelectionAttribText to single FSItemSelectionAttrib.fSItemAttributeName(String fSItemAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30fSItemAttributeText(String fSItemAttributeText) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnFSItemSelAttrib
@Nonnull public FSItemSelectionAttribText.FSItemSelectionAttribTextBuilder cnsldtnFSItemSelAttrib(FSItemSelectionAttrib value) Navigation property to_CnsldtnFSItemSelAttrib for FSItemSelectionAttribText to single FSItemSelectionAttrib.- Parameters:
value- The FSItemSelectionAttrib to build this FSItemSelectionAttribText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public FSItemSelectionAttribText.FSItemSelectionAttribTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
fSItemAttributeName
@Nonnull public FSItemSelectionAttribText.FSItemSelectionAttribTextBuilder fSItemAttributeName(@Nullable String fSItemAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: FSItemAttributeName
- Returns:
this.
-
fSItemAttributeText
@Nonnull public FSItemSelectionAttribText.FSItemSelectionAttribTextBuilder fSItemAttributeText(@Nullable String fSItemAttributeText) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: FSItemAttributeText
- Returns:
this.
-
build
-
toString
-