Uses of Class
com.authlete.common.types.AttachmentType
-
Packages that use AttachmentType 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 AttachmentType in com.authlete.common.dto
Methods in com.authlete.common.dto that return AttachmentType Modifier and Type Method Description AttachmentType[]
Service. getSupportedAttachments()
Get attachment types supported by this service.Methods in com.authlete.common.dto with parameters of type AttachmentType Modifier and Type Method Description Service
Service. setSupportedAttachments(AttachmentType[] types)
Set attachment types supported by this service. -
Uses of AttachmentType in com.authlete.common.types
Methods in com.authlete.common.types that return AttachmentType Modifier and Type Method Description static AttachmentType
AttachmentType. getByValue(short value)
Find an instance of this enum by a value.static AttachmentType
AttachmentType. parse(String type)
ConvertString
toAttachmentType
.static AttachmentType[]
AttachmentType. toArray(int bits)
static AttachmentType
AttachmentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttachmentType[]
AttachmentType. 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 AttachmentType Modifier and Type Method Description static EnumSet<AttachmentType>
AttachmentType. toSet(int bits)
static EnumSet<AttachmentType>
AttachmentType. toSet(AttachmentType[] array)
Methods in com.authlete.common.types with parameters of type AttachmentType Modifier and Type Method Description static EnumSet<AttachmentType>
AttachmentType. toSet(AttachmentType[] array)
Method parameters in com.authlete.common.types with type arguments of type AttachmentType Modifier and Type Method Description static int
AttachmentType. toBits(EnumSet<AttachmentType> set)
-