Uses of Class
odata.msgraph.client.complex.AlertHistoryState
-
Packages that use AlertHistoryState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AlertHistoryState in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AlertHistoryState Modifier and Type Method Description AlertHistoryStateAlertHistoryState.Builder. build()AlertHistoryStateAlertHistoryState. withAppId(String appId)AlertHistoryStateAlertHistoryState. withAssignedTo(String assignedTo)AlertHistoryStateAlertHistoryState. withFeedback(AlertFeedback feedback)AlertHistoryStateAlertHistoryState. withStatus(AlertStatus status)AlertHistoryStateAlertHistoryState. withUnmappedField(String name, Object value)AlertHistoryStateAlertHistoryState. withUpdatedDateTime(OffsetDateTime updatedDateTime)AlertHistoryStateAlertHistoryState. withUser(String user) -
Uses of AlertHistoryState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AlertHistoryState Modifier and Type Field Description protected List<AlertHistoryState>Alert. historyStatesMethods in odata.msgraph.client.entity that return types with arguments of type AlertHistoryState Modifier and Type Method 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)Methods in odata.msgraph.client.entity with parameters of type AlertHistoryState Modifier and Type Method Description Alert.BuilderAlert.Builder. historyStates(AlertHistoryState... historyStates)Method parameters in odata.msgraph.client.entity with type arguments of type AlertHistoryState Modifier and Type Method Description Alert.BuilderAlert.Builder. historyStates(List<AlertHistoryState> historyStates)AlertAlert. withHistoryStates(List<AlertHistoryState> historyStates)
-