TypeTypes.Info
apiProvider, 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 this 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 this 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 this Content Library. |
java.util.List<TypeTypes.Info> |
list(InvocationConfig invocationConfig)
Returns a
List of TypeTypes.Info
instances which describe the type support plugins in this 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()
Type
List
of TypeTypes.Info
instances which describe the type support plugins in this 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 this Content Library.public java.util.List<TypeTypes.Info> list(InvocationConfig invocationConfig)
Type
List
of TypeTypes.Info
instances which describe the type support plugins in this 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 this Content Library.public void list(AsyncCallback<java.util.List<TypeTypes.Info>> asyncCallback)
Type
List
of TypeTypes.Info
instances which describe the type support plugins in this 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 this 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)
Type
List
of TypeTypes.Info
instances which describe the type support plugins in this 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 this Content Library.
Operation Errors:
Unauthorized
- if you do not have all of the privileges described as follows:
ContentLibrary.TypeIntrospection
.