Class PlanningCategory.PlanningCategoryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory.PlanningCategory.PlanningCategoryBuilder
- Enclosing class:
- PlanningCategory
Helper class to allow for fluent creation of PlanningCategory instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()planningCategory(String planningCategory) (Key Field) Constraints: Not nullable, Maximum length: 10text(PlanningCategoryText... value) Navigation property to_Text for PlanningCategory to multiple PlanningCategoryText.toString()
-
Method Details
-
text
Navigation property to_Text for PlanningCategory to multiple PlanningCategoryText.- Parameters:
value- The PlanningCategoryTexts to build this PlanningCategory with.- Returns:
- This Builder to allow for a fluent interface.
-
planningCategory
@Nonnull public PlanningCategory.PlanningCategoryBuilder planningCategory(@Nullable String planningCategory) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PlanningCategory
- Returns:
this.
-
build
-
toString
-