Class AdminConversationsLookupRequest.AdminConversationsLookupRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsLookupRequest.AdminConversationsLookupRequestBuilder
- Enclosing class:
- AdminConversationsLookupRequest
public static class AdminConversationsLookupRequest.AdminConversationsLookupRequestBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Set cursor to next_cursor returned by the previous call to list items in the next page.lastMessageActivityBefore(Integer lastMessageActivityBefore) Filter by public channels where the most recent message was sent before last_message_activityMaximum number of results Default: 1000maxMemberCount(Integer maxMemberCount) Filter by public channels with member count equal to or less than the specified number Default: 1Array of team IDs to filter byAuthentication token bearing required scopes.toString()
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
lastMessageActivityBefore
public AdminConversationsLookupRequest.AdminConversationsLookupRequestBuilder lastMessageActivityBefore(Integer lastMessageActivityBefore) Filter by public channels where the most recent message was sent before last_message_activity- Returns:
this.
-
teamIds
public AdminConversationsLookupRequest.AdminConversationsLookupRequestBuilder teamIds(List<String> teamIds) Array of team IDs to filter by- Returns:
this.
-
cursor
Set cursor to next_cursor returned by the previous call to list items in the next page.- Returns:
this.
-
limit
Maximum number of results Default: 1000- Returns:
this.
-
maxMemberCount
public AdminConversationsLookupRequest.AdminConversationsLookupRequestBuilder maxMemberCount(Integer maxMemberCount) Filter by public channels with member count equal to or less than the specified number Default: 1- Returns:
this.
-
build
-
toString
-