Package org.jclouds.azureblob.binders
Class BindAzureBlocksToRequest
java.lang.Object
org.jclouds.azureblob.binders.BindAzureBlocksToRequest
- All Implemented Interfaces:
org.jclouds.rest.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 org.jclouds.http.HttpRequest>
RbindToRequest(R request, Object input)
-
Constructor Details
-
BindAzureBlocksToRequest
public BindAzureBlocksToRequest()
-
-
Method Details
-
bindToRequest
- Specified by:
bindToRequestin interfaceorg.jclouds.rest.Binder
-