Class RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2.RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder
Enclosing class:
RespyMgmtTeamCategory

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

    • teamCategoryFunctions

      @Nonnull public RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder teamCategoryFunctions(RespyMTeamCategoryFunction... value)
      Navigation property _TeamCategoryFunctions for RespyMgmtTeamCategory to multiple RespyMTeamCategoryFunction.
      Parameters:
      value - The RespyMTeamCategoryFunctions to build this RespyMgmtTeamCategory with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamCategoryRespyAttributes

      @Nonnull public RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder teamCategoryRespyAttributes(RespyMTeamCatRespyAttrib... value)
      Navigation property _TeamCategoryRespyAttributes for RespyMgmtTeamCategory to multiple RespyMTeamCatRespyAttrib.
      Parameters:
      value - The RespyMTeamCatRespyAttribs to build this RespyMgmtTeamCategory with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamCategoryTexts

      Navigation property _TeamCategoryTexts for RespyMgmtTeamCategory to multiple RespyMgmtTeamCategoryText.
      Parameters:
      value - The RespyMgmtTeamCategoryTexts to build this RespyMgmtTeamCategory with.
      Returns:
      This Builder to allow for a fluent interface.
    • teamTypes

      Navigation property _TeamTypes for RespyMgmtTeamCategory to multiple RespyMgmtTeamType.
      Parameters:
      value - The RespyMgmtTeamTypes to build this RespyMgmtTeamCategory with.
      Returns:
      This Builder to allow for a fluent interface.
    • respyMgmtTeamCategory

      @Nonnull public RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RespyMgmtTeamCategory

      Returns:
      this.
    • build

      @Nonnull public RespyMgmtTeamCategory build()
    • toString

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