Uses of Class
odata.msgraph.client.beta.enums.LogonType
-
Packages that use LogonType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of LogonType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as LogonType Modifier and Type Field Description protected LogonTypeUserSecurityState. logonTypeFields in odata.msgraph.client.beta.complex with type parameters of type LogonType Modifier and Type Field Description protected List<LogonType>LogonUser. logonTypesMethods in odata.msgraph.client.beta.complex that return types with arguments of type LogonType Modifier and Type Method Description Optional<LogonType>UserSecurityState. getLogonType()com.github.davidmoten.odata.client.CollectionPage<LogonType>LogonUser. getLogonTypes()com.github.davidmoten.odata.client.CollectionPage<LogonType>LogonUser. getLogonTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type LogonType Modifier and Type Method Description UserSecurityState.BuilderUserSecurityState.Builder. logonType(LogonType logonType)LogonUser.BuilderLogonUser.Builder. logonTypes(LogonType... logonTypes)UserSecurityStateUserSecurityState. withLogonType(LogonType logonType)Method parameters in odata.msgraph.client.beta.complex with type arguments of type LogonType Modifier and Type Method Description LogonUser.BuilderLogonUser.Builder. logonTypes(List<LogonType> logonTypes) -
Uses of LogonType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return LogonType Modifier and Type Method Description static LogonTypeLogonType. valueOf(String name)Returns the enum constant of this type with the specified name.static LogonType[]LogonType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-