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()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()
-
builder
final static BulkRemoveAiTagsResponse.Builder builder()
Returns a mutable builder for constructing an instance of BulkRemoveAiTagsResponse.
-
-
-
-