Uses of Enum
com.microsoft.graph.models.PasskeyTypes
Packages that use PasskeyTypes
-
Uses of PasskeyTypes in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PasskeyTypesModifier and TypeMethodDescriptionstatic PasskeyTypesstatic PasskeyTypesReturns the enum constant of this type with the specified name.static PasskeyTypes[]PasskeyTypes.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 PasskeyTypesModifier and TypeMethodDescriptionPasskeyProfile.getPasskeyTypes()Gets the passkeyTypes property value.Method parameters in com.microsoft.graph.models with type arguments of type PasskeyTypesModifier and TypeMethodDescriptionvoidPasskeyProfile.setPasskeyTypes(EnumSet<PasskeyTypes> value) Sets the passkeyTypes property value.