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