global class AuthTestRequest { global static Slack.AuthTestRequest.Builder builder() { } global Object clone() { } global String toString() { } global class Builder { global AuthTestRequest.Builder() { } global Slack.AuthTestRequest build() { } global Object clone() { } } }