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