Class RespyMgmtTeamType.RespyMgmtTeamTypeBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2.RespyMgmtTeamType.RespyMgmtTeamTypeBuilder
Enclosing class:
RespyMgmtTeamType

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

    • teamCategory

      Navigation property _TeamCategory for RespyMgmtTeamType to single RespyMgmtTeamCategory.
      Parameters:
      value - The RespyMgmtTeamCategory to build this RespyMgmtTeamType with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamTypeTexts

      @Nonnull public RespyMgmtTeamType.RespyMgmtTeamTypeBuilder teamTypeTexts(RespyMgmtTeamTypeText... value)
      Navigation property _TeamTypeTexts for RespyMgmtTeamType to multiple RespyMgmtTeamTypeText.
      Parameters:
      value - The RespyMgmtTeamTypeTexts to build this RespyMgmtTeamType with.
      Returns:
      This Builder to allow for a fluent interface.
    • respyMgmtTeamType

      @Nonnull public RespyMgmtTeamType.RespyMgmtTeamTypeBuilder respyMgmtTeamType(@Nullable String respyMgmtTeamType)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RespyMgmtTeamType

      Returns:
      this.
    • respyMgmtTeamCategory

      @Nonnull public RespyMgmtTeamType.RespyMgmtTeamTypeBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RespyMgmtTeamCategory

      Returns:
      this.
    • build

      @Nonnull public RespyMgmtTeamType build()
    • toString

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