Package org.jclouds.azureblob.binders
Class BindAzureBlocksToRequest
java.lang.Object
org.jclouds.azureblob.binders.BindAzureBlocksToRequest
- All Implemented Interfaces:
Binder
Binds a list of blocks to a putBlockList request
invalid input: '<'?xml version="1.0" encoding="utf-8"?>
first-base64-encoded-block-id
second-base64-encoded-block-id
third-base64-encoded-block-id
...
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest
(R request, Object input)
-
Constructor Details
-
BindAzureBlocksToRequest
public BindAzureBlocksToRequest()
-
-
Method Details
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-