public class SecurityActionState extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityActionState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected OperationStatus |
status |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected OffsetDateTime |
updatedDateTime |
protected String |
user |
| Modifier | Constructor and Description |
|---|---|
protected |
SecurityActionState() |
| Modifier and Type | Method and Description |
|---|---|
static SecurityActionState.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppId() |
Optional<OperationStatus> |
getStatus() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<OffsetDateTime> |
getUpdatedDateTime() |
Optional<String> |
getUser() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
SecurityActionState |
withAppId(String appId) |
SecurityActionState |
withStatus(OperationStatus status) |
SecurityActionState |
withUpdatedDateTime(OffsetDateTime updatedDateTime) |
SecurityActionState |
withUser(String user) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String appId
protected OperationStatus status
protected OffsetDateTime updatedDateTime
protected String user
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SecurityActionState withAppId(String appId)
public Optional<OperationStatus> getStatus()
public SecurityActionState withStatus(OperationStatus status)
public Optional<OffsetDateTime> getUpdatedDateTime()
public SecurityActionState withUpdatedDateTime(OffsetDateTime updatedDateTime)
public SecurityActionState 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 SecurityActionState.Builder builder()
Copyright © 2018–2020. All rights reserved.