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