public class ECHOMembersGroupsMap extends ECHOTreeMap<ECHOMembersGroupObject,ECHOMembersGroupsMap> implements Fetchable<ECHOMembersGroupsMap>
コンストラクタと説明 |
---|
ECHOMembersGroupsMap(java.lang.String instanceId)
|
ECHOMembersGroupsMap(java.lang.String instanceId,
JSONObject data)
Constructs a new ECHOMembersGroupsMap linking a ECHOMembersGroupObject
based on an existing *entire* one on the remote server.
|
ECHOMembersGroupsMap(java.lang.String instanceId,
java.lang.String refid)
|
ECHOMembersGroupsMap(java.lang.String instanceId,
java.lang.String refid,
JSONObject data)
Constructs a new ECHOMembersGroupsMap linking a ECHOMembersGroupObject
based on an existing *sub* one on the remote server.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ECHOMembersGroupsMap |
fetch()
|
void |
fetchInBackground(FetchCallback<ECHOMembersGroupsMap> callback)
{@.en Fetches data from the ECHO server in a background thread.
|
getChildren, getNode
equals, getRefid, hashCode
public ECHOMembersGroupsMap(java.lang.String instanceId)
instanceId
-
public ECHOMembersGroupsMap(java.lang.String instanceId, java.lang.String refid)
instanceId
-
refid
-
public ECHOMembersGroupsMap(java.lang.String instanceId, JSONObject data)
instanceId
- : the reference ID of the instance to which the group map has belongeddata
- a source JSONObject to copypublic ECHOMembersGroupsMap(java.lang.String instanceId, java.lang.String refid, JSONObject data)
instanceId
- : the reference ID of the instance to which the group map has belongedrefid
- the reference ID of the root node of the existing sub onedata
- a source JSONObject to copypublic ECHOMembersGroupsMap fetch() throws ECHOException
Fetchable
fetch
インタフェース内 Fetchable<ECHOMembersGroupsMap>
ECHOException
public void fetchInBackground(FetchCallback<ECHOMembersGroupsMap> callback)
Fetchable
fetchInBackground
インタフェース内 Fetchable<ECHOMembersGroupsMap>