Interface ProductTypeSetInputTipAction

All Superinterfaces:
ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>

public interface ProductTypeSetInputTipAction extends ProductTypeUpdateAction
ProductTypeSetInputTipAction
Example to create an instance using the builder pattern

     ProductTypeSetInputTipAction productTypeSetInputTipAction = ProductTypeSetInputTipAction.builder()
             .attributeName("{attributeName}")
             .build()
 
  • Field Details

    • SET_INPUT_TIP

      static final String SET_INPUT_TIP
      discriminator value for ProductTypeSetInputTipAction
      See Also:
  • Method Details

    • getAttributeName

      @NotNull @NotNull String getAttributeName()

      Name of the AttributeDefinition to update.

      Returns:
      attributeName
    • getInputTip

      @Valid @Valid LocalizedString getInputTip()

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

      Returns:
      inputTip
    • setAttributeName

      void setAttributeName(String attributeName)

      Name of the AttributeDefinition to update.

      Parameters:
      attributeName - value to be set
    • setInputTip

      void setInputTip(LocalizedString inputTip)

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

      Parameters:
      inputTip - value to be set
    • of

      factory method
      Returns:
      instance of ProductTypeSetInputTipAction
    • of

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

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

      builder factory method for ProductTypeSetInputTipAction
      Returns:
      builder
    • builder

      create builder for ProductTypeSetInputTipAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withProductTypeSetInputTipAction

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