Interface ImageSearchConfigUpdateAction
- All Known Subinterfaces:
ChangeStatusUpdateAction
public interface ImageSearchConfigUpdateAction
ImageSearchConfigUpdateAction
Example to create a subtype instance using the builder pattern
Example to create a subtype instance using the builder pattern
ImageSearchConfigUpdateAction imageSearchConfigUpdateAction = ImageSearchConfigUpdateAction.changeStatusBuilder()
status(ImageSearchConfigStatus.ON)
.build()
-
Method Summary
Modifier and TypeMethodDescriptionbuilder for changeStatus subtypedeepCopy
(ImageSearchConfigUpdateAction template) factory method to create a deep copy of ImageSearchConfigUpdateAction@NotNull String
static com.fasterxml.jackson.core.type.TypeReference<ImageSearchConfigUpdateAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map function
-
Method Details
-
getAction
- Returns:
- action
-
deepCopy
@Nullable static ImageSearchConfigUpdateAction deepCopy(@Nullable ImageSearchConfigUpdateAction template) factory method to create a deep copy of ImageSearchConfigUpdateAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
changeStatusBuilder
builder for changeStatus subtype- Returns:
- builder
-
withImageSearchConfigUpdateAction
accessor map function- Type Parameters:
T
- mapped type- Parameters:
helper
- function to map the object- Returns:
- mapped value
-
typeReference
gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-