| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AlertHistoryState |
AlertHistoryState.Builder.build() |
AlertHistoryState |
AlertHistoryState.withAppId(String appId) |
AlertHistoryState |
AlertHistoryState.withAssignedTo(String assignedTo) |
AlertHistoryState |
AlertHistoryState.withFeedback(AlertFeedback feedback) |
AlertHistoryState |
AlertHistoryState.withStatus(AlertStatus status) |
AlertHistoryState |
AlertHistoryState.withUpdatedDateTime(OffsetDateTime updatedDateTime) |
AlertHistoryState |
AlertHistoryState.withUser(String user) |
| Modifier and Type | Field and Description |
|---|---|
protected List<AlertHistoryState> |
Alert.historyStates |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AlertHistoryState> |
Alert.getHistoryStates() |
com.github.davidmoten.odata.client.CollectionPage<AlertHistoryState> |
Alert.getHistoryStates(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Alert.Builder |
Alert.Builder.historyStates(AlertHistoryState... historyStates) |
| Modifier and Type | Method and Description |
|---|---|
Alert.Builder |
Alert.Builder.historyStates(List<AlertHistoryState> historyStates) |
Copyright © 2018–2020. All rights reserved.