Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration
Class TeamCategories.TeamCategoriesBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.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: 10teamCategoryFunctions(TeamCategoryFunctions... value) Navigation property _TeamCategoryFunctions for TeamCategories to multiple TeamCategoryFunctions.Navigation property _TeamCategoryRespyAttributes for TeamCategories to multiple TeamCategoryRespyAttributes.teamCategoryTexts(TeamCategoryTexts... value) Navigation property _TeamCategoryTexts for TeamCategories to multiple TeamCategoryTexts.Navigation property _TeamTypes for TeamCategories to multiple TeamTypes.toString()
-
Method Details
-
teamCategoryFunctions
@Nonnull public TeamCategories.TeamCategoriesBuilder teamCategoryFunctions(TeamCategoryFunctions... value) Navigation property _TeamCategoryFunctions for TeamCategories to multiple TeamCategoryFunctions.- Parameters:
value- The TeamCategoryFunctionss to build this TeamCategories with.- Returns:
- This Builder to allow for a fluent interface.
-
teamCategoryRespyAttributes
@Nonnull public TeamCategories.TeamCategoriesBuilder teamCategoryRespyAttributes(TeamCategoryRespyAttributes... value) Navigation property _TeamCategoryRespyAttributes for TeamCategories to multiple TeamCategoryRespyAttributes.- Parameters:
value- The TeamCategoryRespyAttributess to build this TeamCategories with.- Returns:
- This Builder to allow for a fluent interface.
-
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
-