|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemberType | |
|---|---|
| com.arcao.geocaching.api.data | |
| com.arcao.geocaching.api.data.type | |
| com.arcao.geocaching.api.impl.live_geocaching_api.parser | |
| Uses of MemberType in com.arcao.geocaching.api.data |
|---|
| Methods in com.arcao.geocaching.api.data that return MemberType | |
|---|---|
MemberType |
User.getMemberType()
|
| Constructors in com.arcao.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 com.arcao.geocaching.api.data.type |
|---|
| Methods in com.arcao.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 com.arcao.geocaching.api.impl.live_geocaching_api.parser |
|---|
| Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return MemberType | |
|---|---|
protected static MemberType |
JsonParser.parseMemberType(JsonReader r)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||