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

Packages that use CustomSectionResponse
com.yahoo.marketing.apt   
 

Uses of CustomSectionResponse in com.yahoo.marketing.apt
 

Methods in com.yahoo.marketing.apt that return CustomSectionResponse
 CustomSectionResponse SiteClassificationServiceHttpBindingStub.addCustomSection(CustomSection customSection)
           
 CustomSectionResponse SiteClassificationService.addCustomSection(CustomSection customSection)
           
 CustomSectionResponse[] SiteClassificationServiceHttpBindingStub.addCustomSections(CustomSection[] customSections)
           
 CustomSectionResponse[] SiteClassificationService.addCustomSections(CustomSection[] customSections)
           
 CustomSectionResponse SiteClassificationServiceHttpBindingStub.updateCustomSection(CustomSection customSection)
           
 CustomSectionResponse SiteClassificationService.updateCustomSection(CustomSection customSection)
           
 CustomSectionResponse[] SiteClassificationServiceHttpBindingStub.updateCustomSections(CustomSection[] customSections)
           
 CustomSectionResponse[] SiteClassificationService.updateCustomSections(CustomSection[] customSections)