| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSnapshotOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static CreateSnapshotOptions |
NONE |
| Constructor and Description |
|---|
CreateSnapshotOptions() |
| Modifier and Type | Method and Description |
|---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
|
<R extends HttpRequest> |
bindToRequest(R request,
Object toBind) |
CreateSnapshotOptions |
description(String description) |
boolean |
equals(Object object) |
CreateSnapshotOptions |
force() |
String |
getDescription() |
String |
getName() |
int |
hashCode() |
boolean |
isForce() |
CreateSnapshotOptions |
name(String name) |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
public static final CreateSnapshotOptions NONE
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinderbindToRequest in interface MapBinderPayloadParampublic <R extends HttpRequest> R bindToRequest(R request, Object toBind)
bindToRequest in interface Binderprotected com.google.common.base.Objects.ToStringHelper string()
public CreateSnapshotOptions name(String name)
public CreateSnapshotOptions description(String description)
public CreateSnapshotOptions force()
public String getName()
public String getDescription()
public boolean isForce()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.