Uses of Class
com.vmware.nsx_policy.model.BatchRequest
-
Packages that use BatchRequest Package Description com.vmware.nsx_policy com.vmware.nsx_policy.model -
-
Uses of BatchRequest in com.vmware.nsx_policy
Methods in com.vmware.nsx_policy with parameters of type BatchRequest Modifier and Type Method Description BatchResponseBatch. create(BatchRequest batchRequest, java.lang.Boolean atomic)Deprecated.voidBatch. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback)Deprecated.voidBatch. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.BatchResponseBatch. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.BatchResponseBatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic)voidBatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback)voidBatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)BatchResponseBatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of BatchRequest in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BatchRequest Modifier and Type Method Description static BatchRequestBatchRequest. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static BatchRequestBatchRequest. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.BatchRequestBatchRequest.Builder. build()
-