Class AdminAppsConfigSetRequest
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsConfigSetRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.apps.config.set
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetAppId()getToken()Authentication token bearing required scopes.inthashCode()voidvoidsetDomainRestrictions(AppConfig.DomainRestrictions domainRestrictions) voidAuthentication token bearing required scopes.voidsetWorkflowAuthStrategy(String workflowAuthStrategy) toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getAppId
-
getDomainRestrictions
-
getWorkflowAuthStrategy
-
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setAppId
-
setDomainRestrictions
-
setWorkflowAuthStrategy
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-