@PublicApi @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public class RequestFeedbackToken extends Object
Constructor and Description |
---|
RequestFeedbackToken(String token,
URI customerPortalLink) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
URI |
getCustomerPortalLink()
Provide the URI that a customer can follow to view Request Feedback form for this issue in customer portal.
|
String |
getToken()
The existing or newly generated token for this request feedback
|
int |
hashCode() |
String |
toString() |
public String getToken()
public URI getCustomerPortalLink()
Copyright © 2019 Atlassian. All rights reserved.