TypeTypes.Info
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
TypeStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
TypeStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.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(com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<TypeTypes.Info>> asyncCallback,
com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a
List of TypeTypes.Info
instances which describe the type support plugins in a Content Library. |
public TypeStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public TypeStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public java.util.List<TypeTypes.Info> list()
Type
List
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 Type
List
of TypeTypes.Info
instances which describe the type support plugins in a Content Library.public java.util.List<TypeTypes.Info> list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Type
List
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 Type
invocationConfig
- Configuration for the method invocation.List
of TypeTypes.Info
instances which describe the type support plugins in a Content Library.public void list(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<TypeTypes.Info>> asyncCallback)
Type
List
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(com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<TypeTypes.Info>> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Type
List
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
.