apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
TosStub(ApiProvider apiProvider,
StubConfigurationBase config) |
TosStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
TermsOfServiceResult |
get(java.lang.String org,
java.lang.String termsId)
Queries for the terms of service of a given org.
|
void |
get(java.lang.String org,
java.lang.String termsId,
AsyncCallback<TermsOfServiceResult> asyncCallback)
Queries for the terms of service of a given org.
|
void |
get(java.lang.String org,
java.lang.String termsId,
AsyncCallback<TermsOfServiceResult> asyncCallback,
InvocationConfig invocationConfig)
Queries for the terms of service of a given org.
|
TermsOfServiceResult |
get(java.lang.String org,
java.lang.String termsId,
InvocationConfig invocationConfig)
Queries for the terms of service of a given org.
|
public TosStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public TosStub(ApiProvider apiProvider, StubConfigurationBase config)
public TermsOfServiceResult get(java.lang.String org, java.lang.String termsId)
Tos
Synchronous method overload. Result of the invocation will be reported as a method return value.
public TermsOfServiceResult get(java.lang.String org, java.lang.String termsId, InvocationConfig invocationConfig)
Tos
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void get(java.lang.String org, java.lang.String termsId, AsyncCallback<TermsOfServiceResult> asyncCallback)
Tos
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.TermsOfServiceResult
Operation Errors:
Unauthorized
- Forbidden
public void get(java.lang.String org, java.lang.String termsId, AsyncCallback<TermsOfServiceResult> asyncCallback, InvocationConfig invocationConfig)
Tos
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.TermsOfServiceResult
Operation Errors:
Unauthorized
- Forbidden
get
in interface Tos
org
- Organization identifier (required)termsId
- The terms of service reference ID to check on. (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.