public static class SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION
extends java.lang.Object
ENUM_SALESFORCEREQUEST_OPERATION.create = Create ENUM_SALESFORCEREQUEST_OPERATION.retrieve = Retrieve ENUM_SALESFORCEREQUEST_OPERATION.update = Update ENUM_SALESFORCEREQUEST_OPERATION.delete = Delete
Modifier and Type | Field and Description |
---|---|
static SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION |
create |
static SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION |
delete |
static SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION |
retrieve |
static SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION |
update |
static java.lang.String[] |
values |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION create
public static final SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION retrieve
public static final SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION update
public static final SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION delete
public static java.lang.String[] values