Class CopyTo

All Implemented Interfaces:
FieldAction, Serializable

public class CopyTo extends Action implements Serializable
See Also:
  • Constructor Details

    • CopyTo

      public CopyTo(String index)
    • CopyTo

      public CopyTo()
  • Method Details

    • getIndex

      public String getIndex()
      Gets the value of the string property.
      Returns:
      possible object is Integer
    • setIndex

      @JsonPropertyDescription("The comma-separated indexes of the item in target collections.") public void setIndex(String index)
      Sets the value of the string property.
      Parameters:
      index - allowed object is Integer
    • getIndexes

      public List<Integer> getIndexes()