Package app.knock.api.models.tenants
Class TenantListPageResponse
-
- All Implemented Interfaces:
public final class TenantListPageResponseA response containing a list of tenants.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenantListPageResponse.BuilderA builder for TenantListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<Tenant>entries()A list of tenants. final PageInfopageInfo()Pagination information for a list of resources. final JsonField<List<Tenant>>_entries()Returns the raw JSON value of entries. final JsonField<PageInfo>_pageInfo()Returns the raw JSON value of pageInfo. final Map<String, JsonValue>_additionalProperties()final TenantListPageResponse.BuildertoBuilder()final TenantListPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TenantListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of TenantListPageResponse. -
-
Method Detail
-
_entries
final JsonField<List<Tenant>> _entries()
Returns the raw JSON value of entries.
Unlike entries, this method doesn't throw if the JSON field has an unexpected type.
-
_pageInfo
final JsonField<PageInfo> _pageInfo()
Returns the raw JSON value of pageInfo.
Unlike pageInfo, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TenantListPageResponse.Builder toBuilder()
-
validate
final TenantListPageResponse validate()
-
builder
final static TenantListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of TenantListPageResponse.
The following fields are required:
.entries() .pageInfo()
-
-
-
-