org.exoplatform.clouddrive.box
Class BoxAPI.ChangesLink

java.lang.Object
  extended by org.exoplatform.clouddrive.box.BoxAPI.ChangesLink
Enclosing class:
BoxAPI

public static class BoxAPI.ChangesLink
extends Object


Method Summary
 long getCreated()
           
 long getMaxRetries()
           
 long getOutdatedTimeout()
           
 long getRetryTimeout()
           
 long getTtl()
           
 String getType()
           
 String getUrl()
           
 boolean isOutdated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public String getType()
Returns:
the type

getUrl

public String getUrl()
Returns:
the url

getTtl

public long getTtl()
Returns:
the ttl

getMaxRetries

public long getMaxRetries()
Returns:
the maxRetries

getRetryTimeout

public long getRetryTimeout()
Returns:
the retryTimeout

getOutdatedTimeout

public long getOutdatedTimeout()
Returns:
the outdatedTimeout

getCreated

public long getCreated()
Returns:
the created

isOutdated

public boolean isOutdated()


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.