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