Class RespyMgmtTeamCategory.RespyMgmtTeamCategoryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamsv2.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: 30teamCategoryTexts(RespyMgmtTeamCategoryText... value) Navigation property _TeamCategoryTexts for RespyMgmtTeamCategory to multiple RespyMgmtTeamCategoryText.teamTypes(RespyMgmtTeamType... value) Navigation property _TeamTypes for RespyMgmtTeamCategory to multiple RespyMgmtTeamType.toString()
-
Method Details
-
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
-