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

Packages that use VideoCreative
com.yahoo.marketing.apt   
 

Uses of VideoCreative in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as VideoCreative
private  VideoCreative VideoCreativeResponse.videoCreative
           
private  VideoCreative VideoCreativeAddResponse.videoCreative
           
private  VideoCreative VideoCreativeAddRequest.videoCreative
           
 

Methods in com.yahoo.marketing.apt that return VideoCreative
 VideoCreative VideoCreativeResponse.getVideoCreative()
          Gets the videoCreative value for this VideoCreativeResponse.
 VideoCreative VideoCreativeAddResponse.getVideoCreative()
          Gets the videoCreative value for this VideoCreativeAddResponse.
 VideoCreative VideoCreativeAddRequest.getVideoCreative()
          Gets the videoCreative value for this VideoCreativeAddRequest.
 VideoCreative VideoCreativeServiceHttpBindingStub.getVideoCreative(long videoCreativeID)
           
 VideoCreative VideoCreativeService.getVideoCreative(long videoCreativeID)
           
 VideoCreative[] VideoCreativeServiceHttpBindingStub.getVideoCreatives(long[] videoCreativeIDs)
           
 VideoCreative[] VideoCreativeService.getVideoCreatives(long[] videoCreativeIDs)
           
 VideoCreative[] VideoCreativeServiceHttpBindingStub.getVideoCreativesByAccountID(int startElement, int numElements)
           
 VideoCreative[] VideoCreativeService.getVideoCreativesByAccountID(int startElement, int numElements)
           
 VideoCreative[] VideoCreativeServiceHttpBindingStub.getVideoCreativesByFolderID(long folderID)
           
 VideoCreative[] VideoCreativeService.getVideoCreativesByFolderID(long folderID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type VideoCreative
 void VideoCreativeResponse.setVideoCreative(VideoCreative videoCreative)
          Sets the videoCreative value for this VideoCreativeResponse.
 void VideoCreativeAddResponse.setVideoCreative(VideoCreative videoCreative)
          Sets the videoCreative value for this VideoCreativeAddResponse.
 void VideoCreativeAddRequest.setVideoCreative(VideoCreative videoCreative)
          Sets the videoCreative value for this VideoCreativeAddRequest.
 VideoCreativeResponse VideoCreativeServiceHttpBindingStub.updateVideoCreative(VideoCreative videoCreative)
           
 VideoCreativeResponse VideoCreativeService.updateVideoCreative(VideoCreative videoCreative)
           
 VideoCreativeResponse[] VideoCreativeServiceHttpBindingStub.updateVideoCreatives(VideoCreative[] videoCreatives)
           
 VideoCreativeResponse[] VideoCreativeService.updateVideoCreatives(VideoCreative[] videoCreatives)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type VideoCreative
VideoCreativeAddRequest(java.lang.String uploadToken, VideoCreative videoCreative)
           
VideoCreativeAddResponse(Error[] errors, java.lang.Boolean operationSucceeded, java.lang.String uploadToken, VideoCreative videoCreative)
           
VideoCreativeResponse(Error[] errors, java.lang.Boolean operationSucceeded, VideoCreative videoCreative)