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