Modifier and Type | Method and Description |
---|---|
TeamTypes |
build() |
TeamTypes.TeamTypesBuilder |
respyMgmtTeamCategory(String respyMgmtTeamCategory)
Constraints: Not nullable, Maximum length: 10
|
TeamTypes.TeamTypesBuilder |
respyMgmtTeamType(String respyMgmtTeamType)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
TeamTypes.TeamTypesBuilder |
teamCategory(TeamCategories value)
Navigation property _TeamCategory for TeamTypes to single TeamCategories.
|
TeamTypes.TeamTypesBuilder |
teamTypeFunctions(TeamTypeFunctions... value)
Navigation property _TeamTypeFunctions for TeamTypes to multiple TeamTypeFunctions.
|
TeamTypes.TeamTypesBuilder |
teamTypeRespyAttributes(TeamTypeRespyAttributes... value)
Navigation property _TeamTypeRespyAttributes for TeamTypes to multiple
TeamTypeRespyAttributes.
|
TeamTypes.TeamTypesBuilder |
teamTypeTexts(TeamTypeTexts... value)
Navigation property _TeamTypeTexts for TeamTypes to multiple TeamTypeTexts.
|
String |
toString() |
@Nonnull public TeamTypes.TeamTypesBuilder teamCategory(TeamCategories value)
value
- The TeamCategories to build this TeamTypes with.@Nonnull public TeamTypes.TeamTypesBuilder teamTypeFunctions(TeamTypeFunctions... value)
value
- The TeamTypeFunctionss to build this TeamTypes with.@Nonnull public TeamTypes.TeamTypesBuilder teamTypeRespyAttributes(TeamTypeRespyAttributes... value)
value
- The TeamTypeRespyAttributess to build this TeamTypes with.@Nonnull public TeamTypes.TeamTypesBuilder teamTypeTexts(TeamTypeTexts... value)
value
- The TeamTypeTextss to build this TeamTypes with.@Nonnull public TeamTypes.TeamTypesBuilder respyMgmtTeamType(@Nullable String respyMgmtTeamType)
Original property name from the Odata EDM: RespyMgmtTeamType
this
.@Nonnull public TeamTypes.TeamTypesBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory)
Original property name from the Odata EDM: RespyMgmtTeamCategory
this
.Copyright © 2021 SAP SE. All rights reserved.