@Gw2ApiVersion(value="v1") public class WorldEventsStatusList extends ArrayList<WorldEventStatus>
/v1/events.json.modCount| Constructor and Description |
|---|
WorldEventsStatusList() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<WorldEventStatus> |
getEventsWithEventId(String id)
Retrieve a subset of the results that have the given event identifier.
|
ArrayList<WorldEventStatus> |
getEventsWithMapId(int id)
Retrieve a subset of the results that have the given map identifier.
|
ArrayList<WorldEventStatus> |
getEventsWithState(String state)
Retrieve a subset of the results that have the given state.
|
ArrayList<WorldEventStatus> |
getEventsWithWorldId(int id)
Retrieve a subset of the results that have the given world identifier.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic ArrayList<WorldEventStatus> getEventsWithEventId(String id)
id - The identifier of the event.WorldEventStatus.
The array will have zero elements if there are no results found.public ArrayList<WorldEventStatus> getEventsWithMapId(int id)
id - The map identifier to retrieve.WorldEventStatus.
The list will have zero elements if there are no results.public ArrayList<WorldEventStatus> getEventsWithWorldId(int id)
id - The world identifier to retrieve.WorldEventStatus.
The list will have zero elements if there are no results.public ArrayList<WorldEventStatus> getEventsWithState(String state)
state - The state to retrieve.WorldEventStatus.
The list will have zero elements if there are no results.Copyright © 2014. All Rights Reserved.