-
public class UrlSource.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static UrlSource.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final UrlSource
findByValue(String value)
Utility method to find the enum value of the provided string. -
-
Method Detail
-
findByValue
final UrlSource findByValue(String value)
Utility method to find the enum value of the provided string.
- Parameters:
value
- the input string
-
-
-
-