Class AdminWorkflowsCollaboratorsAddRequest
java.lang.Object
com.slack.api.methods.request.admin.workflows.AdminWorkflowsCollaboratorsAddRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.workflows.collaborators.add
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetToken()Authentication token bearing required scopes.inthashCode()voidsetCollaboratorIds(List<String> collaboratorIds) voidAuthentication token bearing required scopes.voidsetWorkflowIds(List<String> workflowIds) toString()
-
Method Details
-
builder
public static AdminWorkflowsCollaboratorsAddRequest.AdminWorkflowsCollaboratorsAddRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getCollaboratorIds
-
getWorkflowIds
-
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setCollaboratorIds
-
setWorkflowIds
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-