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

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

Uses of MemberType in geocaching.api.data
 

Methods in geocaching.api.data that return MemberType
 MemberType User.getMemberType()
           
 

Constructors in geocaching.api.data with parameters of type MemberType
User(String avatarUrl, int findCount, int hideCount, float[] homeCoordinates, long id, boolean admin, MemberType memberType, String publicGuid, String userName)
           
 

Uses of MemberType in geocaching.api.data.type
 

Methods in geocaching.api.data.type that return MemberType
static MemberType MemberType.parseMemeberTypeByGroundSpeakId(int groundSpeakId)
           
static MemberType MemberType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MemberType[] MemberType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of MemberType in geocaching.api.impl.live_geocaching_api.parser
 

Methods in geocaching.api.impl.live_geocaching_api.parser that return MemberType
protected static MemberType JsonParser.parseMemberType(JsonReader r)
           
 



Copyright © 2012. All Rights Reserved.