public class PinsAddRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
PinsAddRequest.PinsAddRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static PinsAddRequest.PinsAddRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Channel to pin the item in.
|
String |
getFile()
File to pin.
|
String |
getFileComment()
File comment to pin.
|
String |
getTimestamp()
Timestamp of the message to pin.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
Channel to pin the item in.
|
void |
setFile(String file)
File to pin.
|
void |
setFileComment(String fileComment)
File comment to pin.
|
void |
setTimestamp(String timestamp)
Timestamp of the message to pin.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static PinsAddRequest.PinsAddRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic 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.