Class SubscriptionTopicNew
-
- All Implemented Interfaces:
public final class SubscriptionTopicNew
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubscriptionTopicNew.BuilderA builder for SubscriptionTopicNew.
public final classSubscriptionTopicNew.Status
-
Method Summary
Modifier and Type Method Description final SubscriptionTopicNew.Statusstatus()final Optional<List<ChannelClassification>>customRouting()The default channels to send to this tenant when has_custom_routing is enabled final Optional<Boolean>hasCustomRouting()Override channel routing with custom preferences. final JsonField<SubscriptionTopicNew.Status>_status()Returns the raw JSON value of status. final JsonField<List<ChannelClassification>>_customRouting()Returns the raw JSON value of customRouting. final JsonField<Boolean>_hasCustomRouting()Returns the raw JSON value of hasCustomRouting. final Map<String, JsonValue>_additionalProperties()final SubscriptionTopicNew.BuildertoBuilder()final SubscriptionTopicNewvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SubscriptionTopicNew.Builderbuilder()Returns a mutable builder for constructing an instance of SubscriptionTopicNew. -
-
Method Detail
-
status
final SubscriptionTopicNew.Status status()
-
customRouting
final Optional<List<ChannelClassification>> customRouting()
The default channels to send to this tenant when has_custom_routing is enabled
-
hasCustomRouting
final Optional<Boolean> hasCustomRouting()
Override channel routing with custom preferences. This will override any template preferences that are set, but a user can still customize their preferences
-
_status
final JsonField<SubscriptionTopicNew.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_customRouting
final JsonField<List<ChannelClassification>> _customRouting()
Returns the raw JSON value of customRouting.
Unlike customRouting, this method doesn't throw if the JSON field has an unexpected type.
-
_hasCustomRouting
final JsonField<Boolean> _hasCustomRouting()
Returns the raw JSON value of hasCustomRouting.
Unlike hasCustomRouting, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SubscriptionTopicNew.Builder toBuilder()
-
validate
final SubscriptionTopicNew 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 SubscriptionTopicNew.Builder builder()
Returns a mutable builder for constructing an instance of SubscriptionTopicNew.
The following fields are required:
.status()
-
-
-
-