JavaApiCore
Package Index
|
Class Index
com.kinvey.java
com.kinvey.java.LinkedResources
com.kinvey.java.auth
com.kinvey.java.cache
com.kinvey.java.core
com.kinvey.java.model
com.kinvey.java.query
Interfaces
LinkedResourceCallback
<T>
Classes
GetLinkedResourceClientRequest
<T>
LinkedFile
LinkedGenericJson
LinkedResourceOperation
SaveLinkedResourceClientRequest
<T>
Package Index
|
Class Index
Summary:
Inherited Methods
|
[Expand All]
public interface
LinkedResourceCallback
implements
KinveyClientCallback
<T>
com.kinvey.java.LinkedResources.LinkedResourceCallback<T>
Class Overview
Implementation of a Client Request, which can download or upload linked resources.
Summary
[Expand]
Inherited Methods
From interface
com.kinvey.java.core.KinveyClientCallback
abstract void
onFailure
(Throwable error)
abstract void
onSuccess
(T result)