public class GetObjectMetadataOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetObjectMetadataOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.lang.String |
object |
Modifier | Constructor and Description |
---|---|
protected |
GetObjectMetadataOptions(GetObjectMetadataOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
collectionId()
Gets the collectionId.
|
GetObjectMetadataOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
object()
Gets the object.
|
protected java.lang.String collectionId
protected java.lang.String object
protected GetObjectMetadataOptions(GetObjectMetadataOptions.Builder builder)
public GetObjectMetadataOptions.Builder newBuilder()
public java.lang.String collectionId()
The identifier of the collection.
public java.lang.String object()
The name of the object.