@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Activity
JitterbitActivity interface and
that represent a Jitterbit connector activity.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends JitterbitActivity.Factory> |
factory
A factory that creates an instance of an activity of type
JitterbitActivity. |
String |
name
Returns the name of the activity.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
isDefaultActivity
Returns whether or not this is a default activity.
|
public abstract String name
public abstract Class<? extends JitterbitActivity.Factory> factory
JitterbitActivity.Copyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.