public final enum

ClientLoginAccountType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.client.ClientLoginAccountType

Class Overview

The valid values for the "accountType" parameter in ClientLogin.

Summary

Enum Values
ClientLoginAccountType  GOOGLE   
ClientLoginAccountType  HOSTED   
ClientLoginAccountType  HOSTED_OR_GOOGLE   
Fields
private final String accountTypeValue
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
String getValue()
Returns the value of the accountType.
static ClientLoginAccountType valueOf(String name)
final static ClientLoginAccountType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ClientLoginAccountType GOOGLE

public static final ClientLoginAccountType HOSTED

public static final ClientLoginAccountType HOSTED_OR_GOOGLE

Fields

private final String accountTypeValue

Public Methods

public String getValue ()

Returns the value of the accountType.

public static ClientLoginAccountType valueOf (String name)

Parameters
name

public static final ClientLoginAccountType[] values ()