public class TrackEncodingBuilder extends StandardEncodingHelper
parent| Constructor and Description |
|---|
TrackEncodingBuilder(StandardEncodingHelper delegate,
List<PropertiesAndValue> all) |
| Modifier and Type | Method and Description |
|---|---|
EncoderBuilder |
and() |
StandardEncodingHelper |
defaultValue(Integer value) |
StandardEncodingHelper |
defaultValue(MayOverride<Integer> possibleNewValue) |
NamedCharset |
getCharset() |
Integer |
getValue() |
Integer |
getValue(Integer defaultValue) |
boolean |
hasValueOrProperties() |
StandardEncodingHelper |
properties(String... properties) |
void |
setValue(Integer value) |
StandardEncodingHelper |
value(Optional<Integer> optionalValue) |
public TrackEncodingBuilder(StandardEncodingHelper delegate, List<PropertiesAndValue> all)
public StandardEncodingHelper defaultValue(Integer value)
defaultValue in interface ConfigurationValueBuilder<EncoderBuilder,Integer>defaultValue in class ConfigurationValueBuilderHelper<EncoderBuilder,Integer>public StandardEncodingHelper defaultValue(MayOverride<Integer> possibleNewValue)
defaultValue in interface ConfigurationValueBuilder<EncoderBuilder,Integer>defaultValue in class ConfigurationValueBuilderHelper<EncoderBuilder,Integer>public void setValue(Integer value)
setValue in class ConfigurationValueBuilderHelper<EncoderBuilder,Integer>public Integer getValue()
getValue in class ConfigurationValueBuilderHelper<EncoderBuilder,Integer>public Integer getValue(Integer defaultValue)
getValue in class ConfigurationValueBuilderHelper<EncoderBuilder,Integer>public boolean hasValueOrProperties()
hasValueOrProperties in class ConfigurationValueBuilderHelper<EncoderBuilder,Integer>public EncoderBuilder and()
and in interface Parent<EncoderBuilder>and in class AbstractParent<EncoderBuilder>public StandardEncodingHelper value(Optional<Integer> optionalValue)
value in interface ConfigurationValueBuilder<EncoderBuilder,Integer>value in class ConfigurationValueBuilderHelper<EncoderBuilder,Integer>public StandardEncodingHelper properties(String... properties)
properties in interface ConfigurationValueBuilder<EncoderBuilder,Integer>properties in class ConfigurationValueBuilderHelper<EncoderBuilder,Integer>public NamedCharset getCharset()
getCharset in class StandardEncodingHelperCopyright © 2021. All rights reserved.