Class SlackListChannelsPageAsync
-
- All Implemented Interfaces:
public final class SlackListChannelsPageAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSlackListChannelsPageAsync.BuilderA builder for SlackListChannelsPageAsync.
public final classSlackListChannelsPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final Optional<String>nextCursor()Delegates to SlackListChannelsPageResponse, but gracefully handles missing data. final List<SlackListChannelsResponse>slackChannels()Delegates to SlackListChannelsPageResponse, but gracefully handles missing data. final BooleanhasNextPage()final Optional<SlackListChannelsParams>getNextPageParams()final CompletableFuture<Optional<SlackListChannelsPageAsync>>getNextPage()final SlackListChannelsPageAsync.AutoPagerautoPager()final SlackListChannelsParamsparams()The parameters that were used to request this page. final SlackListChannelsPageResponseresponse()The response that this page was parsed from. final SlackListChannelsPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SlackListChannelsPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of SlackListChannelsPageAsync. -
-
Method Detail
-
nextCursor
final Optional<String> nextCursor()
Delegates to SlackListChannelsPageResponse, but gracefully handles missing data.
-
slackChannels
final List<SlackListChannelsResponse> slackChannels()
Delegates to SlackListChannelsPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<SlackListChannelsParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<SlackListChannelsPageAsync>> getNextPage()
-
autoPager
final SlackListChannelsPageAsync.AutoPager autoPager()
-
params
final SlackListChannelsParams params()
The parameters that were used to request this page.
-
response
final SlackListChannelsPageResponse response()
The response that this page was parsed from.
-
toBuilder
final SlackListChannelsPageAsync.Builder toBuilder()
-
builder
final static SlackListChannelsPageAsync.Builder builder()
Returns a mutable builder for constructing an instance of SlackListChannelsPageAsync.
The following fields are required:
.service() .params() .response()
-
-
-
-