Package io.imagekit.models.files.bulk
Class BulkAddTagsResponse.Builder
-
- All Implemented Interfaces:
public final class BulkAddTagsResponse.BuilderA builder for BulkAddTagsResponse.
-
-
Method Summary
-
-
Method Detail
-
successfullyUpdatedFileIds
final BulkAddTagsResponse.Builder successfullyUpdatedFileIds(List<String> successfullyUpdatedFileIds)
An array of fileIds that in which tags were successfully added.
-
successfullyUpdatedFileIds
final BulkAddTagsResponse.Builder successfullyUpdatedFileIds(JsonField<List<String>> successfullyUpdatedFileIds)
Sets Builder.successfullyUpdatedFileIds to an arbitrary JSON value.
You should usually call Builder.successfullyUpdatedFileIds with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addSuccessfullyUpdatedFileId
final BulkAddTagsResponse.Builder addSuccessfullyUpdatedFileId(String successfullyUpdatedFileId)
Adds a single String to successfullyUpdatedFileIds.
-
additionalProperties
final BulkAddTagsResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BulkAddTagsResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BulkAddTagsResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BulkAddTagsResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BulkAddTagsResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BulkAddTagsResponse build()
Returns an immutable instance of BulkAddTagsResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-