TypeTypes.InfoapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
TypeStub(ApiProvider apiProvider,
StubConfigurationBase config) |
TypeStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TypeTypes.Info> |
list()
Returns a
List of TypeTypes.Info
instances which describe the type support plugins in a Content Library. |
void |
list(AsyncCallback<java.util.List<TypeTypes.Info>> asyncCallback)
Returns a
List of TypeTypes.Info
instances which describe the type support plugins in a Content Library. |
void |
list(AsyncCallback<java.util.List<TypeTypes.Info>> asyncCallback,
InvocationConfig invocationConfig)
Returns a
List of TypeTypes.Info
instances which describe the type support plugins in a Content Library. |
java.util.List<TypeTypes.Info> |
list(InvocationConfig invocationConfig)
Returns a
List of TypeTypes.Info
instances which describe the type support plugins in a Content Library. |
public TypeStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public TypeStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<TypeTypes.Info> list()
TypeList of TypeTypes.Info
instances which describe the type support plugins in a Content Library.
Synchronous method overload. Result of the invocation will be reported as a method return value.
list in interface TypeList of TypeTypes.Info
instances which describe the type support plugins in a Content Library.public java.util.List<TypeTypes.Info> list(InvocationConfig invocationConfig)
TypeList of TypeTypes.Info
instances which describe the type support plugins in a Content Library.
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 TypeinvocationConfig - Configuration for the method invocation.List of TypeTypes.Info
instances which describe the type support plugins in a Content Library.public void list(AsyncCallback<java.util.List<TypeTypes.Info>> asyncCallback)
TypeList of TypeTypes.Info
instances which describe the type support plugins in a Content Library.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
The List of TypeTypes.Info
instances which describe the type support plugins in a Content Library.
Operation Errors:
Unauthorized - if you do not have all of the privileges described as follows:
ContentLibrary.TypeIntrospection. public void list(AsyncCallback<java.util.List<TypeTypes.Info>> asyncCallback, InvocationConfig invocationConfig)
TypeList of TypeTypes.Info
instances which describe the type support plugins in a Content Library.
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:
The List of TypeTypes.Info
instances which describe the type support plugins in a Content Library.
Operation Errors:
Unauthorized - if you do not have all of the privileges described as follows:
ContentLibrary.TypeIntrospection.