Uses of Class
com.arcao.geocaching.api.data.type.LogType

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

Uses of LogType in com.arcao.geocaching.api
 

Methods in com.arcao.geocaching.api with parameters of type LogType
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.
 

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

Methods in com.arcao.geocaching.api.data that return LogType
 LogType FieldNote.getLogType()
           
 LogType CacheLog.getLogType()
          Get a type of log
 

Constructors in com.arcao.geocaching.api.data with parameters of type LogType
CacheLog(Date date, LogType logType, String author, String text)
          Create a new instance of cache log and fill it with data
FieldNote(String cacheCode, Date dateLogged, LogType logType, String note)
           
 

Uses of LogType in com.arcao.geocaching.api.data.type
 

Methods in com.arcao.geocaching.api.data.type that return LogType
static LogType LogType.parseLogType(String log)
           
static LogType LogType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogType[] LogType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.arcao.geocaching.api.impl with parameters of type LogType
 CacheLog LiveGeocachingApi.createFieldNoteAndPublish(String cacheCode, LogType logType, Date dateLogged, String note, boolean publish, ImageData imageData, boolean favoriteThisCache)
           
 

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

Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return LogType
protected static LogType CacheLogJsonParser.parseLogType(JsonReader r)
           
 



Copyright © 2012. All Rights Reserved.