public static class StarsRemoveRequest.StarsRemoveRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
StarsRemoveRequest |
build() |
StarsRemoveRequest.StarsRemoveRequestBuilder |
channel(String channel)
Channel to remove star from, or channel where the message to remove star from was posted (used with `timestamp`).
|
StarsRemoveRequest.StarsRemoveRequestBuilder |
file(String file)
File to remove star from.
|
StarsRemoveRequest.StarsRemoveRequestBuilder |
fileComment(String fileComment)
File comment to remove star from.
|
StarsRemoveRequest.StarsRemoveRequestBuilder |
timestamp(String timestamp)
Timestamp of the message to remove star from.
|
StarsRemoveRequest.StarsRemoveRequestBuilder |
token(String token)
Authentication token.
|
String |
toString() |
public StarsRemoveRequest.StarsRemoveRequestBuilder token(String token)
public StarsRemoveRequest.StarsRemoveRequestBuilder file(String file)
public StarsRemoveRequest.StarsRemoveRequestBuilder fileComment(String fileComment)
public StarsRemoveRequest.StarsRemoveRequestBuilder channel(String channel)
public StarsRemoveRequest.StarsRemoveRequestBuilder timestamp(String timestamp)
public StarsRemoveRequest build()
Copyright © 2020. All rights reserved.