Class SubItemCategory.SubItemCategoryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SubItemCategory.SubItemCategoryBuilder
- Enclosing class:
- SubItemCategory
Helper class to allow for fluent creation of SubItemCategory instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnSubitemCategoryT(SubItemCategoryText... value) Navigation property to_CnsldtnSubitemCategoryT for SubItemCategory to multiple SubItemCategoryText.isSubItemsForAcquisitionsDives(Boolean isSubItemsForAcquisitionsDives) Constraints: nonesubItemCategory(String subItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 3subItemCategory_Text(String subItemCategory_Text) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
cnsldtnSubitemCategoryT
@Nonnull public SubItemCategory.SubItemCategoryBuilder cnsldtnSubitemCategoryT(SubItemCategoryText... value) Navigation property to_CnsldtnSubitemCategoryT for SubItemCategory to multiple SubItemCategoryText.- Parameters:
value- The SubItemCategoryTexts to build this SubItemCategory with.- Returns:
- This Builder to allow for a fluent interface.
-
subItemCategory
@Nonnull public SubItemCategory.SubItemCategoryBuilder subItemCategory(@Nullable String subItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SubItemCategory
- Returns:
this.
-
subItemCategory_Text
@Nonnull public SubItemCategory.SubItemCategoryBuilder subItemCategory_Text(@Nullable String subItemCategory_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SubItemCategory_Text
- Returns:
this.
-
isSubItemsForAcquisitionsDives
@Nonnull public SubItemCategory.SubItemCategoryBuilder isSubItemsForAcquisitionsDives(@Nullable Boolean isSubItemsForAcquisitionsDives) Constraints: noneOriginal property name from the Odata EDM: IsSubItemsForAcquisitionsDives
- Returns:
this.
-
build
-
toString
-