Uses of Enum
com.microsoft.graph.models.SignInFrequencyInterval
Packages that use SignInFrequencyInterval
-
Uses of SignInFrequencyInterval in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SignInFrequencyIntervalModifier and TypeMethodDescriptionstatic SignInFrequencyIntervalSignInFrequencySessionControl.getFrequencyInterval()Gets the frequencyInterval property value.static SignInFrequencyIntervalReturns the enum constant of this type with the specified name.static SignInFrequencyInterval[]SignInFrequencyInterval.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 SignInFrequencyIntervalModifier and TypeMethodDescriptionvoidSignInFrequencySessionControl.setFrequencyInterval(SignInFrequencyInterval value) Sets the frequencyInterval property value.