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