Class PreferenceSetChannelTypes.Http
-
- All Implemented Interfaces:
public final class PreferenceSetChannelTypes.HttpWhether the channel type is enabled for the preference set.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfacePreferenceSetChannelTypes.Http.VisitorAn interface that defines how to map each variant of Http to a value of type T.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>bool()final Optional<PreferenceSetChannelTypeSetting>preferenceSetChannelTypeSetting()A set of settings for a channel type. final BooleanisBool()final BooleanisPreferenceSetChannelTypeSetting()final BooleanasBool()final PreferenceSetChannelTypeSettingasPreferenceSetChannelTypeSetting()A set of settings for a channel type. final Optional<JsonValue>_json()final <T extends Any> Taccept(PreferenceSetChannelTypes.Http.Visitor<T> visitor)final PreferenceSetChannelTypes.Httpvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PreferenceSetChannelTypes.HttpofBool(Boolean bool)final static PreferenceSetChannelTypes.HttpofPreferenceSetChannelTypeSetting(PreferenceSetChannelTypeSetting preferenceSetChannelTypeSetting)A set of settings for a channel type. -
-
Method Detail
-
preferenceSetChannelTypeSetting
final Optional<PreferenceSetChannelTypeSetting> preferenceSetChannelTypeSetting()
A set of settings for a channel type. Currently, this can only be a list of conditions to apply.
-
isPreferenceSetChannelTypeSetting
final Boolean isPreferenceSetChannelTypeSetting()
-
asPreferenceSetChannelTypeSetting
final PreferenceSetChannelTypeSetting asPreferenceSetChannelTypeSetting()
A set of settings for a channel type. Currently, this can only be a list of conditions to apply.
-
accept
final <T extends Any> T accept(PreferenceSetChannelTypes.Http.Visitor<T> visitor)
-
validate
final PreferenceSetChannelTypes.Http validate()
-
ofBool
final static PreferenceSetChannelTypes.Http ofBool(Boolean bool)
-
ofPreferenceSetChannelTypeSetting
final static PreferenceSetChannelTypes.Http ofPreferenceSetChannelTypeSetting(PreferenceSetChannelTypeSetting preferenceSetChannelTypeSetting)
A set of settings for a channel type. Currently, this can only be a list of conditions to apply.
-
-
-
-