global class ConversationsAcceptSharedInviteResponse {
|
global ConversationsAcceptSharedInviteResponse() { }
|
global Object clone() { }
|
global Boolean getCanOpenScdm() { }
|
global String getChannelId() { }
|
global String getError() { }
|
global Map<String,List<String>> getHttpResponseHeaders() { }
|
global String getInviteId() { }
|
global String getNeeded() { }
|
global String getProvided() { }
|
global String getWarning() { }
|
global Boolean isImplicitApproval() { }
|
global Boolean isOk() { }
|
global void setCanOpenScdm(Boolean canOpenScdm) { }
|
global void setChannelId(String channelId) { }
|
global void setError(String error) { }
|
global void setHttpResponseHeaders(Map<String,List<String>> httpResponseHeaders) { }
|
global void setImplicitApproval(Boolean implicitApproval) { }
|
global void setInviteId(String inviteId) { }
|
global void setNeeded(String needed) { }
|
global void setOk(Boolean ok) { }
|
global void setProvided(String provided) { }
|
global void setWarning(String warning) { }
|
global String toString() { }
|
|
}
|