Uses of Class
odata.msgraph.client.complex.UserSecurityState
-
Packages that use UserSecurityState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of UserSecurityState in odata.msgraph.client.complex
-
Uses of UserSecurityState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type UserSecurityState Modifier and Type Field Description protected List<UserSecurityState>Alert. userStatesMethods in odata.msgraph.client.entity that return types with arguments of type UserSecurityState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<UserSecurityState>Alert. getUserStates()com.github.davidmoten.odata.client.CollectionPage<UserSecurityState>Alert. getUserStates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type UserSecurityState Modifier and Type Method Description Alert.BuilderAlert.Builder. userStates(UserSecurityState... userStates)Method parameters in odata.msgraph.client.entity with type arguments of type UserSecurityState Modifier and Type Method Description Alert.BuilderAlert.Builder. userStates(List<UserSecurityState> userStates)AlertAlert. withUserStates(List<UserSecurityState> userStates)
-