public class StarsAddRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
StarsAddRequest.StarsAddRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static StarsAddRequest.StarsAddRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Channel to add star to, or channel where the message to add star to was posted (used with `timestamp`).
|
String |
getFile()
File to add star to.
|
String |
getFileComment()
File comment to add star to.
|
String |
getTimestamp()
Timestamp of the message to add star to.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
Channel to add star to, or channel where the message to add star to was posted (used with `timestamp`).
|
void |
setFile(String file)
File to add star to.
|
void |
setFileComment(String fileComment)
File comment to add star to.
|
void |
setTimestamp(String timestamp)
Timestamp of the message to add star to.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static StarsAddRequest.StarsAddRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public 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.