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