Interface StagedOrderSetLocaleAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetLocaleAction extends StagedOrderUpdateAction
StagedOrderSetLocaleAction
Example to create an instance using the builder pattern

     StagedOrderSetLocaleAction stagedOrderSetLocaleAction = StagedOrderSetLocaleAction.builder()
             .build()
 
  • Field Details

  • Method Details

    • getLocale

      String getLocale()

      Value to set. Must be one of the Project's languages. If empty, any existing value is removed.

      Returns:
      locale
    • setLocale

      void setLocale(String locale)

      Value to set. Must be one of the Project's languages. If empty, any existing value is removed.

      Parameters:
      locale - value to be set
    • of

      factory method
      Returns:
      instance of StagedOrderSetLocaleAction
    • of

      factory method to create a shallow copy StagedOrderSetLocaleAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • deepCopy

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

      builder factory method for StagedOrderSetLocaleAction
      Returns:
      builder
    • builder

      create builder for StagedOrderSetLocaleAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withStagedOrderSetLocaleAction

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