Package com.zendesk.sdk.model.helpcenter
Class SectionsResponse
- java.lang.Object
-
- com.zendesk.sdk.model.helpcenter.SectionsResponse
-
public class SectionsResponse extends java.lang.Object
This is a class model for a response for requesting sections. This object will be created byHelpCenterProvider
- See Also:
- Help Center REST APIs
-
-
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
-