public class ProductCatalogStub extends com.vmware.vapi.internal.bindings.Stub implements ProductCatalog
ProductCatalog
API service.
WARNING: Internal class, subject to change in future versions.
ProductCatalogTypes.Summary
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ProductCatalogStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ProductCatalogStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ProductCatalogTypes.Summary> |
list()
Retrieves a list of all VMware products that can be associated with vCenter
Server.
|
void |
list(AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback)
Retrieves a list of all VMware products that can be associated with vCenter
Server.
|
void |
list(AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
Retrieves a list of all VMware products that can be associated with vCenter
Server.
|
java.util.List<ProductCatalogTypes.Summary> |
list(InvocationConfig invocationConfig)
Retrieves a list of all VMware products that can be associated with vCenter
Server.
|
public ProductCatalogStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ProductCatalogStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<ProductCatalogTypes.Summary> list()
ProductCatalog
Synchronous method overload. Result of the invocation will be reported as a method return value.
list
in interface ProductCatalog
public java.util.List<ProductCatalogTypes.Summary> list(InvocationConfig invocationConfig)
ProductCatalog
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
list
in interface ProductCatalog
invocationConfig
- Configuration for the method invocation.public void list(AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback)
ProductCatalog
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
List of all the VMware products which can be associated with vCenter Server
Operation Errors:
Unauthenticated
- if the user can not be authenticated.
Error
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
list
in interface ProductCatalog
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void list(AsyncCallback<java.util.List<ProductCatalogTypes.Summary>> asyncCallback, InvocationConfig invocationConfig)
ProductCatalog
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
List of all the VMware products which can be associated with vCenter Server
Operation Errors:
Unauthenticated
- if the user can not be authenticated.
Error
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
list
in interface ProductCatalog
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.