Class Operation

    • Constructor Detail

      • Operation

        public Operation()
    • Method Detail

      • getOperation

        public String getOperation()
        Get 'extend' to extend the existing value, 'put' to replace, 'remove' to remove a property.
        Returns:
        String
      • isPrepend

        public boolean isPrepend()
        Get for the 'extend' operation, indicates that the value should be placed at the head of the list.
        Returns:
        boolean
      • setOperation

        public void setOperation​(String operation)
        Set 'extend' to extend the existing value, 'put' to replace, 'remove' to remove a property.
        Parameters:
        operation -
      • setPrepend

        public void setPrepend​(boolean prepend)
        Set for the 'extend' operation, indicates that the value should be placed at the head of the list.
        Parameters:
        prepend -