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