Package org.exoplatform.clouddrive.box
Class BoxAPI.ChangesLink
- java.lang.Object
-
- org.exoplatform.clouddrive.box.BoxAPI.ChangesLink
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCreated()Gets the created.longgetMaxRetries()Gets the max retries.longgetOutdatedTimeout()Gets the outdated timeout.longgetRetryTimeout()Gets the retry timeout.longgetTtl()Gets the ttl.StringgetType()Gets the type.StringgetUrl()Gets the url.booleanisOutdated()Checks if is outdated.
-
-
-
Method Detail
-
getType
public String getType()
Gets the type.- Returns:
- the type
-
getUrl
public String getUrl()
Gets the url.- Returns:
- the url
-
getTtl
public long getTtl()
Gets the ttl.- Returns:
- the ttl
-
getMaxRetries
public long getMaxRetries()
Gets the max retries.- Returns:
- the maxRetries
-
getRetryTimeout
public long getRetryTimeout()
Gets the retry timeout.- Returns:
- the retryTimeout
-
getOutdatedTimeout
public long getOutdatedTimeout()
Gets the outdated timeout.- Returns:
- the outdatedTimeout
-
getCreated
public long getCreated()
Gets the created.- Returns:
- the created
-
isOutdated
public boolean isOutdated()
Checks if is outdated.- Returns:
- true, if is outdated
-
-