Uses of Class
app.cybrid.cybrid_api_id.client.model.UserIdpModel.AllowedScopesEnum
-
Packages that use UserIdpModel.AllowedScopesEnum Package Description app.cybrid.cybrid_api_id.client.model -
-
Uses of UserIdpModel.AllowedScopesEnum in app.cybrid.cybrid_api_id.client.model
Methods in app.cybrid.cybrid_api_id.client.model that return UserIdpModel.AllowedScopesEnum Modifier and Type Method Description static UserIdpModel.AllowedScopesEnumUserIdpModel.AllowedScopesEnum. fromValue(String value)static UserIdpModel.AllowedScopesEnumUserIdpModel.AllowedScopesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UserIdpModel.AllowedScopesEnum[]UserIdpModel.AllowedScopesEnum. 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 UserIdpModel.AllowedScopesEnum Modifier and Type Method Description Set<UserIdpModel.AllowedScopesEnum>UserIdpModel. getAllowedScopes()The list of scopes that the user is allowed to request.org.openapitools.jackson.nullable.JsonNullable<Set<UserIdpModel.AllowedScopesEnum>>UserIdpModel. getAllowedScopes_JsonNullable()Methods in app.cybrid.cybrid_api_id.client.model with parameters of type UserIdpModel.AllowedScopesEnum Modifier and Type Method Description UserIdpModelUserIdpModel. addAllowedScopesItem(UserIdpModel.AllowedScopesEnum allowedScopesItem)Method parameters in app.cybrid.cybrid_api_id.client.model with type arguments of type UserIdpModel.AllowedScopesEnum Modifier and Type Method Description UserIdpModelUserIdpModel. allowedScopes(Set<UserIdpModel.AllowedScopesEnum> allowedScopes)voidUserIdpModel. setAllowedScopes(Set<UserIdpModel.AllowedScopesEnum> allowedScopes)voidUserIdpModel. setAllowedScopes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Set<UserIdpModel.AllowedScopesEnum>> allowedScopes)
-