Class WrappedZendeskFeedbackConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getAdditionalInfo()
      Gets any additional information that you wish to include in the request's description
      java.lang.String getRequestSubject()
      Providing feedback to Zendesk will result in the creation of a request, which will have the subject specified by this method.
      java.util.List<java.lang.String> getTags()
      Gets a list of tags to be included in the request that will be created by the feedback mechanisms
      • Methods inherited from class java.lang.Object

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

      • getTags

        public java.util.List<java.lang.String> getTags()
        Description copied from interface: ZendeskFeedbackConfiguration
        Gets a list of tags to be included in the request that will be created by the feedback mechanisms
        Specified by:
        getTags in interface ZendeskFeedbackConfiguration
        Returns:
        The list of tags to include, or null if you don't want any tags.
      • getAdditionalInfo

        public java.lang.String getAdditionalInfo()
        Description copied from interface: ZendeskFeedbackConfiguration
        Gets any additional information that you wish to include in the request's description

        This information will be appended to any user entered text.

        Specified by:
        getAdditionalInfo in interface ZendeskFeedbackConfiguration
        Returns:
        The additional information to include
      • getRequestSubject

        public java.lang.String getRequestSubject()
        Description copied from interface: ZendeskFeedbackConfiguration
        Providing feedback to Zendesk will result in the creation of a request, which will have the subject specified by this method.
        Specified by:
        getRequestSubject in interface ZendeskFeedbackConfiguration
        Returns:
        The subject of the request that will be created