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