Class FSItemSelectionAttrib.FSItemSelectionAttribBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.FSItemSelectionAttrib.FSItemSelectionAttribBuilder
- Enclosing class:
- FSItemSelectionAttrib
Helper class to allow for fluent creation of FSItemSelectionAttrib instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnFSItemSelAttribT for FSItemSelectionAttrib to multiple FSItemSelectionAttribText.Navigation property to_CnsldtnFSItemSelAttribVal for FSItemSelectionAttrib to multiple FSItemSelectionAttribVal.fSItemAttributeName(String fSItemAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30fSItemAttributeName_Text(String fSItemAttributeName_Text) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
cnsldtnFSItemSelAttribT
@Nonnull public FSItemSelectionAttrib.FSItemSelectionAttribBuilder cnsldtnFSItemSelAttribT(FSItemSelectionAttribText... value) Navigation property to_CnsldtnFSItemSelAttribT for FSItemSelectionAttrib to multiple FSItemSelectionAttribText.- Parameters:
value- The FSItemSelectionAttribTexts to build this FSItemSelectionAttrib with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnFSItemSelAttribVal
@Nonnull public FSItemSelectionAttrib.FSItemSelectionAttribBuilder cnsldtnFSItemSelAttribVal(FSItemSelectionAttribVal... value) Navigation property to_CnsldtnFSItemSelAttribVal for FSItemSelectionAttrib to multiple FSItemSelectionAttribVal.- Parameters:
value- The FSItemSelectionAttribVals to build this FSItemSelectionAttrib with.- Returns:
- This Builder to allow for a fluent interface.
-
fSItemAttributeName
@Nonnull public FSItemSelectionAttrib.FSItemSelectionAttribBuilder fSItemAttributeName(@Nullable String fSItemAttributeName) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: FSItemAttributeName
- Returns:
this.
-
fSItemAttributeName_Text
@Nonnull public FSItemSelectionAttrib.FSItemSelectionAttribBuilder fSItemAttributeName_Text(@Nullable String fSItemAttributeName_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: FSItemAttributeName_Text
- Returns:
this.
-
build
-
toString
-