Class DeletedSkillVersion
-
- All Implemented Interfaces:
public final class DeletedSkillVersion
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeletedSkillVersion.BuilderA builder for DeletedSkillVersion.
-
Method Summary
Modifier and Type Method Description final Stringid()final Booleandeleted()final JsonValue_object_()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("skill.version.deleted")final Stringversion()The deleted skill version. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Boolean>_deleted()Returns the raw JSON value of deleted. final JsonField<String>_version()Returns the raw JSON value of version. final Map<String, JsonValue>_additionalProperties()final DeletedSkillVersion.BuildertoBuilder()final DeletedSkillVersionvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static DeletedSkillVersion.Builderbuilder()Returns a mutable builder for constructing an instance of DeletedSkillVersion. -
-
Method Detail
-
_object_
final JsonValue _object_()
Expected to always return the following:
JsonValue.from("skill.version.deleted")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_deleted
final JsonField<Boolean> _deleted()
Returns the raw JSON value of deleted.
Unlike deleted, 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 DeletedSkillVersion.Builder toBuilder()
-
validate
final DeletedSkillVersion 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 DeletedSkillVersion.Builder builder()
Returns a mutable builder for constructing an instance of DeletedSkillVersion.
The following fields are required:
.id() .deleted() .version()
-
-
-
-