Class AdminAppsClearResolutionRequest
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsClearResolutionRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminAppsClearResolutionRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.apps.clearResolution
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAppId()The id of the app whose resolution you want to clear/undo.StringgetEnterpriseId()The enterprise to clear the app resolution fromStringgetTeamId()The workspace to clear the app resolution fromStringgetToken()Authentication token bearing required scopes.inthashCode()voidsetAppId(String appId)The id of the app whose resolution you want to clear/undo.voidsetEnterpriseId(String enterpriseId)The enterprise to clear the app resolution fromvoidsetTeamId(String teamId)The workspace to clear the app resolution fromvoidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getAppId
The id of the app whose resolution you want to clear/undo. -
getEnterpriseId
The enterprise to clear the app resolution from -
getTeamId
The workspace to clear the app resolution from -
setToken
Authentication token bearing required scopes. -
setAppId
The id of the app whose resolution you want to clear/undo. -
setEnterpriseId
The enterprise to clear the app resolution from -
setTeamId
The workspace to clear the app resolution from -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-