Interface ProductTailoringSetMetaTitleAction

All Superinterfaces:
ProductTailoringUpdateAction

public interface ProductTailoringSetMetaTitleAction extends ProductTailoringUpdateAction
ProductTailoringSetMetaTitleAction
Example to create an instance using the builder pattern

     ProductTailoringSetMetaTitleAction productTailoringSetMetaTitleAction = ProductTailoringSetMetaTitleAction.builder()
             .build()
 
  • Field Details

    • SET_META_TITLE

      static final String SET_META_TITLE
      discriminator value for ProductTailoringSetMetaTitleAction
      See Also:
  • Method Details

    • getMetaTitle

      @Valid @Valid LocalizedString getMetaTitle()

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

      Returns:
      metaTitle
    • getStaged

      Boolean getStaged()

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

      Returns:
      staged
    • setMetaTitle

      void setMetaTitle(LocalizedString metaTitle)

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

      Parameters:
      metaTitle - value to be set
    • setStaged

      void setStaged(Boolean staged)

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

      Parameters:
      staged - value to be set
    • of

      factory method
      Returns:
      instance of ProductTailoringSetMetaTitleAction
    • of

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

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

      builder factory method for ProductTailoringSetMetaTitleAction
      Returns:
      builder
    • builder

      create builder for ProductTailoringSetMetaTitleAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withProductTailoringSetMetaTitleAction

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