| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected TeamSpecialization |
Team.specialization |
| Modifier and Type | Method and Description |
|---|---|
Optional<TeamSpecialization> |
Team.getSpecialization() |
| Modifier and Type | Method and Description |
|---|---|
Team.Builder |
Team.Builder.specialization(TeamSpecialization specialization) |
Team |
Team.withSpecialization(TeamSpecialization specialization) |
| Modifier and Type | Method and Description |
|---|---|
static TeamSpecialization |
TeamSpecialization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeamSpecialization[] |
TeamSpecialization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.