Uses of Enum
com.microsoft.graph.models.AppCredentialRestrictionType
Packages that use AppCredentialRestrictionType
-
Uses of AppCredentialRestrictionType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppCredentialRestrictionTypeModifier and TypeMethodDescriptionstatic AppCredentialRestrictionTypePasswordCredentialConfiguration.getRestrictionType()Gets the restrictionType property value.static AppCredentialRestrictionTypeReturns the enum constant of this type with the specified name.static AppCredentialRestrictionType[]AppCredentialRestrictionType.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 AppCredentialRestrictionTypeModifier and TypeMethodDescriptionvoidPasswordCredentialConfiguration.setRestrictionType(AppCredentialRestrictionType value) Sets the restrictionType property value.