Package app.knock.api.models.audiences
Class AudienceListMembersResponse
-
- All Implemented Interfaces:
public final class AudienceListMembersResponseA paginated list of audience members.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAudienceListMembersResponse.BuilderA builder for AudienceListMembersResponse.
-
Method Summary
Modifier and Type Method Description final List<AudienceMember>entries()A list of audience members. final PageInfopageInfo()Pagination information for a list of resources. final JsonField<List<AudienceMember>>_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 AudienceListMembersResponse.BuildertoBuilder()final AudienceListMembersResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AudienceListMembersResponse.Builderbuilder()Returns a mutable builder for constructing an instance of AudienceListMembersResponse. -
-
Method Detail
-
entries
final List<AudienceMember> entries()
A list of audience members.
-
_entries
final JsonField<List<AudienceMember>> _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 AudienceListMembersResponse.Builder toBuilder()
-
validate
final AudienceListMembersResponse validate()
-
builder
final static AudienceListMembersResponse.Builder builder()
Returns a mutable builder for constructing an instance of AudienceListMembersResponse.
The following fields are required:
.entries() .pageInfo()
-
-
-
-