Class Audience
-
- All Implemented Interfaces:
public final class Audience
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAudience.BuilderA builder for Audience.
-
Method Summary
Modifier and Type Method Description final Stringid()A unique identifier representing the audience_id final StringcreatedAt()final Stringdescription()A description of the audience final Filterfilter()A single filter to use for filtering final Stringname()The name of the audience final StringupdatedAt()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_createdAt()Returns the raw JSON value of createdAt. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<Filter>_filter()Returns the raw JSON value of filter. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_updatedAt()Returns the raw JSON value of updatedAt. final Map<String, JsonValue>_additionalProperties()final Audience.BuildertoBuilder()final Audiencevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Audience.Builderbuilder()Returns a mutable builder for constructing an instance of Audience. -
-
Method Detail
-
description
final String description()
A description of the audience
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_createdAt
final JsonField<String> _createdAt()
Returns the raw JSON value of createdAt.
Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_filter
final JsonField<Filter> _filter()
Returns the raw JSON value of filter.
Unlike filter, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_updatedAt
final JsonField<String> _updatedAt()
Returns the raw JSON value of updatedAt.
Unlike updatedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Audience.Builder toBuilder()
-
builder
final static Audience.Builder builder()
Returns a mutable builder for constructing an instance of Audience.
The following fields are required:
.id() .createdAt() .description() .filter() .name() .updatedAt()
-
-
-
-