Uses of Enum
com.microsoft.graph.models.ConditionalAccessDevicePlatform
Packages that use ConditionalAccessDevicePlatform
-
Uses of ConditionalAccessDevicePlatform in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ConditionalAccessDevicePlatformModifier and TypeMethodDescriptionSignInConditions.getDevicePlatform()Gets the devicePlatform property value.Returns the enum constant of this type with the specified name.static ConditionalAccessDevicePlatform[]ConditionalAccessDevicePlatform.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type ConditionalAccessDevicePlatformModifier and TypeMethodDescriptionConditionalAccessPlatforms.getExcludePlatforms()Gets the excludePlatforms property value.ConditionalAccessPlatforms.getIncludePlatforms()Gets the includePlatforms property value.Methods in com.microsoft.graph.models with parameters of type ConditionalAccessDevicePlatformModifier and TypeMethodDescriptionvoidSignInConditions.setDevicePlatform(ConditionalAccessDevicePlatform value) Sets the devicePlatform property value.Method parameters in com.microsoft.graph.models with type arguments of type ConditionalAccessDevicePlatformModifier and TypeMethodDescriptionvoidConditionalAccessPlatforms.setExcludePlatforms(List<ConditionalAccessDevicePlatform> value) Sets the excludePlatforms property value.voidConditionalAccessPlatforms.setIncludePlatforms(List<ConditionalAccessDevicePlatform> value) Sets the includePlatforms property value.