public class AccountLinkStub extends com.vmware.vapi.internal.bindings.Stub implements AccountLink
AccountLink
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
AccountLinkStub(ApiProvider apiProvider,
StubConfigurationBase config) |
AccountLinkStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
LinkRequest |
get(java.lang.String org)
Gets a link that can be used on a customer's account to start the linking
process.
|
void |
get(java.lang.String org,
AsyncCallback<LinkRequest> asyncCallback)
Gets a link that can be used on a customer's account to start the linking
process.
|
void |
get(java.lang.String org,
AsyncCallback<LinkRequest> asyncCallback,
InvocationConfig invocationConfig)
Gets a link that can be used on a customer's account to start the linking
process.
|
LinkRequest |
get(java.lang.String org,
InvocationConfig invocationConfig)
Gets a link that can be used on a customer's account to start the linking
process.
|
public AccountLinkStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public AccountLinkStub(ApiProvider apiProvider, StubConfigurationBase config)
public LinkRequest get(java.lang.String org)
AccountLink
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface AccountLink
org
- Organization identifier (required)public LinkRequest get(java.lang.String org, InvocationConfig invocationConfig)
AccountLink
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface AccountLink
org
- Organization identifier (required)invocationConfig
- Configuration for the method invocation.public void get(java.lang.String org, AsyncCallback<LinkRequest> asyncCallback)
AccountLink
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.LinkRequest
Operation Errors:
Error
- Generic Error
get
in interface AccountLink
org
- Organization identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String org, AsyncCallback<LinkRequest> asyncCallback, InvocationConfig invocationConfig)
AccountLink
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:
com.vmware.vmc.model.LinkRequest
Operation Errors:
Error
- Generic Error
get
in interface AccountLink
org
- Organization identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.