Interface StoreSetNameAction

All Superinterfaces:
ResourceUpdateAction<StoreUpdateAction>, StoreUpdateAction

public interface StoreSetNameAction extends StoreUpdateAction

This update action produces the StoreNameSet Message.


Example to create an instance using the builder pattern

     StoreSetNameAction storeSetNameAction = StoreSetNameAction.builder()
             .build()
 
  • Field Details

  • Method Details

    • getName

      @Valid @Valid LocalizedString getName()

      Value to set.

      Returns:
      name
    • setName

      void setName(LocalizedString name)

      Value to set.

      Parameters:
      name - value to be set
    • of

      static StoreSetNameAction of()
      factory method
      Returns:
      instance of StoreSetNameAction
    • of

      static StoreSetNameAction of(StoreSetNameAction template)
      factory method to create a shallow copy StoreSetNameAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • deepCopy

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

      static StoreSetNameActionBuilder builder()
      builder factory method for StoreSetNameAction
      Returns:
      builder
    • builder

      static StoreSetNameActionBuilder builder(StoreSetNameAction template)
      create builder for StoreSetNameAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withStoreSetNameAction

      default <T> T withStoreSetNameAction(Function<StoreSetNameAction,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<StoreSetNameAction> typeReference()
      gives a TypeReference for usage with Jackson DataBind
      Returns:
      TypeReference