public class ResourceStub extends com.vmware.vapi.internal.bindings.Stub implements Resource
Resource
API service.
WARNING: Internal API, subject to change in future versions.
RESOURCE_TYPE| Constructor and Description |
|---|
ResourceStub(ApiProvider apiProvider,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
list()
Returns the set of resource types present across all the service elements
contained in all the package elements.
|
void |
list(AsyncCallback<Set<String>> asyncCallback)
Returns the set of resource types present across all the service elements
contained in all the package elements.
|
void |
list(AsyncCallback<Set<String>> asyncCallback,
InvocationConfig invocationConfig)
Returns the set of resource types present across all the service elements
contained in all the package elements.
|
Set<String> |
list(InvocationConfig invocationConfig)
Returns the set of resource types present across all the service elements
contained in all the package elements.
|
public ResourceStub(ApiProvider apiProvider, StubConfigurationBase config)
public Set<String> list()
ResourceSynchronous method overload. Result of the invocation will be reported as a method return value.
public Set<String> list(InvocationConfig invocationConfig)
ResourceSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void list(AsyncCallback<Set<String>> asyncCallback)
ResourceAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
Set of resource types
The return value will contain identifiers for the resource type: com.vmware.vapi.resource.
public void list(AsyncCallback<Set<String>> asyncCallback, InvocationConfig invocationConfig)
ResourceAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
Set of resource types
The return value will contain identifiers for the resource type: com.vmware.vapi.resource.
Copyright © 2016. All Rights Reserved.