Package app.knock.api.models.messages
Class MessageListEventsPageAsync.Builder
-
- All Implemented Interfaces:
public final class MessageListEventsPageAsync.BuilderA builder for MessageListEventsPageAsync.
-
-
Method Summary
Modifier and Type Method Description final MessageListEventsPageAsync.Builderservice(MessageServiceAsync service)final MessageListEventsPageAsync.Builderparams(MessageListEventsParams params)The parameters that were used to request this page. final MessageListEventsPageAsync.Builderresponse(MessageListEventsPageResponse response)The response that this page was parsed from. final MessageListEventsPageAsyncbuild()Returns an immutable instance of MessageListEventsPageAsync. -
-
Method Detail
-
service
final MessageListEventsPageAsync.Builder service(MessageServiceAsync service)
-
params
final MessageListEventsPageAsync.Builder params(MessageListEventsParams params)
The parameters that were used to request this page.
-
response
final MessageListEventsPageAsync.Builder response(MessageListEventsPageResponse response)
The response that this page was parsed from.
-
build
final MessageListEventsPageAsync build()
Returns an immutable instance of MessageListEventsPageAsync.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-