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

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

    • teamHeader

      @Nonnull public TeamOwners.TeamOwnersBuilder teamHeader(TeamHeaders value)
      Navigation property _TeamHeader for TeamOwners to single TeamHeaders.
      Parameters:
      value - The TeamHeaders to build this TeamOwners with.
      Returns:
      This Builder to allow for a fluent interface.
    • respyMgmtGlobalTeamID

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

      Original property name from the Odata EDM: RespyMgmtGlobalTeamID

      Returns:
      this.
    • respyMgmtTeamOwnerType

      @Nonnull public TeamOwners.TeamOwnersBuilder respyMgmtTeamOwnerType(@Nullable String respyMgmtTeamOwnerType)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: RespyMgmtTeamOwnerType

      Returns:
      this.
    • responsibilityTeamOwner

      @Nonnull public TeamOwners.TeamOwnersBuilder responsibilityTeamOwner(@Nullable String responsibilityTeamOwner)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ResponsibilityTeamOwner

      Returns:
      this.
    • build

      @Nonnull public TeamOwners build()
    • toString

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