Class MessageListPage.Builder
-
- All Implemented Interfaces:
public final class MessageListPage.Builder
A builder for MessageListPage.
-
-
Method Summary
Modifier and Type Method Description final MessageListPage.Builder
service(MessageService service)
final MessageListPage.Builder
params(MessageListParams params)
The parameters that were used to request this page. final MessageListPage.Builder
response(MessageListPageResponse response)
The response that this page was parsed from. final MessageListPage
build()
Returns an immutable instance of MessageListPage. -
-
Method Detail
-
service
final MessageListPage.Builder service(MessageService service)
-
params
final MessageListPage.Builder params(MessageListParams params)
The parameters that were used to request this page.
-
response
final MessageListPage.Builder response(MessageListPageResponse response)
The response that this page was parsed from.
-
build
final MessageListPage build()
Returns an immutable instance of MessageListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-