Class JourneyVersionItem
-
- All Implemented Interfaces:
public final class JourneyVersionItemA published version of a journey.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneyVersionItem.BuilderA builder for JourneyVersionItem.
-
Method Summary
Modifier and Type Method Description final Optional<Long>created()final Optional<String>creator()final Stringname()final Optional<Long>published()final Stringversion()final JsonField<Long>_created()Returns the raw JSON value of created. final JsonField<String>_creator()Returns the raw JSON value of creator. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<Long>_published()Returns the raw JSON value of published. final JsonField<String>_version()Returns the raw JSON value of version. final Map<String, JsonValue>_additionalProperties()final JourneyVersionItem.BuildertoBuilder()final JourneyVersionItemvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JourneyVersionItem.Builderbuilder()Returns a mutable builder for constructing an instance of JourneyVersionItem. -
-
Method Detail
-
_created
final JsonField<Long> _created()
Returns the raw JSON value of created.
Unlike created, this method doesn't throw if the JSON field has an unexpected type.
-
_creator
final JsonField<String> _creator()
Returns the raw JSON value of creator.
Unlike creator, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_published
final JsonField<Long> _published()
Returns the raw JSON value of published.
Unlike published, this method doesn't throw if the JSON field has an unexpected type.
-
_version
final JsonField<String> _version()
Returns the raw JSON value of version.
Unlike version, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JourneyVersionItem.Builder toBuilder()
-
validate
final JourneyVersionItem 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 JourneyVersionItem.Builder builder()
Returns a mutable builder for constructing an instance of JourneyVersionItem.
The following fields are required:
.created() .creator() .name() .published() .version()
-
-
-
-