Class CategoriesResponse



  • public class CategoriesResponse
    extends java.lang.Object
    This is a class model for a response for requesting categories. This object will be created by HelpCenterProvider
    See Also:
    Help Center REST APIs
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<Category> getCategories()
      Gets the list of Category objects from the response
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CategoriesResponse

        public CategoriesResponse()
    • Method Detail

      • getCategories

        public java.util.List<Category> getCategories()
        Gets the list of Category objects from the response
        Returns:
        the list of Category objects from the response