Class PreferenceSetChannelTypeSetting
-
- All Implemented Interfaces:
public final class PreferenceSetChannelTypeSettingA set of settings for a channel type. Currently, this can only be a list of conditions to apply.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPreferenceSetChannelTypeSetting.BuilderA builder for PreferenceSetChannelTypeSetting.
-
Method Summary
Modifier and Type Method Description final List<Condition>conditions()A list of conditions to apply to a channel type. final JsonField<List<Condition>>_conditions()Returns the raw JSON value of conditions. final Map<String, JsonValue>_additionalProperties()final PreferenceSetChannelTypeSetting.BuildertoBuilder()final PreferenceSetChannelTypeSettingvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PreferenceSetChannelTypeSetting.Builderbuilder()Returns a mutable builder for constructing an instance of PreferenceSetChannelTypeSetting. -
-
Method Detail
-
conditions
final List<Condition> conditions()
A list of conditions to apply to a channel type.
-
_conditions
final JsonField<List<Condition>> _conditions()
Returns the raw JSON value of conditions.
Unlike conditions, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PreferenceSetChannelTypeSetting.Builder toBuilder()
-
validate
final PreferenceSetChannelTypeSetting validate()
-
builder
final static PreferenceSetChannelTypeSetting.Builder builder()
Returns a mutable builder for constructing an instance of PreferenceSetChannelTypeSetting.
The following fields are required:
.conditions()
-
-
-
-