Package com.zendesk.sdk.model.helpcenter
Class SectionResponse
- java.lang.Object
-
- com.zendesk.sdk.model.helpcenter.SectionResponse
-
public class SectionResponse extends java.lang.Object
This is a class model for a response for a Section. This object will be created byHelpCenterProvider
- See Also:
- Show Section API documentation
-
-
Constructor Summary
Constructors Constructor and Description SectionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Section
getSection()
Gets the section contained in this response
-
-
-
Method Detail
-
getSection
public Section getSection()
Gets the section contained in this response- Returns:
- the section contained in this response
-
-