Class UsersLookupByEmailRequest
java.lang.Object
com.slack.api.methods.request.users.UsersLookupByEmailRequest
- All Implemented Interfaces:
SlackApiRequest
public class UsersLookupByEmailRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUsersLookupByEmailRequest.UsersLookupByEmailRequestBuilder -
Method Summary
Modifier and Type Method Description static UsersLookupByEmailRequest.UsersLookupByEmailRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetEmail()An email address belonging to a user in the workspaceStringgetToken()Authentication token.inthashCode()voidsetEmail(String email)An email address belonging to a user in the workspacevoidsetToken(String token)Authentication token.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `users:read.email`- Specified by:
getTokenin interfaceSlackApiRequest
-
getEmail
An email address belonging to a user in the workspace -
setToken
Authentication token. Requires scope: `users:read.email` -
setEmail
An email address belonging to a user in the workspace -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-