Class SlackListChannelsPageAsync.Builder
-
- All Implemented Interfaces:
public final class SlackListChannelsPageAsync.BuilderA builder for SlackListChannelsPageAsync.
-
-
Method Summary
Modifier and Type Method Description final SlackListChannelsPageAsync.Builderservice(SlackServiceAsync service)final SlackListChannelsPageAsync.Builderparams(SlackListChannelsParams params)The parameters that were used to request this page. final SlackListChannelsPageAsync.Builderresponse(SlackListChannelsPageResponse response)The response that this page was parsed from. final SlackListChannelsPageAsyncbuild()Returns an immutable instance of SlackListChannelsPageAsync. -
-
Method Detail
-
service
final SlackListChannelsPageAsync.Builder service(SlackServiceAsync service)
-
params
final SlackListChannelsPageAsync.Builder params(SlackListChannelsParams params)
The parameters that were used to request this page.
-
response
final SlackListChannelsPageAsync.Builder response(SlackListChannelsPageResponse response)
The response that this page was parsed from.
-
build
final SlackListChannelsPageAsync build()
Returns an immutable instance of SlackListChannelsPageAsync.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-