-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum MessageAttachment.Type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FILESFILES - The attachment has files.
SINGLE_CHOICESINGLE_CHOICE - The attachment has a single choice questionnaire.
SINGLE_CHOICE_RESPONSESINGLE_CHOICE_RESPONSE - Used for sending to the operator the single choice responseselected by the visitor.
UNKNOWNUNKNOWN - The attachment is of an unknown type and cannot be handle.
-
Method Summary
Modifier and Type Method Description static Array<MessageAttachment.Type>values()static MessageAttachment.TypevalueOf(String name)-
-
Method Detail
-
values
static Array<MessageAttachment.Type> values()
-
valueOf
static MessageAttachment.Type valueOf(String name)
-
-
-
-