ApiCommandRequest |
The base class from which all Talend API commands inherit.
|
ApiCommandRequestGetTaskIdByName |
Returns the ID of a task, given its name.
|
ApiCommandRequestTaskId |
A command that only takes a taskID
|
EsbTask |
Describes an ESB Task as returned by the Talend API.
|
Executiontime |
|
PublishJobSettings |
The necessary settings to publish a job.
|
PublishRouteSettings |
The necessary settings to publish a route.
|
Server |
Describes a server as returned by the Talend API.
|
TalendApiListResponse<T> |
The template to return lists from Talend API.
|
TalendApiListResponseRaw<T> |
The template to return lists from Talend API, but with a different root name.
|
TalendApiResponse |
The base class from which all Talend API calls inherit.
|
TalendApiResponseTaskId |
Returns the ID of a task, given the tasks name.
|
Task |
Describes a task as returned by the Talend API.
|
UpdateEsbTaskSettings |
The settings to update an ESB task. Only fill in what is needed.
|