Uses of Class
odata.msgraph.client.beta.enums.Fido2RestrictionEnforcementType
-
Packages that use Fido2RestrictionEnforcementType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Fido2RestrictionEnforcementType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Fido2RestrictionEnforcementType Modifier and Type Field Description protected Fido2RestrictionEnforcementTypeFido2KeyRestrictions. enforcementTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Fido2RestrictionEnforcementType Modifier and Type Method Description Optional<Fido2RestrictionEnforcementType>Fido2KeyRestrictions. getEnforcementType()Methods in odata.msgraph.client.beta.complex with parameters of type Fido2RestrictionEnforcementType Modifier and Type Method Description Fido2KeyRestrictions.BuilderFido2KeyRestrictions.Builder. enforcementType(Fido2RestrictionEnforcementType enforcementType)Fido2KeyRestrictionsFido2KeyRestrictions. withEnforcementType(Fido2RestrictionEnforcementType enforcementType) -
Uses of Fido2RestrictionEnforcementType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Fido2RestrictionEnforcementType Modifier and Type Method Description static Fido2RestrictionEnforcementTypeFido2RestrictionEnforcementType. valueOf(String name)Returns the enum constant of this type with the specified name.static Fido2RestrictionEnforcementType[]Fido2RestrictionEnforcementType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-