java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamCategories.TeamCategoriesBuilder
Enclosing class:
TeamCategories

public static final class TeamCategories.TeamCategoriesBuilder extends Object
Helper class to allow for fluent creation of TeamCategories instances.
  • Method Details

    • teamCategoryFunctions

      @Nonnull public TeamCategories.TeamCategoriesBuilder teamCategoryFunctions(TeamCategoryFunctions... value)
      Navigation property _TeamCategoryFunctions for TeamCategories to multiple TeamCategoryFunctions.
      Parameters:
      value - The TeamCategoryFunctionss to build this TeamCategories with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamCategoryRespyAttributes

      @Nonnull public TeamCategories.TeamCategoriesBuilder teamCategoryRespyAttributes(TeamCategoryRespyAttributes... value)
      Navigation property _TeamCategoryRespyAttributes for TeamCategories to multiple TeamCategoryRespyAttributes.
      Parameters:
      value - The TeamCategoryRespyAttributess to build this TeamCategories with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamCategoryTexts

      @Nonnull public TeamCategories.TeamCategoriesBuilder teamCategoryTexts(TeamCategoryTexts... value)
      Navigation property _TeamCategoryTexts for TeamCategories to multiple TeamCategoryTexts.
      Parameters:
      value - The TeamCategoryTextss to build this TeamCategories with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamTypes

      @Nonnull public TeamCategories.TeamCategoriesBuilder teamTypes(TeamTypes... value)
      Navigation property _TeamTypes for TeamCategories to multiple TeamTypes.
      Parameters:
      value - The TeamTypess to build this TeamCategories with.
      Returns:
      This Builder to allow for a fluent interface.
    • respyMgmtTeamCategory

      @Nonnull public TeamCategories.TeamCategoriesBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RespyMgmtTeamCategory

      Returns:
      this.
    • build

      @Nonnull public TeamCategories build()
    • toString

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