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

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

    • teamCategory

      @Nonnull public TeamTypes.TeamTypesBuilder teamCategory(TeamCategories value)
      Navigation property _TeamCategory for TeamTypes to single TeamCategories.
      Parameters:
      value - The TeamCategories to build this TeamTypes with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamTypeFunctions

      @Nonnull public TeamTypes.TeamTypesBuilder teamTypeFunctions(TeamTypeFunctions... value)
      Navigation property _TeamTypeFunctions for TeamTypes to multiple TeamTypeFunctions.
      Parameters:
      value - The TeamTypeFunctionss to build this TeamTypes with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamTypeRespyAttributes

      @Nonnull public TeamTypes.TeamTypesBuilder teamTypeRespyAttributes(TeamTypeRespyAttributes... value)
      Navigation property _TeamTypeRespyAttributes for TeamTypes to multiple TeamTypeRespyAttributes.
      Parameters:
      value - The TeamTypeRespyAttributess to build this TeamTypes with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamTypeTexts

      @Nonnull public TeamTypes.TeamTypesBuilder teamTypeTexts(TeamTypeTexts... value)
      Navigation property _TeamTypeTexts for TeamTypes to multiple TeamTypeTexts.
      Parameters:
      value - The TeamTypeTextss to build this TeamTypes with.
      Returns:
      This Builder to allow for a fluent interface.
    • respyMgmtTeamType

      @Nonnull public TeamTypes.TeamTypesBuilder respyMgmtTeamType(@Nullable String respyMgmtTeamType)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RespyMgmtTeamType

      Returns:
      this.
    • respyMgmtTeamCategory

      @Nonnull public TeamTypes.TeamTypesBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RespyMgmtTeamCategory

      Returns:
      this.
    • build

      @Nonnull public TeamTypes build()
    • toString

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