public interface IPerformQuickActionResult
| Modifier and Type | Method and Description |
|---|---|
String |
getContextId()
element : contextId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
boolean |
getCreated()
element : created of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
IError[] |
getErrors()
element : errors of type {urn:partner.soap.sforce.com}Error
java type: com.sforce.soap.partner.Error[]
|
String[] |
getFeedItemIds()
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[]
|
boolean |
getSuccess()
element : success of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isCreated() |
boolean |
isSuccess() |
void |
setContextId(String contextId) |
void |
setCreated(boolean created) |
void |
setErrors(IError[] errors) |
void |
setFeedItemIds(String[] feedItemIds) |
void |
setIds(String[] ids) |
void |
setSuccess(boolean success) |
String getContextId()
void setContextId(String contextId)
boolean getCreated()
boolean isCreated()
void setCreated(boolean created)
IError[] getErrors()
void setErrors(IError[] errors)
String[] getFeedItemIds()
void setFeedItemIds(String[] feedItemIds)
String[] getIds()
void setIds(String[] ids)
boolean getSuccess()
boolean isSuccess()
void setSuccess(boolean success)
Copyright © 2015. All Rights Reserved.