Uses of Class
io.sendon.kakao.request.Fallback.FallbackType
-
Packages that use Fallback.FallbackType Package Description io.sendon.kakao.request -
-
Uses of Fallback.FallbackType in io.sendon.kakao.request
Fields in io.sendon.kakao.request declared as Fallback.FallbackType Modifier and Type Field Description Fallback.FallbackTypeFallback. fallbackTypeMethods in io.sendon.kakao.request that return Fallback.FallbackType Modifier and Type Method Description static Fallback.FallbackTypeFallback.FallbackType. valueOf(String name)Returns the enum constant of this type with the specified name.static Fallback.FallbackType[]Fallback.FallbackType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-