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