Package | Description |
---|---|
com.exacttarget.fuelsdk |
Fuel Java SDK Core
|
Modifier and Type | Method and Description |
---|---|
ETClient |
ETObject.getClient()
Gets the client handle associated with this object.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ETRestObject> |
ETRestObject.create(ETClient client,
List<T> objects) |
static <T extends ETSoapObject> |
ETSoapObject.create(ETClient client,
List<T> objects) |
protected static <T extends ETSoapObject> |
ETSoapObject.delete(ETClient client,
List<APIObject> objects,
boolean internal) |
static <T extends ETRestObject> |
ETRestObject.delete(ETClient client,
List<T> objects) |
static <T extends ETSoapObject> |
ETSoapObject.delete(ETClient client,
List<T> objects) |
static <T extends ETRestObject> |
ETRestObject.deserialize(ETClient client,
String payload,
Class<T> type) |
static <T extends ETRestObject> |
ETRestObject.deserialize(ETClient client,
String payload,
Class<T> type,
String totalCount,
String collection) |
static <T extends ETRestObject> |
ETRestObject.retrieve(ETClient client,
Class<T> type,
Integer page,
Integer pageSize,
ETFilter filter) |
static <T extends ETSoapObject> |
ETSoapObject.retrieve(ETClient client,
Class<T> type,
Integer page,
Integer pageSize,
ETFilter filter) |
protected static <T extends ETSoapObject> |
ETSoapObject.retrieve(ETClient client,
String continueRequest,
Class<T> type) |
protected static <T extends ETSoapObject> |
ETSoapObject.retrieve(ETClient client,
String soapObjectName,
ETFilter filter,
Class<T> type)
ETSoapObject has additional retrieve methods that take the
SOAP object name and request ID for continuing requests.
|
protected static <T extends ETSoapObject> |
ETSoapObject.retrieve(ETClient client,
String soapObjectName,
ETFilter filter,
String continueRequest,
Class<T> type) |
static List<ETDataExtensionColumn> |
ETDataExtension.retrieveColumns(ETClient client,
String key) |
static ETResponse<ETDataExtensionRow> |
ETDataExtension.select(ETClient client,
String dataExtension,
ETFilter filter) |
static ETResponse<ETDataExtensionRow> |
ETDataExtension.select(ETClient client,
String dataExtension,
ETFilter filter,
Integer page,
Integer pageSize,
String... columns)
Deprecated.
Pass columns in
filter argument. |
static ETResponse<ETDataExtensionRow> |
ETDataExtension.select(ETClient client,
String dataExtension,
ETFilter filter,
String... columns)
Deprecated.
Pass columns in
filter argument. |
static ETResponse<ETDataExtensionRow> |
ETDataExtension.select(ETClient client,
String dataExtension,
Integer page,
Integer pageSize,
ETFilter filter) |
static ETResponse<ETDataExtensionRow> |
ETDataExtension.select(ETClient client,
String dataExtension,
Integer page,
Integer pageSize,
String... filter) |
static ETResponse<ETDataExtensionRow> |
ETDataExtension.select(ETClient client,
String dataExtension,
String... filter) |
static ETResponse<ETDataExtensionRow> |
ETDataExtension.select(ETClient client,
String dataExtension,
String filter,
Integer page,
Integer pageSize,
String... columns)
Deprecated.
Pass columns in
filter argument. |
void |
ETObject.setClient(ETClient client)
Sets the client handle associated with this object.
|
static <T extends ETRestObject> |
ETRestObject.update(ETClient client,
List<T> objects) |
static <T extends ETSoapObject> |
ETSoapObject.update(ETClient client,
List<T> objects) |
Constructor and Description |
---|
ETDataExtract(ETClient client)
Class constructor, Initializes a new instance of the class.
|
ETRestConnection(ETClient client,
String endpoint)
Class constructor, Initializes a new instance of the class.
|
ETRestConnection(ETClient client,
String endpoint,
boolean isAuthConnection)
Class constructor, Initializes a new instance of the class.
|
ETSoapConnection(ETClient client,
String endpoint)
Class constructor, Initializes a new instance of the class.
|
ETSoapConnection(ETClient client,
String endpoint,
String accessToken)
Class constructor, Initializes a new instance of the class.
|
ETSoapConnection(ETClient client,
String endpoint,
String username,
String password)
Class constructor, Initializes a new instance of the class.
|
Copyright © 2017. All rights reserved.