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