Class SectionsResponse



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

      Fields 
      Modifier and Type Field and Description
      java.util.List<Section> sections 
    • Constructor Summary

      Constructors 
      Constructor and Description
      SectionsResponse() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<Section> getSections()
      Gets the list of sections contained in this response
      • Methods inherited from class java.lang.Object

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

      • sections

        public java.util.List<Section> sections
    • Constructor Detail

      • SectionsResponse

        public SectionsResponse()
    • Method Detail

      • getSections

        public java.util.List<Section> getSections()
        Gets the list of sections contained in this response
        Returns:
        the list of sections contained in this response