Class GetTaxonomyCategoriesRequest


public class GetTaxonomyCategoriesRequest extends PaginatedListRequest<GetTaxonomyCategoriesRequest,TaxonomyCategoryList>
Get a list of publish channels in the system
  • Constructor Details

    • GetTaxonomyCategoriesRequest

      public GetTaxonomyCategoriesRequest(ContentDeliveryClient client, String taxonomyId)
      Construct request to get list of publish channels
      Parameters:
      client - Valid delivery client
  • Method Details