Package com.sforce.soap.partner
Interface IPerformQuickActionResult
- All Known Implementing Classes:
PerformQuickActionResult
public interface IPerformQuickActionResult
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionelement : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringbooleanelement : created of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanIError[]element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]String[]element : feedItemIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]String[]getIds()element : ids of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]booleanelement : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : successMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanbooleanvoidsetContextId(String contextId) voidsetCreated(boolean created) voidvoidsetFeedItemIds(String[] feedItemIds) voidvoidsetSuccess(boolean success) voidsetSuccessMessage(String successMessage)
-
Method Details
-
getContextId
String getContextId()element : contextId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setContextId
-
getCreated
boolean getCreated()element : created of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isCreated
boolean isCreated() -
setCreated
void setCreated(boolean created) -
getErrors
IError[] getErrors()element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[] -
setErrors
-
getFeedItemIds
String[] getFeedItemIds()element : feedItemIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[] -
setFeedItemIds
-
getIds
String[] getIds()element : ids of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[] -
setIds
-
getSuccess
boolean getSuccess()element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isSuccess
boolean isSuccess() -
setSuccess
void setSuccess(boolean success) -
getSuccessMessage
String getSuccessMessage()element : successMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setSuccessMessage
-