Class CanvasesAccessSetRequest
java.lang.Object
com.slack.api.methods.request.canvases.access.CanvasesAccessSetRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/canvases.access.set
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetToken()Authentication token bearing required scopes.inthashCode()voidsetAccessLevel(String accessLevel) voidsetCanvasId(String canvasId) voidsetChannelIds(List<String> channelIds) voidAuthentication token bearing required scopes.voidsetUserIds(List<String> userIds) toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getCanvasId
-
getAccessLevel
-
getChannelIds
-
getUserIds
-
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setCanvasId
-
setAccessLevel
-
setChannelIds
-
setUserIds
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-