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

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

    • functionTexts

      @Nonnull public TeamTypeFunctions.TeamTypeFunctionsBuilder functionTexts(TeamTypeFunctionTexts... value)
      Navigation property _FunctionTexts for TeamTypeFunctions to multiple TeamTypeFunctionTexts.
      Parameters:
      value - The TeamTypeFunctionTextss to build this TeamTypeFunctions with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamType

      @Nonnull public TeamTypeFunctions.TeamTypeFunctionsBuilder teamType(TeamTypes value)
      Navigation property _TeamType for TeamTypeFunctions to single TeamTypes.
      Parameters:
      value - The TeamTypes to build this TeamTypeFunctions with.
      Returns:
      This Builder to allow for a fluent interface.
    • respyMgmtTeamType

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

      Original property name from the Odata EDM: RespyMgmtTeamType

      Returns:
      this.
    • respyMgmtFunction

      @Nonnull public TeamTypeFunctions.TeamTypeFunctionsBuilder respyMgmtFunction(@Nullable String respyMgmtFunction)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RespyMgmtFunction

      Returns:
      this.
    • respyMgmtTeamCategory

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

      Original property name from the Odata EDM: RespyMgmtTeamCategory

      Returns:
      this.
    • build

      @Nonnull public TeamTypeFunctions build()
    • toString

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