Interface SvamlInstructionSetCookie

All Superinterfaces:
SvamlInstruction

public interface SvamlInstructionSetCookie extends SvamlInstruction
Creates a cookie for the duration of the call.
  • Method Details

    • getKey

      String getKey()
      The name of the cookie you want to set.
      Returns:
      key
    • getValue

      String getValue()
      The value of the cookie you want to set.
      Returns:
      value
    • builder

      Getting builder
      Returns:
      New Builder instance