Uses of Class
odata.msgraph.client.enums.AppManagementRestrictionState
-
Packages that use AppManagementRestrictionState Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of AppManagementRestrictionState in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AppManagementRestrictionState Modifier and Type Field Description protected AppManagementRestrictionStateKeyCredentialConfiguration. stateprotected AppManagementRestrictionStatePasswordCredentialConfiguration. stateMethods in odata.msgraph.client.complex that return types with arguments of type AppManagementRestrictionState Modifier and Type Method Description Optional<AppManagementRestrictionState>KeyCredentialConfiguration. getState()Optional<AppManagementRestrictionState>PasswordCredentialConfiguration. getState()Methods in odata.msgraph.client.complex with parameters of type AppManagementRestrictionState Modifier and Type Method Description KeyCredentialConfiguration.BuilderKeyCredentialConfiguration.Builder. state(AppManagementRestrictionState state)PasswordCredentialConfiguration.BuilderPasswordCredentialConfiguration.Builder. state(AppManagementRestrictionState state)KeyCredentialConfigurationKeyCredentialConfiguration. withState(AppManagementRestrictionState state)PasswordCredentialConfigurationPasswordCredentialConfiguration. withState(AppManagementRestrictionState state) -
Uses of AppManagementRestrictionState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AppManagementRestrictionState Modifier and Type Method Description static AppManagementRestrictionStateAppManagementRestrictionState. valueOf(String name)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.
-