Uses of Class
com.unica.publicapi.plan.api.AttachmentTypeEnum

Packages that use AttachmentTypeEnum
com.unica.publicapi.plan.api   
 

Uses of AttachmentTypeEnum in com.unica.publicapi.plan.api
 

Fields in com.unica.publicapi.plan.api declared as AttachmentTypeEnum
static AttachmentTypeEnum AttachmentTypeEnum.ASSET
           
static AttachmentTypeEnum AttachmentTypeEnum.FILE
           
static AttachmentTypeEnum AttachmentTypeEnum.URL
           
 

Methods in com.unica.publicapi.plan.api that return AttachmentTypeEnum
static AttachmentTypeEnum AttachmentTypeEnum.valueOf(java.lang.String name)
           
static AttachmentTypeEnum[] AttachmentTypeEnum.values()