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()Validates that the types of all values in this object match their expected types recursively. 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()
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 BulkRemoveTagsResponse.Builder builder()
Returns a mutable builder for constructing an instance of BulkRemoveTagsResponse.
-
-
-
-