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