public class ECHORecordObject extends ECHOContentsObject<ECHORecordObject> implements Fetchable<ECHORecordObject>, Pushable<ECHORecordObject>, Deletable<ECHORecordObject>
修飾子とタイプ | フィールドと説明 |
---|---|
static <any> |
CREATOR |
コンストラクタと説明 |
---|
ECHORecordObject(Parcel in) |
ECHORecordObject(java.lang.String instanceId)
|
ECHORecordObject(java.lang.String instanceId,
java.lang.String refid)
|
ECHORecordObject(java.lang.String instanceId,
java.lang.String refid,
JSONObject data)
Constructs a new ECHORecordObject based on an existing one on the remote server.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ECHORecordObject |
delete()
|
void |
deleteInBackground(DeleteCallback<ECHORecordObject> callback)
{@.en Deletes an object from the ECHO server in a background thread.
|
ECHORecordObject |
fetch()
|
void |
fetchInBackground(FetchCallback<ECHORecordObject> callback)
{@.en Fetches data from the ECHO server in a background thread.
|
ECHORecordObject |
push()
|
void |
pushInBackground(PushCallback<ECHORecordObject> 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 ECHORecordObject(java.lang.String instanceId)
instanceId
-
public ECHORecordObject(java.lang.String instanceId, java.lang.String refid)
instanceId
-
refid
-
public ECHORecordObject(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 ECHORecordObject(Parcel in)
public ECHORecordObject fetch() throws ECHOException
Fetchable
fetch
インタフェース内 Fetchable<ECHORecordObject>
ECHOException
public void fetchInBackground(FetchCallback<ECHORecordObject> callback)
Fetchable
fetchInBackground
インタフェース内 Fetchable<ECHORecordObject>
public ECHORecordObject push() throws ECHOException
Pushable
push
インタフェース内 Pushable<ECHORecordObject>
ECHOException
public void pushInBackground(PushCallback<ECHORecordObject> callback)
Pushable
pushInBackground
インタフェース内 Pushable<ECHORecordObject>
public ECHORecordObject delete() throws ECHOException
Deletable
delete
インタフェース内 Deletable<ECHORecordObject>
ECHOException
public void deleteInBackground(DeleteCallback<ECHORecordObject> callback)
Deletable
deleteInBackground
インタフェース内 Deletable<ECHORecordObject>