public class CDMIObjectQueryParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CDMIObjectQueryParams.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
queryParams |
Constructor and Description |
---|
CDMIObjectQueryParams() |
Modifier and Type | Method and Description |
---|---|
CDMIObjectQueryParams |
field(String fieldname)
Get CDMI data object's field value
|
CDMIObjectQueryParams |
metadata()
Get CDMI data object's metadata
|
CDMIObjectQueryParams |
metadata(String prefix)
Get CDMI data object's metadata associated with prefix
|
String |
toString() |
protected String queryParams
public CDMIObjectQueryParams field(String fieldname)
fieldname
- public CDMIObjectQueryParams metadata()
public CDMIObjectQueryParams metadata(String prefix)
prefix
- Copyright © 2009-2013 jclouds. All Rights Reserved.