Class ListPartsResponse (2.62.0)

public final class ListPartsResponse

Represents a response to a list parts request.

Inheritance

Object > ListPartsResponse

Static Methods

builder()

public static ListPartsResponse.Builder builder()

Creates a new Builder for ListPartsResponse objects.

Returns
Type Description
ListPartsResponse.Builder

A new Builder instance.

Methods

bucket()

public String bucket()

Returns the bucket name.

Returns
Type Description
String

the bucket name.

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

key()

public String key()

Returns the object name.

Returns
Type Description
String

the object name.

maxParts()

public int maxParts()

Returns the maximum number of parts to return.

Returns
Type Description
int

the maximum number of parts to return.

nextPartNumberMarker()

public int nextPartNumberMarker()

Returns the next part number marker.

Returns
Type Description
int

the next part number marker.

partNumberMarker()

public int partNumberMarker()

Returns the part number marker.

Returns
Type Description
int

the part number marker.

parts()

public List<Part> parts()

Returns the list of parts.

Returns
Type Description
List<Part>

the list of parts.

storageClass()

public StorageClass storageClass()

Returns the storage class of the object.

Returns
Type Description
StorageClass

the storage class of the object.

toString()

public String toString()
Returns
Type Description
String
Overrides

truncated()

public boolean truncated()

Returns true if the response is truncated.

Returns
Type Description
boolean

true if the response is truncated.

uploadId()

public String uploadId()

Returns the upload ID.

Returns
Type Description
String

the upload ID.