public class PinsRemoveRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
PinsRemoveRequest.PinsRemoveRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static PinsRemoveRequest.PinsRemoveRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Channel where the item is pinned to.
|
String |
getFile()
File to un-pin.
|
String |
getFileComment()
File comment to un-pin.
|
String |
getTimestamp()
Timestamp of the message to un-pin.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
Channel where the item is pinned to.
|
void |
setFile(String file)
File to un-pin.
|
void |
setFileComment(String fileComment)
File comment to un-pin.
|
void |
setTimestamp(String timestamp)
Timestamp of the message to un-pin.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static PinsRemoveRequest.PinsRemoveRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getChannel()
public String getFile()
public String getFileComment()
public String getTimestamp()
public void setToken(String token)
public void setChannel(String channel)
public void setFile(String file)
public void setFileComment(String fileComment)
public void setTimestamp(String timestamp)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.