Uses of Class
app.cybrid.cybrid_api_id.client.model.ApplicationWithSecretIdpModel.ScopesEnum
-
Packages that use ApplicationWithSecretIdpModel.ScopesEnum Package Description app.cybrid.cybrid_api_id.client.model -
-
Uses of ApplicationWithSecretIdpModel.ScopesEnum in app.cybrid.cybrid_api_id.client.model
Methods in app.cybrid.cybrid_api_id.client.model that return ApplicationWithSecretIdpModel.ScopesEnum Modifier and Type Method Description static ApplicationWithSecretIdpModel.ScopesEnumApplicationWithSecretIdpModel.ScopesEnum. fromValue(String value)static ApplicationWithSecretIdpModel.ScopesEnumApplicationWithSecretIdpModel.ScopesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationWithSecretIdpModel.ScopesEnum[]ApplicationWithSecretIdpModel.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 ApplicationWithSecretIdpModel.ScopesEnum Modifier and Type Method Description List<ApplicationWithSecretIdpModel.ScopesEnum>ApplicationWithSecretIdpModel. getScopes()List of the scopes granted to the OAuth2 application.Methods in app.cybrid.cybrid_api_id.client.model with parameters of type ApplicationWithSecretIdpModel.ScopesEnum Modifier and Type Method Description ApplicationWithSecretIdpModelApplicationWithSecretIdpModel. addScopesItem(ApplicationWithSecretIdpModel.ScopesEnum scopesItem)Method parameters in app.cybrid.cybrid_api_id.client.model with type arguments of type ApplicationWithSecretIdpModel.ScopesEnum Modifier and Type Method Description ApplicationWithSecretIdpModelApplicationWithSecretIdpModel. scopes(List<ApplicationWithSecretIdpModel.ScopesEnum> scopes)voidApplicationWithSecretIdpModel. setScopes(List<ApplicationWithSecretIdpModel.ScopesEnum> scopes)
-