Uses of Class
com.arcao.geocaching.api.data.CacheLog

Packages that use CacheLog
com.arcao.geocaching.api   
com.arcao.geocaching.api.data   
com.arcao.geocaching.api.impl   
com.arcao.geocaching.api.impl.live_geocaching_api.parser   
 

Uses of CacheLog in com.arcao.geocaching.api
 

Methods in com.arcao.geocaching.api that return CacheLog
 CacheLog GeocachingApi.createFieldNoteAndPublish(FieldNote fieldNote, boolean publish, ImageData imageData, boolean favoriteThisCache)
          Create field note and publish them or store them to list of Field notes on Geocaching site.
abstract  CacheLog GeocachingApi.createFieldNoteAndPublish(String cacheCode, LogType logType, Date dateLogged, String note, boolean publish, ImageData imageData, boolean favoriteThisCache)
          Create field note and publish them or store them to list of Field notes on Geocaching site.
 

Methods in com.arcao.geocaching.api that return types with arguments of type CacheLog
abstract  List<CacheLog> GeocachingApi.getCacheLogsByCacheCode(String cacheCode, int startIndex, int maxPerPage)
          Get a list of cache logs in given cache.
 

Uses of CacheLog in com.arcao.geocaching.api.data
 

Methods in com.arcao.geocaching.api.data that return types with arguments of type CacheLog
 List<CacheLog> Geocache.getCacheLogs()
           
 

Constructor parameters in com.arcao.geocaching.api.data with type arguments of type CacheLog
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)
           
 

Uses of CacheLog in com.arcao.geocaching.api.impl
 

Methods in com.arcao.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 com.arcao.geocaching.api.impl that return types with arguments of type CacheLog
 List<CacheLog> LiveGeocachingApi.getCacheLogsByCacheCode(String cacheCode, int startIndex, int maxPerPage)
           
 

Uses of CacheLog in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 

Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return CacheLog
static CacheLog CacheLogJsonParser.parse(JsonReader r)
           
 

Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return types with arguments of type CacheLog
static List<CacheLog> CacheLogJsonParser.parseList(JsonReader r)
           
 



Copyright © 2012. All Rights Reserved.