Class ProjectModelPermissionsDeleted
-
- All Implemented Interfaces:
public final class ProjectModelPermissionsDeletedConfirmation payload returned after deleting project model permissions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectModelPermissionsDeleted.BuilderA builder for ProjectModelPermissionsDeleted.
-
Method Summary
Modifier and Type Method Description final Booleandeleted()Whether the project model permissions were deleted. final JsonValue_object_()The object type, which is always project.model_permissions.deleted.final JsonField<Boolean>_deleted()Returns the raw JSON value of deleted. final Map<String, JsonValue>_additionalProperties()final ProjectModelPermissionsDeleted.BuildertoBuilder()final ProjectModelPermissionsDeletedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectModelPermissionsDeleted.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectModelPermissionsDeleted. -
-
Method Detail
-
_object_
final JsonValue _object_()
The object type, which is always
project.model_permissions.deleted.Expected to always return the following:
JsonValue.from("project.model_permissions.deleted")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ProjectModelPermissionsDeleted.Builder toBuilder()
-
validate
final ProjectModelPermissionsDeleted 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 ProjectModelPermissionsDeleted.Builder builder()
Returns a mutable builder for constructing an instance of ProjectModelPermissionsDeleted.
The following fields are required:
.deleted()
-
-
-
-