Class AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilder
- Enclosing class:
- AdminAppsApprovedListRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Limit the results to only include certified apps.Set cursor to next_cursor returned by the previous call to list items in the next pageenterpriseId(String enterpriseId) Org Id.The maximum number of items to return.Workspace Id.Authentication token bearing required scopes.toString()
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
cursor
Set cursor to next_cursor returned by the previous call to list items in the next page- Returns:
this.
-
limit
The maximum number of items to return. Must be between 1 - 1000 both inclusive.- Returns:
this.
-
enterpriseId
public AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilder enterpriseId(String enterpriseId) 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.
- Returns:
this.
-
teamId
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.
- Returns:
this.
-
certified
public AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilder certified(Boolean certified) Limit the results to only include certified apps. When false, no certified apps will appear in the result- Returns:
this.
-
build
-
toString
-