public interface HelpCenterTopic
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentURL()
Relative URL for the topic content; format of the content URL is "
|
java.lang.String |
getIconURL()
Relative URL for the icon; format of the icon URL is "
|
java.lang.String |
getId()
An unique identifier of the topic.
|
java.lang.String |
getName()
Name of the topic.
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getContentURL()
java.lang.String getIconURL()