API Reference

com.kinvey.android.network

Class AsyncLinkedNetworkManager.GetEntity<T extends LinkedGenericJson>

  • AsyncClientRequest
    • com.kinvey.android.network.AsyncLinkedNetworkManager.GetEntity<T>
    • Constructor Detail

      • GetEntity

        public GetEntity(AsyncLinkedNetworkManager<T> networkManager,
                         java.lang.String entityID,
                         com.kinvey.java.core.KinveyClientCallback<T> callback,
                         com.kinvey.java.core.DownloaderProgressListener progress,
                         java.lang.String[] attachments,
                         com.kinvey.java.store.StoreType storeType)
    • Method Detail

      • executeAsync

        public T executeAsync()

        This method will be executed Asynchronously.

        Returns:
        a T object.
        Throws:
        IOException - if any.
      • getEntityID

        public java.lang.String getEntityID()
      • getProgress

        public com.kinvey.java.core.DownloaderProgressListener getProgress()
      • getAttachments

        public java.lang.String[] getAttachments()
      • getStoreType

        public com.kinvey.java.store.StoreType getStoreType()