public class StarsRemoveRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
StarsRemoveRequest.StarsRemoveRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static StarsRemoveRequest.StarsRemoveRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Channel to remove star from, or channel where the message to remove star from was posted (used with `timestamp`).
|
String |
getFile()
File to remove star from.
|
String |
getFileComment()
File comment to remove star from.
|
String |
getTimestamp()
Timestamp of the message to remove star from.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
Channel to remove star from, or channel where the message to remove star from was posted (used with `timestamp`).
|
void |
setFile(String file)
File to remove star from.
|
void |
setFileComment(String fileComment)
File comment to remove star from.
|
void |
setTimestamp(String timestamp)
Timestamp of the message to remove star from.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static StarsRemoveRequest.StarsRemoveRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getFile()
public String getFileComment()
public String getChannel()
public String getTimestamp()
public void setToken(String token)
public void setFile(String file)
public void setFileComment(String fileComment)
public void setChannel(String channel)
public void setTimestamp(String timestamp)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.