global class UsersLookupByEmailResponse {
|
global UsersLookupByEmailResponse() { }
|
global Object clone() { }
|
global String getError() { }
|
global Map<String,List<String>> getHttpResponseHeaders() { }
|
global String getNeeded() { }
|
global String getProvided() { }
|
global Slack.ResponseMetadata getResponseMetadata() { }
|
global Slack.User getUser() { }
|
global String getWarning() { }
|
global Boolean isOk() { }
|
global void setError(String error) { }
|
global void setHttpResponseHeaders(Map<String,List<String>> httpResponseHeaders) { }
|
global void setNeeded(String needed) { }
|
global void setOk(Boolean ok) { }
|
global void setProvided(String provided) { }
|
global void setResponseMetadata(Slack.ResponseMetadata responseMetadata) { }
|
global void setUser(Slack.User user) { }
|
global void setWarning(String warning) { }
|
global String toString() { }
|
|
}
|