Package io.imagekit.models.folders
Class FolderMoveParams.Body
-
- All Implemented Interfaces:
public final class FolderMoveParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFolderMoveParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final StringdestinationPath()Full path to the destination folder where you want to move the source folder into. final StringsourceFolderPath()The full path to the source folder you want to move. final JsonField<String>_destinationPath()Returns the raw JSON value of destinationPath. final JsonField<String>_sourceFolderPath()Returns the raw JSON value of sourceFolderPath. final Map<String, JsonValue>_additionalProperties()final FolderMoveParams.Body.BuildertoBuilder()final FolderMoveParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FolderMoveParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
destinationPath
final String destinationPath()
Full path to the destination folder where you want to move the source folder into.
-
sourceFolderPath
final String sourceFolderPath()
The full path to the source folder you want to move.
-
_destinationPath
final JsonField<String> _destinationPath()
Returns the raw JSON value of destinationPath.
Unlike destinationPath, this method doesn't throw if the JSON field has an unexpected type.
-
_sourceFolderPath
final JsonField<String> _sourceFolderPath()
Returns the raw JSON value of sourceFolderPath.
Unlike sourceFolderPath, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FolderMoveParams.Body.Builder toBuilder()
-
validate
final FolderMoveParams.Body 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 FolderMoveParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.destinationPath() .sourceFolderPath()
-
-
-
-