Package io.imagekit.models.files.bulk
Class BulkDeleteResponse
-
- All Implemented Interfaces:
public final class BulkDeleteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkDeleteResponse.BuilderA builder for BulkDeleteResponse.
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>successfullyDeletedFileIds()An array of fileIds that were successfully deleted. final JsonField<List<String>>_successfullyDeletedFileIds()Returns the raw JSON value of successfullyDeletedFileIds. final Map<String, JsonValue>_additionalProperties()final BulkDeleteResponse.BuildertoBuilder()final BulkDeleteResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BulkDeleteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BulkDeleteResponse. -
-
Method Detail
-
successfullyDeletedFileIds
final Optional<List<String>> successfullyDeletedFileIds()
An array of fileIds that were successfully deleted.
-
_successfullyDeletedFileIds
final JsonField<List<String>> _successfullyDeletedFileIds()
Returns the raw JSON value of successfullyDeletedFileIds.
Unlike successfullyDeletedFileIds, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BulkDeleteResponse.Builder toBuilder()
-
validate
final BulkDeleteResponse 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 BulkDeleteResponse.Builder builder()
Returns a mutable builder for constructing an instance of BulkDeleteResponse.
-
-
-
-