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.Builder
BatchRequestItem.Builder. setBody(com.vmware.vapi.bindings.Structure body)
BatchRequestItem.Builder
BatchRequestItem.Builder. setMethod(java.lang.String method)
Possible values are:BatchRequestItem.METHOD_GET
BatchRequestItem.METHOD_POST
BatchRequestItem.METHOD_PUT
BatchRequestItem.METHOD_DELETE
BatchRequestItem.METHOD_PATCH
http method typeBatchRequestItem.Builder
BatchRequestItem.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
-