Class RequestFeedbackToken

java.lang.Object
com.atlassian.servicedesk.api.feedback.RequestFeedbackToken

@PublicApi @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public class RequestFeedbackToken extends Object
The return type that wraps all required data for a Request Feedback token and link
Since:
3.7.0
  • Constructor Details

    • RequestFeedbackToken

      public RequestFeedbackToken(String token, URI customerPortalLink)
  • Method Details

    • getToken

      public String getToken()
      The existing or newly generated token for this request feedback
      Returns:
      The request feedback token aligned to this issue
    • getCustomerPortalLink

      public URI getCustomerPortalLink()
      Provide the URI that a customer can follow to view Request Feedback form for this issue in customer portal.
      Returns:
      The URI of the link
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object