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