public class RequestsStub extends com.vmware.vapi.internal.bindings.Stub implements Requests
Requests
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
RequestsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
RequestsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
ServiceQuotaRequest |
get(java.lang.String org,
java.lang.String serviceQuotaRequestId)
Get Service Quota Request by its Id
|
void |
get(java.lang.String org,
java.lang.String serviceQuotaRequestId,
AsyncCallback<ServiceQuotaRequest> asyncCallback)
Get Service Quota Request by its Id
|
void |
get(java.lang.String org,
java.lang.String serviceQuotaRequestId,
AsyncCallback<ServiceQuotaRequest> asyncCallback,
InvocationConfig invocationConfig)
Get Service Quota Request by its Id
|
ServiceQuotaRequest |
get(java.lang.String org,
java.lang.String serviceQuotaRequestId,
InvocationConfig invocationConfig)
Get Service Quota Request by its Id
|
java.util.List<ServiceQuotaRequest> |
list(java.lang.String org)
List all service quota requests of an org
|
void |
list(java.lang.String org,
AsyncCallback<java.util.List<ServiceQuotaRequest>> asyncCallback)
List all service quota requests of an org
|
void |
list(java.lang.String org,
AsyncCallback<java.util.List<ServiceQuotaRequest>> asyncCallback,
InvocationConfig invocationConfig)
List all service quota requests of an org
|
java.util.List<ServiceQuotaRequest> |
list(java.lang.String org,
InvocationConfig invocationConfig)
List all service quota requests of an org
|
public RequestsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public RequestsStub(ApiProvider apiProvider, StubConfigurationBase config)
public ServiceQuotaRequest get(java.lang.String org, java.lang.String serviceQuotaRequestId)
Requests
Synchronous method overload. Result of the invocation will be reported as a method return value.
public ServiceQuotaRequest get(java.lang.String org, java.lang.String serviceQuotaRequestId, InvocationConfig invocationConfig)
Requests
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 serviceQuotaRequestId, AsyncCallback<ServiceQuotaRequest> asyncCallback)
Requests
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.ServiceQuotaRequest
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
public void get(java.lang.String org, java.lang.String serviceQuotaRequestId, AsyncCallback<ServiceQuotaRequest> asyncCallback, InvocationConfig invocationConfig)
Requests
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.ServiceQuotaRequest
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
get
in interface Requests
org
- Organization identifier (required)serviceQuotaRequestId
- The UUID of the service quota request (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public java.util.List<ServiceQuotaRequest> list(java.lang.String org)
Requests
Synchronous method overload. Result of the invocation will be reported as a method return value.
public java.util.List<ServiceQuotaRequest> list(java.lang.String org, InvocationConfig invocationConfig)
Requests
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 list(java.lang.String org, AsyncCallback<java.util.List<ServiceQuotaRequest>> asyncCallback)
Requests
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
public void list(java.lang.String org, AsyncCallback<java.util.List<ServiceQuotaRequest>> asyncCallback, InvocationConfig invocationConfig)
Requests
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden