Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2
Class RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfigurationv2.RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder
- Enclosing class:
- RespyMgmtTeamCategory
Helper class to allow for fluent creation of RespyMgmtTeamCategory instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()respyMgmtTeamCategory(String respyMgmtTeamCategory) (Key Field) Constraints: Not nullable, Maximum length: 30Navigation property _TeamCategoryFunctions for RespyMgmtTeamCategory to multiple RespyMTeamCategoryFunction.Navigation property _TeamCategoryRespyAttributes for RespyMgmtTeamCategory to multiple RespyMTeamCatRespyAttrib.teamCategoryTexts(RespyMgmtTeamCategoryText... value) Navigation property _TeamCategoryTexts for RespyMgmtTeamCategory to multiple RespyMgmtTeamCategoryText.teamTypes(RespyMgmtTeamType... value) Navigation property _TeamTypes for RespyMgmtTeamCategory to multiple RespyMgmtTeamType.toString()
-
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
@Nonnull public RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder teamCategoryTexts(RespyMgmtTeamCategoryText... value) 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
@Nonnull public RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder teamTypes(RespyMgmtTeamType... value) 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: 30Original property name from the Odata EDM: RespyMgmtTeamCategory
- Returns:
this.
-
build
-
toString
-