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