public static final enum

EmbeddedAttachment.ContentType

extends Enum<EmbeddedAttachment.ContentType>
java.lang.Object
   ↳ java.lang.Enum<chan.content.model.EmbeddedAttachment.ContentType>
     ↳ chan.content.model.EmbeddedAttachment.ContentType

Class Overview

Embedded file content type.

Summary

Enum Values
EmbeddedAttachment.ContentType  AUDIO  Audio file. 
EmbeddedAttachment.ContentType  VIDEO  Video file. 
Public Methods
static EmbeddedAttachment.ContentType valueOf(String name)
static final ContentType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final EmbeddedAttachment.ContentType AUDIO

Audio file.

public static final EmbeddedAttachment.ContentType VIDEO

Video file.

Public Methods

public static EmbeddedAttachment.ContentType valueOf (String name)

Parameters
name String
Returns
EmbeddedAttachment.ContentType

public static final ContentType[] values ()

Returns
ContentType[]