Class AppsManifestCreateRequest
java.lang.Object
com.slack.api.methods.request.apps.manifest.AppsManifestCreateRequest
- All Implemented Interfaces:
SlackApiRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetToken()Returns a token in this request object.inthashCode()voidsetManifest(AppManifestParams manifest) voidsetManifestAsString(String manifestAsString) voidUpdates the token in this request object.toString()
-
Method Details
-
builder
-
getToken
Description copied from interface:SlackApiRequestReturns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getManifest
-
getManifestAsString
-
setToken
Description copied from interface:SlackApiRequestUpdates the token in this request object.The default implementation throws
UnsupportedOperationException. All the built-in implementing classes overrides this method in a proper way.- Specified by:
setTokenin interfaceSlackApiRequest
-
setManifest
-
setManifestAsString
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-