|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vmware.vcloud.sdk.VcloudResource<T>
com.vmware.vcloud.sdk.VcloudEntity<com.vmware.vcloud.api.rest.schema.ApiDefinitionType>
com.vmware.vcloud.sdk.ApiDefinition
public class ApiDefinition
Helper class for the api definition in vCloud User API.
| Method Summary | |
|---|---|
static ApiDefinition |
getApiDefinitionById(VcloudClient client,
String vCloudId)
Get Api definition helper using the vCloud ID |
static ApiDefinition |
getApiDefinitionByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
Returns the Api Definition Helper for the given api definition reference |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultFileDescriptorRecordType> |
getFileDescriptorRecords()
Returns all file descriptors references for the API definition. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getServiceReference()
Returns the service reference. |
| Methods inherited from class com.vmware.vcloud.sdk.VcloudEntity |
|---|
getMetadata, getReference, getTasks |
| Methods inherited from class com.vmware.vcloud.sdk.VcloudResource |
|---|
getResource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ApiDefinition getApiDefinitionByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType reference)
throws VCloudException
client - reference -
ApiDefinition
VCloudException
public static ApiDefinition getApiDefinitionById(VcloudClient client,
String vCloudId)
throws VCloudException
client - VcloudClientvCloudId - format - The vCloud ID is of the form: "urn:vcloud:type:uuid". For example:
"urn:vcloud:media:d9d976ba-e0ec-4682-a67d-380af49b54e1". String
ApiDefinition
VCloudException
public RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultFileDescriptorRecordType> getFileDescriptorRecords()
throws VCloudException
RecordResult<QueryResultFileDescriptorRecordType>
VCloudException
public com.vmware.vcloud.api.rest.schema.ReferenceType getServiceReference()
throws VCloudException
ReferenceType
VCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||