Uses of Class
com.yahoo.marketing.apt.VideoCreativeProcessingStatus

Packages that use VideoCreativeProcessingStatus
com.yahoo.marketing.apt   
 

Uses of VideoCreativeProcessingStatus in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as VideoCreativeProcessingStatus
static VideoCreativeProcessingStatus VideoCreativeProcessingStatus.Complete
           
static VideoCreativeProcessingStatus VideoCreativeProcessingStatus.Failed
           
static VideoCreativeProcessingStatus VideoCreativeProcessingStatus.InProgress
           
private  VideoCreativeProcessingStatus VideoCreative.processingStatus
           
 

Methods in com.yahoo.marketing.apt that return VideoCreativeProcessingStatus
static VideoCreativeProcessingStatus VideoCreativeProcessingStatus.fromString(java.lang.String value)
           
static VideoCreativeProcessingStatus VideoCreativeProcessingStatus.fromValue(java.lang.String value)
           
 VideoCreativeProcessingStatus VideoCreative.getProcessingStatus()
          Gets the processingStatus value for this VideoCreative.
 

Methods in com.yahoo.marketing.apt with parameters of type VideoCreativeProcessingStatus
 void VideoCreative.setProcessingStatus(VideoCreativeProcessingStatus processingStatus)
          Sets the processingStatus value for this VideoCreative.
 

Constructors in com.yahoo.marketing.apt with parameters of type VideoCreativeProcessingStatus
VideoCreative(java.lang.Long ID, java.lang.String accountID, java.lang.Long aspectHeight, java.lang.Long aspectWidth, java.util.Calendar createTimestamp, java.lang.String fileExtension, java.lang.Long folderID, java.lang.Long height, java.util.Calendar lastUpdateTimestamp, java.lang.String name, java.lang.String oneHundredKbsURL, java.lang.String oneThousandKbsURL, VideoCreativeProcessingStatus processingStatus, java.lang.String sevenHundredKbsURL, CreativeStatus status, java.lang.String threeHundredKbsURL, java.lang.String thumbnailURL, CreativeType type, java.lang.Long weight, java.lang.Long width)