Package io.imagekit.models.files.bulk
Class BulkRemoveTagsResponse
-
- All Implemented Interfaces:
public final class BulkRemoveTagsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkRemoveTagsResponse.BuilderA builder for BulkRemoveTagsResponse.
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>successfullyUpdatedFileIds()An array of fileIds that in which tags were successfully removed. final JsonField<List<String>>_successfullyUpdatedFileIds()Returns the raw JSON value of successfullyUpdatedFileIds. final Map<String, JsonValue>_additionalProperties()final BulkRemoveTagsResponse.BuildertoBuilder()final BulkRemoveTagsResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BulkRemoveTagsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BulkRemoveTagsResponse. -
-
Method Detail
-
successfullyUpdatedFileIds
final Optional<List<String>> successfullyUpdatedFileIds()
An array of fileIds that in which tags 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 BulkRemoveTagsResponse.Builder toBuilder()
-
validate
final BulkRemoveTagsResponse validate()
-
builder
final static BulkRemoveTagsResponse.Builder builder()
Returns a mutable builder for constructing an instance of BulkRemoveTagsResponse.
-
-
-
-