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