Class CreateSnapshotRequestBinder
- java.lang.Object
-
- org.jclouds.profitbricks.binder.BaseProfitBricksRequestBinder<Snapshot.Request.CreatePayload>
-
- org.jclouds.profitbricks.binder.snapshot.CreateSnapshotRequestBinder
-
public class CreateSnapshotRequestBinder extends BaseProfitBricksRequestBinder<Snapshot.Request.CreatePayload>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringBuilder
requestBuilder
-
Fields inherited from class org.jclouds.profitbricks.binder.BaseProfitBricksRequestBinder
paramName
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CreateSnapshotRequestBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
createPayload(Snapshot.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(Snapshot.Request.CreatePayload payload)
- Specified by:
createPayload
in classBaseProfitBricksRequestBinder<Snapshot.Request.CreatePayload>
-
-