public class UsersLookupByEmailRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
UsersLookupByEmailRequest.UsersLookupByEmailRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static UsersLookupByEmailRequest.UsersLookupByEmailRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEmail()
An email address belonging to a user in the workspace
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setEmail(String email)
An email address belonging to a user in the workspace
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static UsersLookupByEmailRequest.UsersLookupByEmailRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getEmail()
public void setToken(String token)
public void setEmail(String email)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.