public class ImageSearchConfigRequestImpl extends Object implements ImageSearchConfigRequest
| Constructor and Description |
|---|
ImageSearchConfigRequestImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<ImageSearchConfigUpdateAction> |
getActions()
The list of update actions to be performed on the project.
|
int |
hashCode() |
void |
setActions(ImageSearchConfigUpdateAction... actions) |
void |
setActions(List<ImageSearchConfigUpdateAction> actions) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, withImageSearchConfigRequestpublic List<ImageSearchConfigUpdateAction> getActions()
The list of update actions to be performed on the project.
getActions in interface ImageSearchConfigRequestpublic void setActions(ImageSearchConfigUpdateAction... actions)
setActions in interface ImageSearchConfigRequestpublic void setActions(List<ImageSearchConfigUpdateAction> actions)
setActions in interface ImageSearchConfigRequest