com.atlassian.mywork.host.rest
Class ActionResource.OAuthFailedActionResult

java.lang.Object
  extended by com.atlassian.mywork.service.ActionResult
      extended by com.atlassian.mywork.host.rest.ActionResource.OAuthFailedActionResult
Enclosing class:
ActionResource

public static class ActionResource.OAuthFailedActionResult
extends ActionResult


Field Summary
 
Fields inherited from class com.atlassian.mywork.service.ActionResult
FAILED, SUCCESS
 
Constructor Summary
ActionResource.OAuthFailedActionResult(java.lang.String authUrl)
           
 
Method Summary
 java.lang.String getAuthUrl()
           
 
Methods inherited from class com.atlassian.mywork.service.ActionResult
getResultUrl, isSuccessful
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionResource.OAuthFailedActionResult

public ActionResource.OAuthFailedActionResult(java.lang.String authUrl)
Method Detail

getAuthUrl

public java.lang.String getAuthUrl()


Copyright © 2012 Atlassian. All Rights Reserved.