Package app.knock.api.models.users
Class UserListPageResponse
-
- All Implemented Interfaces:
public final class UserListPageResponseA paginated list of users.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserListPageResponse.BuilderA builder for UserListPageResponse.
-
Method Summary
Modifier and Type Method Description final Optional<List<User>>entries()A list of users. final Optional<PageInfo>pageInfo()Pagination information for a list of resources. final JsonField<List<User>>_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 UserListPageResponse.BuildertoBuilder()final UserListPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UserListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of UserListPageResponse. -
-
Method Detail
-
_entries
final JsonField<List<User>> _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 UserListPageResponse.Builder toBuilder()
-
validate
final UserListPageResponse validate()
-
builder
final static UserListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of UserListPageResponse.
-
-
-
-