Package odata.msgraph.client.beta.entity
Class SecurityAction
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.SecurityAction
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class SecurityAction extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.SkipSupported
true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.TopSupported
true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurityAction.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringactionReasonprotected StringappIdprotected StringazureTenantIdprotected StringclientContextprotected OffsetDateTimecompletedDateTimeprotected OffsetDateTimecreatedDateTimeprotected ResultInfoerrorInfoprotected OffsetDateTimelastActionDateTimeprotected Stringnameprotected List<KeyValuePair>parametersprotected StringparametersNextLinkprotected List<SecurityActionState>statesprotected StringstatesNextLinkprotected OperationStatusstatusprotected Stringuserprotected SecurityVendorInformationvendorInformation-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecurityAction()
-
Method Summary
-
-
-
Field Detail
-
actionReason
protected String actionReason
-
appId
protected String appId
-
azureTenantId
protected String azureTenantId
-
clientContext
protected String clientContext
-
completedDateTime
protected OffsetDateTime completedDateTime
-
createdDateTime
protected OffsetDateTime createdDateTime
-
errorInfo
protected ResultInfo errorInfo
-
lastActionDateTime
protected OffsetDateTime lastActionDateTime
-
name
protected String name
-
parameters
protected List<KeyValuePair> parameters
-
parametersNextLink
protected String parametersNextLink
-
states
protected List<SecurityActionState> states
-
statesNextLink
protected String statesNextLink
-
status
protected OperationStatus status
-
user
protected String user
-
vendorInformation
protected SecurityVendorInformation vendorInformation
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderSecurityAction
public static SecurityAction.Builder builderSecurityAction()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withActionReason
public SecurityAction withActionReason(String actionReason)
-
withAppId
public SecurityAction withAppId(String appId)
-
withAzureTenantId
public SecurityAction withAzureTenantId(String azureTenantId)
-
withClientContext
public SecurityAction withClientContext(String clientContext)
-
getCompletedDateTime
public Optional<OffsetDateTime> getCompletedDateTime()
-
withCompletedDateTime
public SecurityAction withCompletedDateTime(OffsetDateTime completedDateTime)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public SecurityAction withCreatedDateTime(OffsetDateTime createdDateTime)
-
getErrorInfo
public Optional<ResultInfo> getErrorInfo()
-
withErrorInfo
public SecurityAction withErrorInfo(ResultInfo errorInfo)
-
getLastActionDateTime
public Optional<OffsetDateTime> getLastActionDateTime()
-
withLastActionDateTime
public SecurityAction withLastActionDateTime(OffsetDateTime lastActionDateTime)
-
withName
public SecurityAction withName(String name)
-
getParameters
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getParameters()
-
withParameters
public SecurityAction withParameters(List<KeyValuePair> parameters)
-
getParameters
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getParameters(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getStates
public com.github.davidmoten.odata.client.CollectionPage<SecurityActionState> getStates()
-
withStates
public SecurityAction withStates(List<SecurityActionState> states)
-
getStates
public com.github.davidmoten.odata.client.CollectionPage<SecurityActionState> getStates(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getStatus
public Optional<OperationStatus> getStatus()
-
withStatus
public SecurityAction withStatus(OperationStatus status)
-
withUser
public SecurityAction withUser(String user)
-
getVendorInformation
public Optional<SecurityVendorInformation> getVendorInformation()
-
withVendorInformation
public SecurityAction withVendorInformation(SecurityVendorInformation vendorInformation)
-
withUnmappedField
public SecurityAction withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public SecurityAction patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public SecurityAction put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
cancelSecurityAction
public com.github.davidmoten.odata.client.ActionRequestNoReturn cancelSecurityAction()
-
-