public static final class TeamAttributes.TeamAttributesBuilder extends Object
Modifier and Type | Method and Description |
---|---|
TeamAttributes |
build() |
TeamAttributes.TeamAttributesBuilder |
respyMgmtAttributeHighValue(String respyMgmtAttributeHighValue)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
TeamAttributes.TeamAttributesBuilder |
respyMgmtAttributeLowValue(String respyMgmtAttributeLowValue)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
TeamAttributes.TeamAttributesBuilder |
respyMgmtAttributeName(String respyMgmtAttributeName)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
TeamAttributes.TeamAttributesBuilder |
respyMgmtAttributeOption(String respyMgmtAttributeOption)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
TeamAttributes.TeamAttributesBuilder |
respyMgmtAttributeSign(String respyMgmtAttributeSign)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
TeamAttributes.TeamAttributesBuilder |
respyMgmtGlobalTeamID(String respyMgmtGlobalTeamID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
TeamAttributes.TeamAttributesBuilder |
teamHeader(TeamHeaders value)
Navigation property _TeamHeader for TeamAttributes to single TeamHeaders.
|
String |
toString() |
@Nonnull public TeamAttributes.TeamAttributesBuilder teamHeader(TeamHeaders value)
value
- The TeamHeaders to build this TeamAttributes with.@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtGlobalTeamID(@Nullable String respyMgmtGlobalTeamID)
Original property name from the Odata EDM: RespyMgmtGlobalTeamID
this
.@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtAttributeName(@Nullable String respyMgmtAttributeName)
Original property name from the Odata EDM: RespyMgmtAttributeName
this
.@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtAttributeSign(@Nullable String respyMgmtAttributeSign)
Original property name from the Odata EDM: RespyMgmtAttributeSign
this
.@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtAttributeOption(@Nullable String respyMgmtAttributeOption)
Original property name from the Odata EDM: RespyMgmtAttributeOption
this
.@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtAttributeLowValue(@Nullable String respyMgmtAttributeLowValue)
Original property name from the Odata EDM: RespyMgmtAttributeLowValue
this
.@Nonnull public TeamAttributes.TeamAttributesBuilder respyMgmtAttributeHighValue(@Nullable String respyMgmtAttributeHighValue)
Original property name from the Odata EDM: RespyMgmtAttributeHighValue
this
.@Nonnull public TeamAttributes build()
Copyright © 2021 SAP SE. All rights reserved.