Uses of Enum
com.microsoft.graph.models.SigninFrequencyType
Packages that use SigninFrequencyType
-
Uses of SigninFrequencyType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SigninFrequencyTypeModifier and TypeMethodDescriptionstatic SigninFrequencyTypeSignInFrequencySessionControl.getType()Gets the type property value.static SigninFrequencyTypeReturns the enum constant of this type with the specified name.static SigninFrequencyType[]SigninFrequencyType.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 SigninFrequencyTypeModifier and TypeMethodDescriptionvoidSignInFrequencySessionControl.setType(SigninFrequencyType value) Sets the type property value.