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