com.atlassian.bamboo.rest.model.confirmation
Class ConfirmationToken

java.lang.Object
  extended by com.atlassian.bamboo.rest.model.confirmation.ConfirmationToken

public class ConfirmationToken
extends Object

Represents a general purpose confirmation token that might be present in the URL of REST requests.


Constructor Summary
ConfirmationToken(String token)
           
 
Method Summary
 String getToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfirmationToken

public ConfirmationToken(@NotNull
                         String token)
Method Detail

getToken

public String getToken()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.