Class RemoteLinkConversationService.CreationConversation
java.lang.Object
com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService.CreationConversation
- All Implemented Interfaces:
Serializable
- Enclosing interface:
RemoteLinkConversationService
public static class RemoteLinkConversationService.CreationConversation
extends Object
implements Serializable
Represents the "conversation" after a creation request. This needs to be
Serializable because these objects
are stored in a cache which is replicated in a clustered environment, without being backed by a database.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionCreationConversation(String token, String userKey, RemoteLinkConversationService.CreationConversation.Status status) -
Method Summary
-
Constructor Details
-
CreationConversation
public CreationConversation(String token, String userKey, RemoteLinkConversationService.CreationConversation.Status status)
-
-
Method Details
-
getToken
-
getUserKey
-
getStatus
-