|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheLog | |
|---|---|
| geocaching.api | |
| geocaching.api.data | |
| geocaching.api.impl | |
| geocaching.api.impl.live_geocaching_api.parser | |
| Uses of CacheLog in geocaching.api |
|---|
| Methods in geocaching.api that return CacheLog | |
|---|---|
CacheLog |
GeocachingApi.createFieldNoteAndPublish(FieldNote fieldNote,
boolean publish,
ImageData imageData,
boolean favoriteThisCache)
|
abstract CacheLog |
GeocachingApi.createFieldNoteAndPublish(String cacheCode,
LogType logType,
Date dateLogged,
String note,
boolean publish,
ImageData imageData,
boolean favoriteThisCache)
|
| Methods in geocaching.api that return types with arguments of type CacheLog | |
|---|---|
abstract List<CacheLog> |
GeocachingApi.getCacheLogs(String cacheCode,
int startPosition,
int endPosition)
|
| Uses of CacheLog in geocaching.api.data |
|---|
| Methods in geocaching.api.data that return types with arguments of type CacheLog | |
|---|---|
List<CacheLog> |
Geocache.getCacheLogs()
|
| Constructor parameters in geocaching.api.data with type arguments of type CacheLog | |
|---|---|
Geocache(String geoCode,
String name,
double longitude,
double latitude,
CacheType cacheType,
float difficultyRating,
float terrainRating,
String authorGuid,
String authorName,
boolean available,
boolean archived,
boolean premiumListing,
String countryName,
String stateName,
Date created,
String contactName,
ContainerType containerType,
int trackableCount,
boolean found,
String shortDescription,
String longDescrition,
String hint,
List<CacheLog> cacheLogs,
List<TravelBug> travelBugs,
List<Waypoint> waypoints,
List<AttributeType> attributes,
List<UserWaypoint> userWaypoints)
|
|
| Uses of CacheLog in geocaching.api.impl |
|---|
| Methods in geocaching.api.impl that return CacheLog | |
|---|---|
CacheLog |
LiveGeocachingApi.createFieldNoteAndPublish(String cacheCode,
LogType logType,
Date dateLogged,
String note,
boolean publish,
ImageData imageData,
boolean favoriteThisCache)
|
| Methods in geocaching.api.impl that return types with arguments of type CacheLog | |
|---|---|
List<CacheLog> |
LiveGeocachingApi.getCacheLogs(String cacheCode,
int startPosition,
int endPosition)
|
| Uses of CacheLog in geocaching.api.impl.live_geocaching_api.parser |
|---|
| Methods in geocaching.api.impl.live_geocaching_api.parser that return CacheLog | |
|---|---|
static CacheLog |
CacheLogJsonParser.parse(JsonReader r)
|
| Methods in geocaching.api.impl.live_geocaching_api.parser that return types with arguments of type CacheLog | |
|---|---|
static List<CacheLog> |
CacheLogJsonParser.parseList(JsonReader r)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||