Package | Description |
---|---|
com.jrfom.gw2.api.model.geography |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Continent> |
Continents.getContinentWithId(int id)
Retrieve a continent from the list identified by its numeric id.
|
com.google.common.base.Optional<Continent> |
Continents.getContinentWithId(String id)
Retrieve a continent from the list identified by its numeric id
in string form.
|
com.google.common.base.Optional<Continent> |
Continents.getContinentWithName(String name)
Retrieve a continent from the list that has the given
name . |
Copyright © 2014. All Rights Reserved.