Package io.imagekit.models.files.bulk
Class BulkRemoveAiTagsParams.Body
-
- All Implemented Interfaces:
public final class BulkRemoveAiTagsParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkRemoveAiTagsParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<String>aiTags()An array of AITags that you want to remove from the files. final List<String>fileIds()An array of fileIds from which you want to remove AITags. final JsonField<List<String>>_aiTags()Returns the raw JSON value of aiTags. final JsonField<List<String>>_fileIds()Returns the raw JSON value of fileIds. final Map<String, JsonValue>_additionalProperties()final BulkRemoveAiTagsParams.Body.BuildertoBuilder()final BulkRemoveAiTagsParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BulkRemoveAiTagsParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
_aiTags
final JsonField<List<String>> _aiTags()
Returns the raw JSON value of aiTags.
Unlike aiTags, this method doesn't throw if the JSON field has an unexpected type.
-
_fileIds
final JsonField<List<String>> _fileIds()
Returns the raw JSON value of fileIds.
Unlike fileIds, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BulkRemoveAiTagsParams.Body.Builder toBuilder()
-
validate
final BulkRemoveAiTagsParams.Body validate()
-
builder
final static BulkRemoveAiTagsParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.aiTags() .fileIds()
-
-
-
-