public class AlertHistoryState extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AlertHistoryState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected String |
assignedTo |
protected List<String> |
comments |
protected String |
commentsNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected AlertFeedback |
feedback |
protected String |
odataType |
protected AlertStatus |
status |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected OffsetDateTime |
updatedDateTime |
protected String |
user |
| Modifier | Constructor and Description |
|---|---|
protected |
AlertHistoryState() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String appId
protected String assignedTo
protected String commentsNextLink
protected AlertFeedback feedback
protected AlertStatus status
protected OffsetDateTime updatedDateTime
protected String user
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AlertHistoryState withAppId(String appId)
public AlertHistoryState withAssignedTo(String assignedTo)
public com.github.davidmoten.odata.client.CollectionPage<String> getComments()
public Optional<AlertFeedback> getFeedback()
public AlertHistoryState withFeedback(AlertFeedback feedback)
public Optional<AlertStatus> getStatus()
public AlertHistoryState withStatus(AlertStatus status)
public Optional<OffsetDateTime> getUpdatedDateTime()
public AlertHistoryState withUpdatedDateTime(OffsetDateTime updatedDateTime)
public AlertHistoryState withUser(String user)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static AlertHistoryState.Builder builder()
Copyright © 2018–2020. All rights reserved.