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.dtoMethods 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 ServiceService. setSupportedAttachments(AttachmentType[] types)Set attachment types supported by this service.
- 
Uses of AttachmentType in com.authlete.common.typesMethods in com.authlete.common.types that return AttachmentType Modifier and Type Method Description static AttachmentTypeAttachmentType. getByValue(short value)Find an instance of this enum by a value.static AttachmentTypeAttachmentType. parse(String type)ConvertStringtoAttachmentType.static AttachmentType[]AttachmentType. toArray(int bits)static AttachmentTypeAttachmentType. 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 intAttachmentType. toBits(EnumSet<AttachmentType> set)
 
-