public static final class TeamTypeFunctions.TeamTypeFunctionsBuilder extends Object
Modifier and Type | Method and Description |
---|---|
TeamTypeFunctions |
build() |
TeamTypeFunctions.TeamTypeFunctionsBuilder |
functionTexts(TeamTypeFunctionTexts... value)
Navigation property _FunctionTexts for TeamTypeFunctions to multiple
TeamTypeFunctionTexts.
|
TeamTypeFunctions.TeamTypeFunctionsBuilder |
respyMgmtFunction(String respyMgmtFunction)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
TeamTypeFunctions.TeamTypeFunctionsBuilder |
respyMgmtTeamCategory(String respyMgmtTeamCategory)
Constraints: Not nullable, Maximum length: 10
|
TeamTypeFunctions.TeamTypeFunctionsBuilder |
respyMgmtTeamType(String respyMgmtTeamType)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
TeamTypeFunctions.TeamTypeFunctionsBuilder |
teamType(TeamTypes value)
Navigation property _TeamType for TeamTypeFunctions to single TeamTypes.
|
String |
toString() |
@Nonnull public TeamTypeFunctions.TeamTypeFunctionsBuilder functionTexts(TeamTypeFunctionTexts... value)
value
- The TeamTypeFunctionTextss to build this TeamTypeFunctions with.@Nonnull public TeamTypeFunctions.TeamTypeFunctionsBuilder teamType(TeamTypes value)
value
- The TeamTypes to build this TeamTypeFunctions with.@Nonnull public TeamTypeFunctions.TeamTypeFunctionsBuilder respyMgmtTeamType(@Nullable String respyMgmtTeamType)
Original property name from the Odata EDM: RespyMgmtTeamType
this
.@Nonnull public TeamTypeFunctions.TeamTypeFunctionsBuilder respyMgmtFunction(@Nullable String respyMgmtFunction)
Original property name from the Odata EDM: RespyMgmtFunction
this
.@Nonnull public TeamTypeFunctions.TeamTypeFunctionsBuilder respyMgmtTeamCategory(@Nullable String respyMgmtTeamCategory)
Original property name from the Odata EDM: RespyMgmtTeamCategory
this
.@Nonnull public TeamTypeFunctions build()
Copyright © 2021 SAP SE. All rights reserved.