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

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

Uses of LogType in geocaching.api
 

Methods in 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)
           
 

Uses of LogType in geocaching.api.data
 

Methods in geocaching.api.data that return LogType
 LogType FieldNote.getLogType()
           
 LogType CacheLog.getLogType()
           
 

Constructors in geocaching.api.data with parameters of type LogType
CacheLog(Date date, LogType logType, String author, String text)
           
FieldNote(String cacheCode, Date dateLogged, LogType logType, String note)
           
 

Uses of LogType in geocaching.api.data.type
 

Methods in 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 geocaching.api.impl
 

Methods in 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 geocaching.api.impl.live_geocaching_api.parser
 

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



Copyright © 2012. All Rights Reserved.