Interface ProductTailoringSetNameAction

All Superinterfaces:
ProductTailoringUpdateAction

public interface ProductTailoringSetNameAction extends ProductTailoringUpdateAction

Generates the ProductTailoringNameSet Message.


Example to create an instance using the builder pattern

     ProductTailoringSetNameAction productTailoringSetNameAction = ProductTailoringSetNameAction.builder()
             .build()
 
  • Field Details

  • Method Details

    • getName

      @Valid @Valid LocalizedString getName()

      Value to set. If empty, any existing value will be removed.

      Returns:
      name
    • getStaged

      Boolean getStaged()

      If true, only the staged name is updated. If false, both the current and staged name are updated.

      Returns:
      staged
    • setName

      void setName(LocalizedString name)

      Value to set. If empty, any existing value will be removed.

      Parameters:
      name - value to be set
    • setStaged

      void setStaged(Boolean staged)

      If true, only the staged name is updated. If false, both the current and staged name are updated.

      Parameters:
      staged - value to be set
    • of

      factory method
      Returns:
      instance of ProductTailoringSetNameAction
    • of

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

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

      builder factory method for ProductTailoringSetNameAction
      Returns:
      builder
    • builder

      create builder for ProductTailoringSetNameAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withProductTailoringSetNameAction

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