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

Packages that use CustomContentCategory
com.yahoo.marketing.apt   
 

Uses of CustomContentCategory in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as CustomContentCategory
private  CustomContentCategory CustomContentCategoryResponse.category
           
 

Methods in com.yahoo.marketing.apt that return CustomContentCategory
 CustomContentCategory CustomContentCategoryResponse.getCategory()
          Gets the category value for this CustomContentCategoryResponse.
 CustomContentCategory[] SiteClassificationServiceHttpBindingStub.getCustomContentCategories(long[] customContentCategoryIDs)
           
 CustomContentCategory[] SiteClassificationService.getCustomContentCategories(long[] customContentCategoryIDs)
           
 CustomContentCategory[] SiteClassificationServiceHttpBindingStub.getCustomContentCategoriesBySiteID(long siteID)
           
 CustomContentCategory[] SiteClassificationService.getCustomContentCategoriesBySiteID(long siteID)
           
 CustomContentCategory SiteClassificationServiceHttpBindingStub.getCustomContentCategory(long customContentCategoryID)
           
 CustomContentCategory SiteClassificationService.getCustomContentCategory(long customContentCategoryID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type CustomContentCategory
 CustomContentCategoryResponse[] SiteClassificationServiceHttpBindingStub.addCustomContentCategories(CustomContentCategory[] customContentCategories)
           
 CustomContentCategoryResponse[] SiteClassificationService.addCustomContentCategories(CustomContentCategory[] customContentCategories)
           
 CustomContentCategoryResponse SiteClassificationServiceHttpBindingStub.addCustomContentCategory(CustomContentCategory customContentCategory)
           
 CustomContentCategoryResponse SiteClassificationService.addCustomContentCategory(CustomContentCategory customContentCategory)
           
 void CustomContentCategoryResponse.setCategory(CustomContentCategory category)
          Sets the category value for this CustomContentCategoryResponse.
 CustomContentCategoryResponse[] SiteClassificationServiceHttpBindingStub.updateCustomContentCategories(CustomContentCategory[] customContentCategories)
           
 CustomContentCategoryResponse[] SiteClassificationService.updateCustomContentCategories(CustomContentCategory[] customContentCategories)
           
 CustomContentCategoryResponse SiteClassificationServiceHttpBindingStub.updateCustomContentCategory(CustomContentCategory customContentCategory)
           
 CustomContentCategoryResponse SiteClassificationService.updateCustomContentCategory(CustomContentCategory customContentCategory)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type CustomContentCategory
CustomContentCategoryResponse(CustomContentCategory category, Error[] errors, java.lang.Boolean operationSucceeded)