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