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() |
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<SecurityActionState> getStates()
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.