Uses of Class
de.adorsys.ledgers.middleware.api.domain.oauth.GrantTypeTO
-
Packages that use GrantTypeTO Package Description de.adorsys.ledgers.middleware.api.domain.oauth -
-
Uses of GrantTypeTO in de.adorsys.ledgers.middleware.api.domain.oauth
Methods in de.adorsys.ledgers.middleware.api.domain.oauth that return GrantTypeTO Modifier and Type Method Description static GrantTypeTOGrantTypeTO. valueOf(String name)Returns the enum constant of this type with the specified name.static GrantTypeTO[]GrantTypeTO. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.ledgers.middleware.api.domain.oauth that return types with arguments of type GrantTypeTO Modifier and Type Method Description static Optional<GrantTypeTO>GrantTypeTO. getByValue(String value)
-