global class AuthRevokeRequest { global static Slack.AuthRevokeRequest.Builder builder() { } global Object clone() { } global Boolean isTest() { } global String toString() { } global class Builder { global AuthRevokeRequest.Builder() { } global Slack.AuthRevokeRequest build() { } global Object clone() { } global Slack.AuthRevokeRequest.Builder test(Boolean test) { } } }