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

Packages that use VideoCreativeResponse
com.yahoo.marketing.apt   
 

Uses of VideoCreativeResponse in com.yahoo.marketing.apt
 

Methods in com.yahoo.marketing.apt that return VideoCreativeResponse
 VideoCreativeResponse VideoCreativeServiceHttpBindingStub.copyVideoCreative(long videoCreativeID, long destinationFolderID)
           
 VideoCreativeResponse VideoCreativeService.copyVideoCreative(long videoCreativeID, long destinationFolderID)
           
 VideoCreativeResponse[] VideoCreativeServiceHttpBindingStub.copyVideoCreatives(long[] videoCreativeIDs, long destinationFolderID)
           
 VideoCreativeResponse[] VideoCreativeService.copyVideoCreatives(long[] videoCreativeIDs, long destinationFolderID)
           
 VideoCreativeResponse VideoCreativeServiceHttpBindingStub.moveVideoCreative(long videoCreativeID, long destinationFolderID)
           
 VideoCreativeResponse VideoCreativeService.moveVideoCreative(long videoCreativeID, long destinationFolderID)
           
 VideoCreativeResponse[] VideoCreativeServiceHttpBindingStub.moveVideoCreatives(long[] videoCreativeIDs, long destinationFolderID)
           
 VideoCreativeResponse[] VideoCreativeService.moveVideoCreatives(long[] videoCreativeIDs, long destinationFolderID)
           
 VideoCreativeResponse VideoCreativeServiceHttpBindingStub.updateVideoCreative(VideoCreative videoCreative)
           
 VideoCreativeResponse VideoCreativeService.updateVideoCreative(VideoCreative videoCreative)
           
 VideoCreativeResponse[] VideoCreativeServiceHttpBindingStub.updateVideoCreatives(VideoCreative[] videoCreatives)
           
 VideoCreativeResponse[] VideoCreativeService.updateVideoCreatives(VideoCreative[] videoCreatives)