| Package | Description |
|---|---|
| com.google.gdata.data.gtt |
| Modifier and Type | Method and Description |
|---|---|
DocumentSource.Type |
DocumentSource.getType()
Returns the type.
|
static DocumentSource.Type |
DocumentSource.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentSource.Type[] |
DocumentSource.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentSource.setType(DocumentSource.Type type)
Sets the type.
|
| Constructor and Description |
|---|
DocumentSource(DocumentSource.Type type,
String url)
Immutable constructor.
|
Copyright © 2012. All Rights Reserved.