Interface MyCustomerSetLocaleAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerSetLocaleAction extends MyCustomerUpdateAction
MyCustomerSetLocaleAction
Example to create an instance using the builder pattern

     MyCustomerSetLocaleAction myCustomerSetLocaleAction = MyCustomerSetLocaleAction.builder()
             .build()
 
  • Field Details

  • Method Details

    • getLocale

      String getLocale()

      Value to set. Must be one of the languages supported by the Project.

      Returns:
      locale
    • setLocale

      void setLocale(String locale)

      Value to set. Must be one of the languages supported by the Project.

      Parameters:
      locale - value to be set
    • of

      factory method
      Returns:
      instance of MyCustomerSetLocaleAction
    • of

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

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

      builder factory method for MyCustomerSetLocaleAction
      Returns:
      builder
    • builder

      create builder for MyCustomerSetLocaleAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withMyCustomerSetLocaleAction

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