Class DndEndSnoozeRequest
- java.lang.Object
-
- com.slack.api.methods.request.dnd.DndEndSnoozeRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class DndEndSnoozeRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/dnd.endSnooze
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DndEndSnoozeRequest.DndEndSnoozeRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DndEndSnoozeRequest.DndEndSnoozeRequestBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getToken()
Authentication token.int
hashCode()
void
setToken(String token)
Authentication token.String
toString()
-
-
-
Method Detail
-
builder
public static DndEndSnoozeRequest.DndEndSnoozeRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `dnd:write`- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `dnd:write`- Specified by:
setToken
in interfaceSlackApiRequest
-
canEqual
protected boolean canEqual(Object other)
-
-