Record Class AbortMultipartUploadRequest
java.lang.Object
java.lang.Record
io.micronaut.objectstorage.multipart.AbortMultipartUploadRequest
- Record Components:
upload- the multipart upload handle
Multipart upload abort request.
- Since:
- 3.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionAbortMultipartUploadRequest(@NonNull MultipartUploadHandle upload) Compact constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.@NonNull MultipartUploadHandlefinal inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.@NonNull MultipartUploadHandleupload()Returns the value of theuploadrecord component.
-
Constructor Details
-
AbortMultipartUploadRequest
Compact constructor.
-
-
Method Details
-
getUpload
- Returns:
- the multipart upload handle
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
upload
-