Class AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilder
- Enclosing class:
- AdminAppsApprovedListRequest
public static class AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilder extends Object
-
Method Summary
Modifier and Type Method Description AdminAppsApprovedListRequestbuild()AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuildercursor(String cursor)Set cursor to next_cursor returned by the previous call to list items in the next pageAdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilderenterpriseId(String enterpriseId)Org Id.AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilderlimit(Integer limit)The maximum number of items to return.AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuilderteamId(String teamId)Workspace Id.AdminAppsApprovedListRequest.AdminAppsApprovedListRequestBuildertoken(String token)Authentication token bearing required scopes.StringtoString()
-
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.
-
build
-
toString
-