Uses of Class
odata.msgraph.client.beta.complex.SecurityActionState
-
Packages that use SecurityActionState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of SecurityActionState in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SecurityActionState Modifier and Type Method Description SecurityActionStateSecurityActionState.Builder. build()SecurityActionStateSecurityActionState. withAppId(String appId)SecurityActionStateSecurityActionState. withStatus(OperationStatus status)SecurityActionStateSecurityActionState. withUnmappedField(String name, String value)SecurityActionStateSecurityActionState. withUpdatedDateTime(OffsetDateTime updatedDateTime)SecurityActionStateSecurityActionState. withUser(String user) -
Uses of SecurityActionState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type SecurityActionState Modifier and Type Field Description protected List<SecurityActionState>SecurityAction. statesMethods in odata.msgraph.client.beta.entity that return types with arguments of type SecurityActionState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SecurityActionState>SecurityAction. getStates()com.github.davidmoten.odata.client.CollectionPage<SecurityActionState>SecurityAction. getStates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type SecurityActionState Modifier and Type Method Description SecurityAction.BuilderSecurityAction.Builder. states(SecurityActionState... states)Method parameters in odata.msgraph.client.beta.entity with type arguments of type SecurityActionState Modifier and Type Method Description SecurityAction.BuilderSecurityAction.Builder. states(List<SecurityActionState> states)SecurityActionSecurityAction. withStates(List<SecurityActionState> states)
-