Class TeamCategories.TeamCategoriesBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteam.TeamCategories.TeamCategoriesBuilder
- Enclosing class:
- TeamCategories
Helper class to allow for fluent creation of TeamCategories instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()respyMgmtTeamCategory(String respyMgmtTeamCategory) (Key Field) Constraints: Not nullable, Maximum length: 10teamCategoryTexts(TeamCategoryTexts... value) Navigation property _TeamCategoryTexts for TeamCategories to multiple TeamCategoryTexts.Navigation property _TeamTypes for TeamCategories to multiple TeamTypes.toString()
-
Method Details
-
teamCategoryTexts
Navigation property _TeamCategoryTexts for TeamCategories to multiple TeamCategoryTexts.- Parameters:
value- The TeamCategoryTextss to build this TeamCategories with.- Returns:
- This Builder to allow for a fluent interface.
-
teamTypes
Navigation property _TeamTypes for TeamCategories to multiple TeamTypes.- Parameters:
value- The TeamTypess to build this TeamCategories with.- Returns:
- This Builder to allow for a fluent interface.
-
respyMgmtTeamCategory
@Nonnull public TeamCategories.TeamCategoriesBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtTeamCategory
- Returns:
this.
-
build
-
toString
-