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, getNodeequals, getRefid, hashCodepublic 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
Fetchablefetch インタフェース内 Fetchable<ECHOContentsCategoriesMap>ECHOExceptionpublic void fetchInBackground(FetchCallback<ECHOContentsCategoriesMap> callback)
FetchablefetchInBackground インタフェース内 Fetchable<ECHOContentsCategoriesMap>