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, transportOptions
public static final PercolateAction INSTANCE
public static final String NAME
public PercolateResponse newResponse()
GenericAction
newResponse
in class GenericAction<PercolateRequest,PercolateResponse>
public PercolateRequestBuilder newRequestBuilder(Client client)
Action
newRequestBuilder
in class Action<PercolateRequest,PercolateResponse,PercolateRequestBuilder,Client>
Copyright © 2009–2015. All rights reserved.