Class VersionDeleteResponse
-
- All Implemented Interfaces:
public final class VersionDeleteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVersionDeleteResponse.BuilderA builder for VersionDeleteResponse.
-
Method Summary
Modifier and Type Method Description final Stringid()Version identifier for the skill. final Stringtype()Deleted object type. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final VersionDeleteResponse.BuildertoBuilder()final VersionDeleteResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VersionDeleteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of VersionDeleteResponse. -
-
Method Detail
-
id
final String id()
Version identifier for the skill.
Each version is identified by a Unix epoch timestamp (e.g., "1759178010641129").
-
type
final String type()
Deleted object type.
For Skill Versions, this is always
"skill_version_deleted".
-
_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.
-
_type
final JsonField<String> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VersionDeleteResponse.Builder toBuilder()
-
validate
final VersionDeleteResponse validate()
-
builder
final static VersionDeleteResponse.Builder builder()
Returns a mutable builder for constructing an instance of VersionDeleteResponse.
The following fields are required:
.id() .type()
-
-
-
-