public final class ContainerListingDetails extends Object
ServiceURL object). This type is immutable to ensure thread-safety of
requests, so changing the details for a different listing operation requires construction of a new object. Null may
be passed if none of the options are desirable.| Modifier and Type | Field and Description |
|---|---|
static ContainerListingDetails |
NONE
An object indicating that no extra details should be returned.
|
| Constructor and Description |
|---|
ContainerListingDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
metadata()
Whether metadata should be returned.
|
ContainerListingDetails |
withMetadata(boolean metadata)
Whether metadata should be returned.
|
public static final ContainerListingDetails NONE
public boolean metadata()
public ContainerListingDetails withMetadata(boolean metadata)
This documentation was released into the public domain.