public class ECHOEntryObject extends ECHOContentsObject<ECHOEntryObject> implements Fetchable<ECHOEntryObject>, Pushable<ECHOEntryObject>, Deletable<ECHOEntryObject>
修飾子とタイプ | フィールドと説明 |
---|---|
static <any> |
CREATOR |
コンストラクタと説明 |
---|
ECHOEntryObject(Parcel in) |
ECHOEntryObject(java.lang.String instanceId)
|
ECHOEntryObject(java.lang.String instanceId,
java.lang.String refid)
|
ECHOEntryObject(java.lang.String instanceId,
java.lang.String refid,
JSONObject data)
Constructs a new ECHOEntryObject based on an existing one on the remote server.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ECHOEntryObject |
delete()
|
void |
deleteInBackground(DeleteCallback<ECHOEntryObject> callback)
{@.en Deletes an object from the ECHO server in a background thread.
|
ECHOEntryObject |
fetch()
|
void |
fetchInBackground(FetchCallback<ECHOEntryObject> callback)
{@.en Fetches data from the ECHO server in a background thread.
|
ECHOEntryObject |
push()
|
void |
pushInBackground(PushCallback<ECHOEntryObject> callback)
{@.en Pushes data to the ECHO server in a background thread.
|
accumulate, describeContents, factory, get, getACL, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getString, has, isNull, keys, length, names, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, putOpt, remove, setNewACL, toJSONArray, toString, toString, writeToParcel
equals, getRefid, hashCode
public ECHOEntryObject(java.lang.String instanceId)
instanceId
-
public ECHOEntryObject(java.lang.String instanceId, java.lang.String refid)
instanceId
-
refid
-
public ECHOEntryObject(java.lang.String instanceId, java.lang.String refid, JSONObject data)
instanceId
- the reference ID of the instance to which this object has belongedrefid
- the reference ID of the existing onedata
- : a source JSONObject to copypublic ECHOEntryObject(Parcel in)
public ECHOEntryObject fetch() throws ECHOException
Fetchable
fetch
インタフェース内 Fetchable<ECHOEntryObject>
ECHOException
public void fetchInBackground(FetchCallback<ECHOEntryObject> callback)
Fetchable
fetchInBackground
インタフェース内 Fetchable<ECHOEntryObject>
public ECHOEntryObject push() throws ECHOException
Pushable
push
インタフェース内 Pushable<ECHOEntryObject>
ECHOException
public void pushInBackground(PushCallback<ECHOEntryObject> callback)
Pushable
pushInBackground
インタフェース内 Pushable<ECHOEntryObject>
public ECHOEntryObject delete() throws ECHOException
Deletable
delete
インタフェース内 Deletable<ECHOEntryObject>
ECHOException
public void deleteInBackground(DeleteCallback<ECHOEntryObject> callback)
Deletable
deleteInBackground
インタフェース内 Deletable<ECHOEntryObject>