global class ConversationsListConnectInvitesResponse {
|
global ConversationsListConnectInvitesResponse() { }
|
global Object clone() { }
|
global String getArg() { }
|
global String getError() { }
|
global Map<String,List<String>> getHttpResponseHeaders() { }
|
global List<Slack.ConnectInvite> getInvites() { }
|
global String getNeeded() { }
|
global String getProvided() { }
|
global Slack.ResponseMetadata getResponseMetadata() { }
|
global String getWarning() { }
|
global Boolean isOk() { }
|
global void setArg(String arg) { }
|
global void setError(String error) { }
|
global void setHttpResponseHeaders(Map<String,List<String>> httpResponseHeaders) { }
|
global void setInvites(List<Slack.ConnectInvite> invites) { }
|
global void setNeeded(String needed) { }
|
global void setOk(Boolean ok) { }
|
global void setProvided(String provided) { }
|
global void setResponseMetadata(Slack.ResponseMetadata responseMetadata) { }
|
global void setWarning(String warning) { }
|
global String toString() { }
|
|
}
|