public class UpdateAction extends ClientAction<UpdateRequest,UpdateResponse,UpdateRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static UpdateAction |
INSTANCE |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
UpdateRequestBuilder |
newRequestBuilder(Client client)
Creates a new request builder given the client provided as argument
|
UpdateResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final UpdateAction INSTANCE
public static final String NAME
public UpdateResponse newResponse()
GenericAction
newResponse
in class GenericAction<UpdateRequest,UpdateResponse>
public UpdateRequestBuilder newRequestBuilder(Client client)
Action
newRequestBuilder
in class Action<UpdateRequest,UpdateResponse,UpdateRequestBuilder,Client>
Copyright © 2009–2015. All rights reserved.