public class PercolateAction extends ClientAction<PercolateRequest,PercolateResponse,PercolateRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static PercolateAction |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
PercolateRequestBuilder |
newRequestBuilder(Client client)
Creates a new request builder given the client provided as argument
|
PercolateResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final PercolateAction INSTANCE
public static final String NAME
public PercolateResponse newResponse()
GenericActionnewResponse in class GenericAction<PercolateRequest,PercolateResponse>public PercolateRequestBuilder newRequestBuilder(Client client)
ActionnewRequestBuilder in class Action<PercolateRequest,PercolateResponse,PercolateRequestBuilder,Client>Copyright © 2009–2016. All rights reserved.