Class PlanningCategory.PlanningCategoryBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory.PlanningCategory.PlanningCategoryBuilder
Enclosing class:
PlanningCategory

public static final class PlanningCategory.PlanningCategoryBuilder extends Object
Helper class to allow for fluent creation of PlanningCategory instances.
  • 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: 10

      Original property name from the Odata EDM: PlanningCategory

      Returns:
      this.
    • build

      @Nonnull public PlanningCategory build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object