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