Class UserProfileListPageResponse
-
- All Implemented Interfaces:
public final class UserProfileListPageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserProfileListPageResponse.BuilderA builder for UserProfileListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<BetaUserProfile>data()User profiles on this page. final Optional<String>nextPage()Cursor for the next page, or nullwhen there are no more results.final JsonField<List<BetaUserProfile>>_data()Returns the raw JSON value of data. final JsonField<String>_nextPage()Returns the raw JSON value of nextPage. final Map<String, JsonValue>_additionalProperties()final UserProfileListPageResponse.BuildertoBuilder()final UserProfileListPageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UserProfileListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of UserProfileListPageResponse. -
-
Method Detail
-
data
final List<BetaUserProfile> data()
User profiles on this page.
-
nextPage
final Optional<String> nextPage()
Cursor for the next page, or
nullwhen there are no more results.
-
_data
final JsonField<List<BetaUserProfile>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_nextPage
final JsonField<String> _nextPage()
Returns the raw JSON value of nextPage.
Unlike nextPage, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UserProfileListPageResponse.Builder toBuilder()
-
validate
final UserProfileListPageResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static UserProfileListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of UserProfileListPageResponse.
The following fields are required:
.data() .nextPage()
-
-
-
-