Uses of Class
com.authlete.common.types.ClientSource
-
Packages that use ClientSource Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of ClientSource in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClientSource Modifier and Type Method Description ClientSourceClient. getClientSource()Get the source of this client.Methods in com.authlete.common.dto with parameters of type ClientSource Modifier and Type Method Description ClientClient. setClientSource(ClientSource source)Set the source of this client. -
Uses of ClientSource in com.authlete.common.types
Methods in com.authlete.common.types that return ClientSource Modifier and Type Method Description static ClientSourceClientSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientSource[]ClientSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-