Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration
Class TeamCategoryFunctions.TeamCategoryFunctionsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.responsibilitymanagementteamconfiguration.TeamCategoryFunctions.TeamCategoryFunctionsBuilder
- Enclosing class:
- TeamCategoryFunctions
Helper class to allow for fluent creation of TeamCategoryFunctions instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()functionTexts(TeamCategoryFunctionTexts... value) Navigation property _FunctionTexts for TeamCategoryFunctions to multiple TeamCategoryFunctionTexts.respyMgmtFunction(String respyMgmtFunction) (Key Field) Constraints: Not nullable, Maximum length: 10respyMgmtTeamCategory(String respyMgmtTeamCategory) (Key Field) Constraints: Not nullable, Maximum length: 10teamCategory(TeamCategories value) Navigation property _TeamCategory for TeamCategoryFunctions to single TeamCategories.toString()
-
Method Details
-
functionTexts
@Nonnull public TeamCategoryFunctions.TeamCategoryFunctionsBuilder functionTexts(TeamCategoryFunctionTexts... value) Navigation property _FunctionTexts for TeamCategoryFunctions to multiple TeamCategoryFunctionTexts.- Parameters:
value- The TeamCategoryFunctionTextss to build this TeamCategoryFunctions with.- Returns:
- This Builder to allow for a fluent interface.
-
teamCategory
@Nonnull public TeamCategoryFunctions.TeamCategoryFunctionsBuilder teamCategory(TeamCategories value) Navigation property _TeamCategory for TeamCategoryFunctions to single TeamCategories.- Parameters:
value- The TeamCategories to build this TeamCategoryFunctions with.- Returns:
- This Builder to allow for a fluent interface.
-
respyMgmtTeamCategory
@Nonnull public TeamCategoryFunctions.TeamCategoryFunctionsBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtTeamCategory
- Returns:
this.
-
respyMgmtFunction
@Nonnull public TeamCategoryFunctions.TeamCategoryFunctionsBuilder respyMgmtFunction(@Nullable String respyMgmtFunction) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RespyMgmtFunction
- Returns:
this.
-
build
-
toString
-