|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CacheType in com.arcao.geocaching.api.data |
|---|
| Methods in com.arcao.geocaching.api.data that return CacheType | |
|---|---|
CacheType |
SimpleGeocache.getCacheType()
|
| Constructors in com.arcao.geocaching.api.data with parameters of type CacheType | |
|---|---|
Geocache(String cacheCode,
String name,
double longitude,
double latitude,
CacheType cacheType,
float difficultyRating,
float terrainRating,
String authorGuid,
String authorName,
boolean available,
boolean archived,
boolean premiumListing,
Date created,
String contactName,
ContainerType containerType,
int trackableCount,
boolean found,
String countryName,
String stateName,
String shortDescription,
String longDescrition,
String hint,
List<CacheLog> cacheLogs,
List<Trackable> trackables,
List<Waypoint> waypoints,
List<AttributeType> attributes,
List<UserWaypoint> userWaypoints)
|
|
SimpleGeocache(String cacheCode,
String name,
double longitude,
double latitude,
CacheType cacheType,
float difficultyRating,
float terrainRating,
String authorGuid,
String authorName,
boolean available,
boolean archived,
boolean premiumListing,
Date created,
String contactName,
ContainerType containerType,
int trackableCount,
boolean found)
|
|
| Uses of CacheType in com.arcao.geocaching.api.data.type |
|---|
| Methods in com.arcao.geocaching.api.data.type that return CacheType | |
|---|---|
static CacheType |
CacheType.parseCacheType(String cache)
|
static CacheType |
CacheType.parseCacheTypeByGroundSpeakId(int groundSpeakId)
|
static CacheType |
CacheType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CacheType[] |
CacheType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of CacheType in com.arcao.geocaching.api.impl.live_geocaching_api.filter |
|---|
| Fields in com.arcao.geocaching.api.impl.live_geocaching_api.filter declared as CacheType | |
|---|---|
protected CacheType[] |
GeocacheTypeFilter.cacheTypes
|
| Constructors in com.arcao.geocaching.api.impl.live_geocaching_api.filter with parameters of type CacheType | |
|---|---|
GeocacheTypeFilter(CacheType[] cacheTypes)
|
|
| Uses of CacheType in com.arcao.geocaching.api.impl.live_geocaching_api.parser |
|---|
| Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return CacheType | |
|---|---|
protected static CacheType |
JsonParser.parseCacheType(JsonReader r)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||