public interface ImageSearchConfigUpdateAction
ImageSearchConfigUpdateAction imageSearchConfigUpdateAction = ImageSearchConfigUpdateAction.changeStatusBuilder()
status(ImageSearchConfigStatus.ON)
.build()
| Modifier and Type | Method and Description |
|---|---|
static ChangeStatusUpdateActionBuilder |
changeStatusBuilder() |
@NotNull String |
getAction() |
static com.fasterxml.jackson.core.type.TypeReference<ImageSearchConfigUpdateAction> |
typeReference() |
default <T> T |
withImageSearchConfigUpdateAction(Function<ImageSearchConfigUpdateAction,T> helper) |
static ChangeStatusUpdateActionBuilder changeStatusBuilder()
default <T> T withImageSearchConfigUpdateAction(Function<ImageSearchConfigUpdateAction,T> helper)
static com.fasterxml.jackson.core.type.TypeReference<ImageSearchConfigUpdateAction> typeReference()