Uses of Class
app.cybrid.cybrid_api_id.client.model.ApplicationIdpModel.ScopesEnum
-
Packages that use ApplicationIdpModel.ScopesEnum Package Description app.cybrid.cybrid_api_id.client.model -
-
Uses of ApplicationIdpModel.ScopesEnum in app.cybrid.cybrid_api_id.client.model
Methods in app.cybrid.cybrid_api_id.client.model that return ApplicationIdpModel.ScopesEnum Modifier and Type Method Description static ApplicationIdpModel.ScopesEnumApplicationIdpModel.ScopesEnum. fromValue(String value)static ApplicationIdpModel.ScopesEnumApplicationIdpModel.ScopesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationIdpModel.ScopesEnum[]ApplicationIdpModel.ScopesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_id.client.model that return types with arguments of type ApplicationIdpModel.ScopesEnum Modifier and Type Method Description List<ApplicationIdpModel.ScopesEnum>ApplicationIdpModel. getScopes()List of the scopes granted to the OAuth2 application.Methods in app.cybrid.cybrid_api_id.client.model with parameters of type ApplicationIdpModel.ScopesEnum Modifier and Type Method Description ApplicationIdpModelApplicationIdpModel. addScopesItem(ApplicationIdpModel.ScopesEnum scopesItem)Method parameters in app.cybrid.cybrid_api_id.client.model with type arguments of type ApplicationIdpModel.ScopesEnum Modifier and Type Method Description ApplicationIdpModelApplicationIdpModel. scopes(List<ApplicationIdpModel.ScopesEnum> scopes)voidApplicationIdpModel. setScopes(List<ApplicationIdpModel.ScopesEnum> scopes)
-