Interface ImageSearchConfigUpdateAction

All Known Subinterfaces:
ChangeStatusUpdateAction

public interface ImageSearchConfigUpdateAction
ImageSearchConfigUpdateAction
Example to create a subtype instance using the builder pattern

     ImageSearchConfigUpdateAction imageSearchConfigUpdateAction = ImageSearchConfigUpdateAction.changeStatusBuilder()
             status(ImageSearchConfigStatus.ON)
             .build()
 
  • Method Details

    • getAction

      @NotNull @NotNull String getAction()
      Returns:
      action
    • deepCopy

      factory method to create a deep copy of ImageSearchConfigUpdateAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • changeStatusBuilder

      static ChangeStatusUpdateActionBuilder changeStatusBuilder()
      builder for changeStatus subtype
      Returns:
      builder
    • withImageSearchConfigUpdateAction

      default <T> T withImageSearchConfigUpdateAction(Function<ImageSearchConfigUpdateAction,T> helper)
      accessor map function
      Type Parameters:
      T - mapped type
      Parameters:
      helper - function to map the object
      Returns:
      mapped value
    • typeReference

      static com.fasterxml.jackson.core.type.TypeReference<ImageSearchConfigUpdateAction> typeReference()
      gives a TypeReference for usage with Jackson DataBind
      Returns:
      TypeReference