com.atlassian.greenhopper.web.remote
Class RemoteLinkConversationResource.TokenStatus

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.remote.RemoteLinkConversationResource.TokenStatus
Enclosing class:
RemoteLinkConversationResource

public static class RemoteLinkConversationResource.TokenStatus
extends RestTemplate

The associaiton of a conversation token and a conversation status.

This class is tailored to ease JSON serialisation


Field Summary
 java.lang.String status
           
 java.lang.String token
           
 
Constructor Summary
RemoteLinkConversationResource.TokenStatus()
           
RemoteLinkConversationResource.TokenStatus(java.lang.String token, java.lang.String status)
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

token

public java.lang.String token

status

public java.lang.String status
Constructor Detail

RemoteLinkConversationResource.TokenStatus

public RemoteLinkConversationResource.TokenStatus()

RemoteLinkConversationResource.TokenStatus

public RemoteLinkConversationResource.TokenStatus(java.lang.String token,
                                                  java.lang.String status)


Copyright © 2007-2014 Atlassian. All Rights Reserved.