Uses of Class
com.vmware.nsx_policy.model.BatchRequestItem.Builder
-
Packages that use BatchRequestItem.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of BatchRequestItem.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BatchRequestItem.Builder Modifier and Type Method Description BatchRequestItem.BuilderBatchRequestItem.Builder. setBody(com.vmware.vapi.bindings.Structure body)BatchRequestItem.BuilderBatchRequestItem.Builder. setMethod(java.lang.String method)Possible values are:BatchRequestItem.METHOD_GETBatchRequestItem.METHOD_POSTBatchRequestItem.METHOD_PUTBatchRequestItem.METHOD_DELETEBatchRequestItem.METHOD_PATCHhttp method typeBatchRequestItem.BuilderBatchRequestItem.Builder. setUri(java.lang.String uri)relative uri (path and args), of the call including resource id (if this is a POST/DELETE), exclude hostname and port and prefix, exploded form of parameters
-