public class ExactTargetInterface extends Object
Simplified interface to querying ExactTarget via FueldSDK
(c) 2016 Sport Trades Ltd
License GPLv3
| Modifier and Type | Field and Description |
|---|---|
private com.exacttarget.fuelsdk.ETClient |
client |
private static Logger |
log |
| Constructor and Description |
|---|
ExactTargetInterface(com.exacttarget.fuelsdk.ETClient client) |
| Modifier and Type | Method and Description |
|---|---|
com.exacttarget.fuelsdk.ETDataExtension |
getDataExtension(String extensionName)
Provides access to a data extension, querying by the data extension's name (as shown on the ExactTarget web interface)
|
private static final Logger log
private final com.exacttarget.fuelsdk.ETClient client
public ExactTargetInterface(com.exacttarget.fuelsdk.ETClient client)
throws IllegalArgumentException
IllegalArgumentExceptionpublic com.exacttarget.fuelsdk.ETDataExtension getDataExtension(String extensionName) throws IllegalArgumentException, com.exacttarget.fuelsdk.ETSdkException
extensionName - The name of the data extension to queryIllegalArgumentException - If the name supplied is null or empty stringcom.exacttarget.fuelsdk.ETSdkExceptionCopyright © 2016. All rights reserved.