Uses of Class
app.cybrid.cybrid_api_id.client.model.PostCustomerTokenIdpModel.ScopesEnum
-
Packages that use PostCustomerTokenIdpModel.ScopesEnum Package Description app.cybrid.cybrid_api_id.client.model -
-
Uses of PostCustomerTokenIdpModel.ScopesEnum in app.cybrid.cybrid_api_id.client.model
Methods in app.cybrid.cybrid_api_id.client.model that return PostCustomerTokenIdpModel.ScopesEnum Modifier and Type Method Description static PostCustomerTokenIdpModel.ScopesEnumPostCustomerTokenIdpModel.ScopesEnum. fromValue(String value)static PostCustomerTokenIdpModel.ScopesEnumPostCustomerTokenIdpModel.ScopesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostCustomerTokenIdpModel.ScopesEnum[]PostCustomerTokenIdpModel.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 PostCustomerTokenIdpModel.ScopesEnum Modifier and Type Method Description Set<PostCustomerTokenIdpModel.ScopesEnum>PostCustomerTokenIdpModel. getScopes()List of the scopes requested for the access token.Methods in app.cybrid.cybrid_api_id.client.model with parameters of type PostCustomerTokenIdpModel.ScopesEnum Modifier and Type Method Description PostCustomerTokenIdpModelPostCustomerTokenIdpModel. addScopesItem(PostCustomerTokenIdpModel.ScopesEnum scopesItem)Method parameters in app.cybrid.cybrid_api_id.client.model with type arguments of type PostCustomerTokenIdpModel.ScopesEnum Modifier and Type Method Description PostCustomerTokenIdpModelPostCustomerTokenIdpModel. scopes(Set<PostCustomerTokenIdpModel.ScopesEnum> scopes)voidPostCustomerTokenIdpModel. setScopes(Set<PostCustomerTokenIdpModel.ScopesEnum> scopes)
-