Uses of Enum
com.microsoft.graph.models.AppManagementRestrictionState
Packages that use AppManagementRestrictionState
-
Uses of AppManagementRestrictionState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppManagementRestrictionStateModifier and TypeMethodDescriptionIdentifierUriRestriction.getState()Gets the state property value.KeyCredentialConfiguration.getState()Gets the state property value.PasswordCredentialConfiguration.getState()Gets the state property value.Returns the enum constant of this type with the specified name.static AppManagementRestrictionState[]AppManagementRestrictionState.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 AppManagementRestrictionStateModifier and TypeMethodDescriptionvoidIdentifierUriRestriction.setState(AppManagementRestrictionState value) Sets the state property value.voidKeyCredentialConfiguration.setState(AppManagementRestrictionState value) Sets the state property value.voidPasswordCredentialConfiguration.setState(AppManagementRestrictionState value) Sets the state property value.