Package io.imagekit.models.folders
Class FolderCopyResponse.Builder
-
- All Implemented Interfaces:
public final class FolderCopyResponse.BuilderA builder for FolderCopyResponse.
-
-
Method Summary
Modifier and Type Method Description final FolderCopyResponse.BuilderjobId(String jobId)Unique identifier of the bulk job. final FolderCopyResponse.BuilderjobId(JsonField<String> jobId)Sets Builder.jobId to an arbitrary JSON value. final FolderCopyResponse.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final FolderCopyResponse.BuilderputAdditionalProperty(String key, JsonValue value)final FolderCopyResponse.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final FolderCopyResponse.BuilderremoveAdditionalProperty(String key)final FolderCopyResponse.BuilderremoveAllAdditionalProperties(Set<String> keys)final FolderCopyResponsebuild()Returns an immutable instance of FolderCopyResponse. -
-
Method Detail
-
jobId
final FolderCopyResponse.Builder jobId(String jobId)
Unique identifier of the bulk job. This can be used to check the status of the bulk job.
-
jobId
final FolderCopyResponse.Builder jobId(JsonField<String> jobId)
Sets Builder.jobId to an arbitrary JSON value.
You should usually call Builder.jobId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final FolderCopyResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FolderCopyResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FolderCopyResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FolderCopyResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FolderCopyResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FolderCopyResponse build()
Returns an immutable instance of FolderCopyResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.jobId()
-
-
-
-