Class SubItem.SubItemBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SubItem.SubItemBuilder
- Enclosing class:
- SubItem
Helper class to allow for fluent creation of SubItem instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnSubitemHier(SubitemHier... value) Navigation property to_CnsldtnSubitemHier for SubItem to multiple SubitemHier.cnsldtnSubItemT(SubItemText... value) Navigation property to_CnsldtnSubItemT for SubItem to multiple SubItemText.(Key Field) Constraints: Not nullable, Maximum length: 10subItem_Text(String subItem_Text) Constraints: Not nullable, Maximum length: 30subitemAcquisitionDestination(String subitemAcquisitionDestination) Constraints: Not nullable, Maximum length: 10subitemAcquisitionDestination_Text(String subitemAcquisitionDestination_Text) Constraints: Not nullable, Maximum length: 30subitemCarryForwardDestination(String subitemCarryForwardDestination) Constraints: Not nullable, Maximum length: 10subitemCarryForwardDestination_Text(String subitemCarryForwardDestination_Text) Constraints: Not nullable, Maximum length: 30subItemCategory(String subItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 3subItemCategory_Text(String subItemCategory_Text) Constraints: Not nullable, Maximum length: 30subitemRtrmtDivestitureDest(String subitemRtrmtDivestitureDest) Constraints: Not nullable, Maximum length: 10subitemRtrmtDivestitureDest_Text(String subitemRtrmtDivestitureDest_Text) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
cnsldtnSubitemHier
Navigation property to_CnsldtnSubitemHier for SubItem to multiple SubitemHier.- Parameters:
value- The SubitemHiers to build this SubItem with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnSubItemT
Navigation property to_CnsldtnSubItemT for SubItem to multiple SubItemText.- Parameters:
value- The SubItemTexts to build this SubItem with.- Returns:
- This Builder to allow for a fluent interface.
-
subItemCategory
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SubItemCategory
- Returns:
this.
-
subItemCategory_Text
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SubItemCategory_Text
- Returns:
this.
-
subItem
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SubItem
- Returns:
this.
-
subItem_Text
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SubItem_Text
- Returns:
this.
-
subitemCarryForwardDestination
@Nonnull public SubItem.SubItemBuilder subitemCarryForwardDestination(@Nullable String subitemCarryForwardDestination) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SubitemCarryForwardDestination
- Returns:
this.
-
subitemCarryForwardDestination_Text
@Nonnull public SubItem.SubItemBuilder subitemCarryForwardDestination_Text(@Nullable String subitemCarryForwardDestination_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SubitemCarryForwardDestination_Text
- Returns:
this.
-
subitemRtrmtDivestitureDest
@Nonnull public SubItem.SubItemBuilder subitemRtrmtDivestitureDest(@Nullable String subitemRtrmtDivestitureDest) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SubitemRtrmtDivestitureDest
- Returns:
this.
-
subitemRtrmtDivestitureDest_Text
@Nonnull public SubItem.SubItemBuilder subitemRtrmtDivestitureDest_Text(@Nullable String subitemRtrmtDivestitureDest_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SubitemRtrmtDivestitureDest_Text
- Returns:
this.
-
subitemAcquisitionDestination
@Nonnull public SubItem.SubItemBuilder subitemAcquisitionDestination(@Nullable String subitemAcquisitionDestination) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SubitemAcquisitionDestination
- Returns:
this.
-
subitemAcquisitionDestination_Text
@Nonnull public SubItem.SubItemBuilder subitemAcquisitionDestination_Text(@Nullable String subitemAcquisitionDestination_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SubitemAcquisitionDestination_Text
- Returns:
this.
-
build
-
toString
-