Package com.courier.models.tenants
Class DefaultPreferences
-
- All Implemented Interfaces:
public final class DefaultPreferences
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDefaultPreferences.BuilderA builder for DefaultPreferences.
public final classDefaultPreferences.Item
-
Method Summary
Modifier and Type Method Description final Optional<List<DefaultPreferences.Item>>items()final JsonField<List<DefaultPreferences.Item>>_items()Returns the raw JSON value of items. final Map<String, JsonValue>_additionalProperties()final DefaultPreferences.BuildertoBuilder()final DefaultPreferencesvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static DefaultPreferences.Builderbuilder()Returns a mutable builder for constructing an instance of DefaultPreferences. -
-
Method Detail
-
items
final Optional<List<DefaultPreferences.Item>> items()
-
_items
final JsonField<List<DefaultPreferences.Item>> _items()
Returns the raw JSON value of items.
Unlike items, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final DefaultPreferences.Builder toBuilder()
-
validate
final DefaultPreferences 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 DefaultPreferences.Builder builder()
Returns a mutable builder for constructing an instance of DefaultPreferences.
-
-
-
-