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