public class SecurityAction extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
true
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityAction.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionReason |
protected String |
appId |
protected String |
azureTenantId |
protected String |
clientContext |
protected OffsetDateTime |
completedDateTime |
protected OffsetDateTime |
createdDateTime |
protected ResultInfo |
errorInfo |
protected OffsetDateTime |
lastActionDateTime |
protected String |
name |
protected List<KeyValuePair> |
parameters |
protected String |
parametersNextLink |
protected List<SecurityActionState> |
states |
protected String |
statesNextLink |
protected OperationStatus |
status |
protected String |
user |
protected SecurityVendorInformation |
vendorInformation |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SecurityAction() |
| Modifier and Type | Method and Description |
|---|---|
static SecurityAction.Builder |
builderSecurityAction()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
cancelSecurityAction() |
Optional<String> |
getActionReason() |
Optional<String> |
getAppId() |
Optional<String> |
getAzureTenantId() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getClientContext() |
Optional<OffsetDateTime> |
getCompletedDateTime() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<ResultInfo> |
getErrorInfo() |
Optional<OffsetDateTime> |
getLastActionDateTime() |
Optional<String> |
getName() |
com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> |
getParameters() |
com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> |
getParameters(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<SecurityActionState> |
getStates() |
com.github.davidmoten.odata.client.CollectionPage<SecurityActionState> |
getStates(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<OperationStatus> |
getStatus() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUser() |
Optional<SecurityVendorInformation> |
getVendorInformation() |
String |
odataTypeName() |
SecurityAction |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
SecurityAction |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
SecurityAction |
withActionReason(String actionReason) |
SecurityAction |
withAppId(String appId) |
SecurityAction |
withAzureTenantId(String azureTenantId) |
SecurityAction |
withClientContext(String clientContext) |
SecurityAction |
withCompletedDateTime(OffsetDateTime completedDateTime) |
SecurityAction |
withCreatedDateTime(OffsetDateTime createdDateTime) |
SecurityAction |
withErrorInfo(ResultInfo errorInfo) |
SecurityAction |
withLastActionDateTime(OffsetDateTime lastActionDateTime) |
SecurityAction |
withName(String name) |
SecurityAction |
withStatus(OperationStatus status) |
SecurityAction |
withUser(String user) |
SecurityAction |
withVendorInformation(SecurityVendorInformation vendorInformation) |
protected String actionReason
protected String appId
protected String azureTenantId
protected String clientContext
protected OffsetDateTime completedDateTime
protected OffsetDateTime createdDateTime
protected ResultInfo errorInfo
protected OffsetDateTime lastActionDateTime
protected String name
protected List<KeyValuePair> parameters
protected String parametersNextLink
protected List<SecurityActionState> states
protected String statesNextLink
protected OperationStatus status
protected String user
protected SecurityVendorInformation vendorInformation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static SecurityAction.Builder builderSecurityAction()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic SecurityAction withActionReason(String actionReason)
public SecurityAction withAppId(String appId)
public SecurityAction withAzureTenantId(String azureTenantId)
public SecurityAction withClientContext(String clientContext)
public Optional<OffsetDateTime> getCompletedDateTime()
public SecurityAction withCompletedDateTime(OffsetDateTime completedDateTime)
public Optional<OffsetDateTime> getCreatedDateTime()
public SecurityAction withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<ResultInfo> getErrorInfo()
public SecurityAction withErrorInfo(ResultInfo errorInfo)
public Optional<OffsetDateTime> getLastActionDateTime()
public SecurityAction withLastActionDateTime(OffsetDateTime lastActionDateTime)
public SecurityAction withName(String name)
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getParameters()
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getParameters(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<SecurityActionState> getStates()
public com.github.davidmoten.odata.client.CollectionPage<SecurityActionState> getStates(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<OperationStatus> getStatus()
public SecurityAction withStatus(OperationStatus status)
public SecurityAction withUser(String user)
public Optional<SecurityVendorInformation> getVendorInformation()
public SecurityAction withVendorInformation(SecurityVendorInformation vendorInformation)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic SecurityAction patch()
this with changed fields reset.public SecurityAction put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn cancelSecurityAction()
Copyright © 2018–2020. All rights reserved.