public class DataTransfer.Applications
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
DataTransfer.Applications.Get |
class |
DataTransfer.Applications.List |
| Constructor and Description |
|---|
Applications() |
| Modifier and Type | Method and Description |
|---|---|
DataTransfer.Applications.Get |
get(java.lang.Long applicationId)
Retrieves information about an application for the given application ID.
|
DataTransfer.Applications.List |
list()
Lists the applications available for data transfer for a customer.
|
public DataTransfer.Applications.Get get(java.lang.Long applicationId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.applicationId - ID of the application resource to be retrieved.java.io.IOExceptionpublic DataTransfer.Applications.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOException