Package com.courier.models
Class Rule
-
- All Implemented Interfaces:
public final class Rule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRule.BuilderA builder for Rule.
-
Method Summary
Modifier and Type Method Description final Stringuntil()final Optional<String>start()final JsonField<String>_until()Returns the raw JSON value of until. final JsonField<String>_start()Returns the raw JSON value of start. final Map<String, JsonValue>_additionalProperties()final Rule.BuildertoBuilder()final Rulevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Rule.Builderbuilder()Returns a mutable builder for constructing an instance of Rule. -
-
Method Detail
-
_until
final JsonField<String> _until()
Returns the raw JSON value of until.
Unlike until, this method doesn't throw if the JSON field has an unexpected type.
-
_start
final JsonField<String> _start()
Returns the raw JSON value of start.
Unlike start, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Rule.Builder toBuilder()
-
builder
final static Rule.Builder builder()
Returns a mutable builder for constructing an instance of Rule.
The following fields are required:
.until()
-
-
-
-