Uses of Enum
com.microsoft.graph.models.LogonType
Packages that use LogonType
-
Uses of LogonType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return LogonTypeModifier and TypeMethodDescriptionstatic LogonTypeUserSecurityState.getLogonType()Gets the logonType property value.static LogonTypeReturns 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.Methods in com.microsoft.graph.models with parameters of type LogonTypeModifier and TypeMethodDescriptionvoidUserSecurityState.setLogonType(LogonType value) Sets the logonType property value.