Class HostFunction.Argument

  • Enclosing class:
    HostFunction

    public static final class HostFunction.Argument
    extends Object
    • Method Detail

      • getSassSignature

        public String getSassSignature()
      • getName

        public String getName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • withName

        public HostFunction.Argument withName​(String name)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withDefaultValue

        public HostFunction.Argument withDefaultValue​(@Nullable
                                                      String defaultValue)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).