public static class PlanCollection.Builder extends Object
PlanCollection.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PlanCollection |
build()
Builds a new
PlanCollection object using the set fields. |
PlanCollection.Builder |
links(List<LinkDescription> links)
Setter for links.
|
PlanCollection.Builder |
plans(List<BillingPlan> plans)
Setter for plans.
|
PlanCollection.Builder |
totalItems(Integer totalItems)
Setter for totalItems.
|
PlanCollection.Builder |
totalPages(Integer totalPages)
Setter for totalPages.
|
public PlanCollection.Builder plans(List<BillingPlan> plans)
plans - List of BillingPlan value for plans.public PlanCollection.Builder totalItems(Integer totalItems)
totalItems - Integer value for totalItems.public PlanCollection.Builder totalPages(Integer totalPages)
totalPages - Integer value for totalPages.public PlanCollection.Builder links(List<LinkDescription> links)
links - List of LinkDescription value for links.public PlanCollection build()
PlanCollection object using the set fields.PlanCollectionCopyright © 2026. All rights reserved.