Class MessageProvidersType
-
- All Implemented Interfaces:
public final class MessageProvidersType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageProvidersType.BuilderA builder for MessageProvidersType.
public final classMessageProvidersType.OverrideProvider-specific overrides.
-
Method Summary
Modifier and Type Method Description final Optional<String>if_()JS conditional with access to data/profile. final Optional<Metadata>metadata()final Optional<MessageProvidersType.Override>override()Provider-specific overrides. final Optional<Long>timeouts()final JsonField<String>_if_()Returns the raw JSON value of if_. final JsonField<Metadata>_metadata()Returns the raw JSON value of metadata. final JsonField<MessageProvidersType.Override>_override()Returns the raw JSON value of override. final JsonField<Long>_timeouts()Returns the raw JSON value of timeouts. final Map<String, JsonValue>_additionalProperties()final MessageProvidersType.BuildertoBuilder()final MessageProvidersTypevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageProvidersType.Builderbuilder()Returns a mutable builder for constructing an instance of MessageProvidersType. -
-
Method Detail
-
override
final Optional<MessageProvidersType.Override> override()
Provider-specific overrides.
-
_if_
final JsonField<String> _if_()
Returns the raw JSON value of if_.
Unlike if_, this method doesn't throw if the JSON field has an unexpected type.
-
_metadata
final JsonField<Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_override
final JsonField<MessageProvidersType.Override> _override()
Returns the raw JSON value of override.
Unlike override, this method doesn't throw if the JSON field has an unexpected type.
-
_timeouts
final JsonField<Long> _timeouts()
Returns the raw JSON value of timeouts.
Unlike timeouts, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MessageProvidersType.Builder toBuilder()
-
validate
final MessageProvidersType 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 MessageProvidersType.Builder builder()
Returns a mutable builder for constructing an instance of MessageProvidersType.
-
-
-
-