Package io.imagekit.models.folders
Class FolderRenameResponse
-
- All Implemented Interfaces:
public final class FolderRenameResponseJob submitted successfully. A
jobIdwill be returned.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFolderRenameResponse.BuilderA builder for FolderRenameResponse.
-
Method Summary
Modifier and Type Method Description final StringjobId()Unique identifier of the bulk job. final JsonField<String>_jobId()Returns the raw JSON value of jobId. final Map<String, JsonValue>_additionalProperties()final FolderRenameResponse.BuildertoBuilder()final FolderRenameResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FolderRenameResponse.Builderbuilder()Returns a mutable builder for constructing an instance of FolderRenameResponse. -
-
Method Detail
-
jobId
final String jobId()
Unique identifier of the bulk job. This can be used to check the status of the bulk job.
-
_jobId
final JsonField<String> _jobId()
Returns the raw JSON value of jobId.
Unlike jobId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FolderRenameResponse.Builder toBuilder()
-
validate
final FolderRenameResponse 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 FolderRenameResponse.Builder builder()
Returns a mutable builder for constructing an instance of FolderRenameResponse.
The following fields are required:
.jobId()
-
-
-
-