Uses of Class
com.authlete.common.types.FapiMode
-
Packages that use FapiMode 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 FapiMode in com.authlete.common.dto
Methods in com.authlete.common.dto that return FapiMode Modifier and Type Method Description FapiMode[]
Client. getFapiModes()
Get the FAPI modes for this client.FapiMode[]
Service. getFapiModes()
Get the FAPI modes for this service.Methods in com.authlete.common.dto with parameters of type FapiMode Modifier and Type Method Description Client
Client. setFapiModes(FapiMode[] modes)
Set the FAPI modes for this client.Service
Service. setFapiModes(FapiMode[] modes)
Set the FAPI modes for this service. -
Uses of FapiMode in com.authlete.common.types
Methods in com.authlete.common.types that return FapiMode Modifier and Type Method Description static FapiMode
FapiMode. getByValue(short value)
Find an instance of this enum by a value.static FapiMode
FapiMode. parse(String fapiMode)
ConvertString
toFapiMode
.static FapiMode[]
FapiMode. toArray(int bits)
static FapiMode
FapiMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FapiMode[]
FapiMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.types that return types with arguments of type FapiMode Modifier and Type Method Description static EnumSet<FapiMode>
FapiMode. toSet(int bits)
static EnumSet<FapiMode>
FapiMode. toSet(FapiMode[] array)
Methods in com.authlete.common.types with parameters of type FapiMode Modifier and Type Method Description static EnumSet<FapiMode>
FapiMode. toSet(FapiMode[] array)
Method parameters in com.authlete.common.types with type arguments of type FapiMode Modifier and Type Method Description static int
FapiMode. toBits(EnumSet<FapiMode> set)
-