Package com.courier.models
Class ChannelMetadata
-
- All Implemented Interfaces:
public final class ChannelMetadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChannelMetadata.BuilderA builder for ChannelMetadata.
-
Method Summary
Modifier and Type Method Description final Optional<Utm>utm()final JsonField<Utm>_utm()Returns the raw JSON value of utm. final Map<String, JsonValue>_additionalProperties()final ChannelMetadata.BuildertoBuilder()final ChannelMetadatavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChannelMetadata.Builderbuilder()Returns a mutable builder for constructing an instance of ChannelMetadata. -
-
Method Detail
-
_utm
final JsonField<Utm> _utm()
Returns the raw JSON value of utm.
Unlike utm, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ChannelMetadata.Builder toBuilder()
-
validate
final ChannelMetadata 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 ChannelMetadata.Builder builder()
Returns a mutable builder for constructing an instance of ChannelMetadata.
-
-
-
-