Class TeamMemberFunctions.TeamMemberFunctionsBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamMemberFunctions.TeamMemberFunctionsBuilder
Enclosing class:
TeamMemberFunctions

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

    • teamMember

      @Nonnull public TeamMemberFunctions.TeamMemberFunctionsBuilder teamMember(TeamMembers value)
      Navigation property _TeamMember for TeamMemberFunctions to single TeamMembers.
      Parameters:
      value - The TeamMembers to build this TeamMemberFunctions with.
      Returns:
      This Builder to allow for a fluent interface.
    • respyMgmtGlobalTeamID

      @Nonnull public TeamMemberFunctions.TeamMemberFunctionsBuilder respyMgmtGlobalTeamID(@Nullable String respyMgmtGlobalTeamID)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: RespyMgmtGlobalTeamID

      Returns:
      this.
    • respyMgmtTeamMemberType

      @Nonnull public TeamMemberFunctions.TeamMemberFunctionsBuilder respyMgmtTeamMemberType(@Nullable String respyMgmtTeamMemberType)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: RespyMgmtTeamMemberType

      Returns:
      this.
    • responsibilityTeamMember

      @Nonnull public TeamMemberFunctions.TeamMemberFunctionsBuilder responsibilityTeamMember(@Nullable String responsibilityTeamMember)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ResponsibilityTeamMember

      Returns:
      this.
    • respyMgmtFunction

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

      Original property name from the Odata EDM: RespyMgmtFunction

      Returns:
      this.
    • build

      @Nonnull public TeamMemberFunctions build()
    • toString

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