package com.microsoft.bingads.v11.bulk.entities; import com.microsoft.bingads.v11.bulk.BulkFileReader; import com.microsoft.bingads.v11.bulk.BulkFileWriter; import com.microsoft.bingads.v11.bulk.BulkOperation; import com.microsoft.bingads.v11.bulk.BulkServiceManager; /** * Represents a campaign level callout ad extension. This class exposes properties * that can be read and written as fields of the Campaign Callout Ad Extension * record in a bulk file. * <p/> * For more information, see Campaign Callout Ad Extension at * <a href="https://go.microsoft.com/fwlink/?linkid=846127">https://go.microsoft.com/fwlink/?linkid=846127</a> * * @see BulkServiceManager * @see BulkOperation * @see BulkFileReader * @see BulkFileWriter */ public class BulkCampaignCalloutAdExtension extends BulkCampaignAdExtension { }