Class AdminConversationsLookupRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsLookupRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.lookup
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanSet cursor to next_cursor returned by the previous call to list items in the next page.Filter by public channels where the most recent message was sent before last_message_activitygetLimit()Maximum number of results Default: 1000Filter by public channels with member count equal to or less than the specified number Default: 1Array of team IDs to filter bygetToken()Authentication token bearing required scopes.inthashCode()voidSet cursor to next_cursor returned by the previous call to list items in the next page.voidsetLastMessageActivityBefore(Integer lastMessageActivityBefore) Filter by public channels where the most recent message was sent before last_message_activityvoidMaximum number of results Default: 1000voidsetMaxMemberCount(Integer maxMemberCount) Filter by public channels with member count equal to or less than the specified number Default: 1voidsetTeamIds(List<String> teamIds) Array of team IDs to filter byvoidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getLastMessageActivityBefore
Filter by public channels where the most recent message was sent before last_message_activity -
getTeamIds
Array of team IDs to filter by -
getCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
getLimit
Maximum number of results Default: 1000 -
getMaxMemberCount
Filter by public channels with member count equal to or less than the specified number Default: 1 -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setLastMessageActivityBefore
Filter by public channels where the most recent message was sent before last_message_activity -
setTeamIds
Array of team IDs to filter by -
setCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
setLimit
Maximum number of results Default: 1000 -
setMaxMemberCount
Filter by public channels with member count equal to or less than the specified number Default: 1 -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-