Class AdminAppsApprovedListRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminAppsApprovedListRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCursor()Set cursor to next_cursor returned by the previous call to list items in the next pageStringgetEnterpriseId()Org Id.IntegergetLimit()The maximum number of items to return.StringgetTeamId()Workspace Id.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetCursor(String cursor)Set cursor to next_cursor returned by the previous call to list items in the next pagevoidsetEnterpriseId(String enterpriseId)Org Id.voidsetLimit(Integer limit)The maximum number of items to return.voidsetTeamId(String teamId)Workspace Id.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getCursor
Set cursor to next_cursor returned by the previous call to list items in the next page -
getLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive. -
getEnterpriseId
Org Id.Note: enterprise_id and team_id cannot be used together. Passing enterprise_id will return the list of org-wide approved apps. Passing team_id will return the apps approved for that specific workspace.
-
getTeamId
Workspace Id.Note: enterprise_id and team_id cannot be used together. Passing enterprise_id will return the list of org-wide approved apps. Passing team_id will return the apps approved for that specific workspace.
-
setToken
Authentication token bearing required scopes. -
setCursor
Set cursor to next_cursor returned by the previous call to list items in the next page -
setLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive. -
setEnterpriseId
Org Id.Note: enterprise_id and team_id cannot be used together. Passing enterprise_id will return the list of org-wide approved apps. Passing team_id will return the apps approved for that specific workspace.
-
setTeamId
Workspace Id.Note: enterprise_id and team_id cannot be used together. Passing enterprise_id will return the list of org-wide approved apps. Passing team_id will return the apps approved for that specific workspace.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-