public class UsersDeletePhotoRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
UsersDeletePhotoRequest.UsersDeletePhotoRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static UsersDeletePhotoRequest.UsersDeletePhotoRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static UsersDeletePhotoRequest.UsersDeletePhotoRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public void setToken(String token)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.