Class CreateStorageRequestBinder
- java.lang.Object
-
- org.jclouds.profitbricks.binder.BaseProfitBricksRequestBinder<Storage.Request.CreatePayload>
-
- org.jclouds.profitbricks.binder.storage.CreateStorageRequestBinder
-
public class CreateStorageRequestBinder extends BaseProfitBricksRequestBinder<Storage.Request.CreatePayload>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringBuilder
requestBuilder
-
Fields inherited from class org.jclouds.profitbricks.binder.BaseProfitBricksRequestBinder
paramName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
createPayload(Storage.Request.CreatePayload payload)
-
Methods inherited from class org.jclouds.profitbricks.binder.BaseProfitBricksRequestBinder
bindToRequest, bindToRequest, createRequest, formatIfNotEmpty, nullableToString
-
-
-
-
Field Detail
-
requestBuilder
protected final StringBuilder requestBuilder
-
-
Method Detail
-
createPayload
protected String createPayload(Storage.Request.CreatePayload payload)
- Specified by:
createPayload
in classBaseProfitBricksRequestBinder<Storage.Request.CreatePayload>
-
-