Class AdminAppsApprovedListRequest
- All Implemented Interfaces:
SlackApiRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanLimit the results to only include certified apps.Set cursor to next_cursor returned by the previous call to list items in the next pageOrg Id.getLimit()The maximum number of items to return.Workspace Id.getToken()Authentication token bearing required scopes.inthashCode()voidsetCertified(Boolean certified) Limit the results to only include certified apps.voidSet cursor to next_cursor returned by the previous call to list items in the next pagevoidsetEnterpriseId(String enterpriseId) Org Id.voidThe maximum number of items to return.voidWorkspace Id.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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.
-
getCertified
Limit the results to only include certified apps. When false, no certified apps will appear in the result -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
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.
-
setCertified
Limit the results to only include certified apps. When false, no certified apps will appear in the result -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-