Class ModifyResponseHeader

    • Field Detail

      • delimiter

        @ApiProperty(canBeNullOrNotSet=true)
        protected String delimiter
        Specifies the delimiter to be used when indicating multiple values for a header. Valid delimiter is, a , , (comma), ; (semicolon), , (comma and space), or ; (semicolon and space).
      • delimiterSpecified

        protected boolean delimiterSpecified
      • descriptionSpecified

        protected boolean descriptionSpecified
      • headers

        @ApiProperty(canBeNullOrNotSet=true)
        protected List<String> headers
        A collection of key value pairs that specify the headers and associated values to be modified. The header name and header value must be separated by colon (:). Example: ['header1:value1','header2:Value2']
      • headersSpecified

        protected boolean headersSpecified
      • modResHeaderUniqueId

        @ApiProperty(canBeNullOrNotSet=true)
        protected String modResHeaderUniqueId
        The uniqueId of the modify response header to which the existing behavior belongs.
      • modResHeaderUniqueIdSpecified

        protected boolean modResHeaderUniqueIdSpecified
      • pathSpecified

        protected boolean pathSpecified
      • type

        @ApiProperty(canBeNullOrNotSet=true)
        protected String type
        The type of the modify response header, could be append/modify/delete. Set this to append to add a given header value to a header name set in the headerList. Set this to delete to remove a given header value from a header name set in the headerList. Set this to overwrite to match on a specified header name and replace its existing header value with a new one you specify.
      • typeSpecified

        protected boolean typeSpecified
      • uniqueIdSpecified

        protected boolean uniqueIdSpecified
    • Constructor Detail

      • ModifyResponseHeader

        public ModifyResponseHeader()
    • Method Detail

      • getDelimiter

        public String getDelimiter()
      • setDelimiter

        public void setDelimiter​(String delimiter)
      • isDelimiterSpecified

        public boolean isDelimiterSpecified()
      • unsetDelimiter

        public void unsetDelimiter()
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isDescriptionSpecified

        public boolean isDescriptionSpecified()
      • unsetDescription

        public void unsetDescription()
      • isHeadersSpecified

        public boolean isHeadersSpecified()
      • unsetHeaders

        public void unsetHeaders()
      • getModResHeaderUniqueId

        public String getModResHeaderUniqueId()
      • setModResHeaderUniqueId

        public void setModResHeaderUniqueId​(String modResHeaderUniqueId)
      • isModResHeaderUniqueIdSpecified

        public boolean isModResHeaderUniqueIdSpecified()
      • unsetModResHeaderUniqueId

        public void unsetModResHeaderUniqueId()
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • isPathSpecified

        public boolean isPathSpecified()
      • unsetPath

        public void unsetPath()
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isTypeSpecified

        public boolean isTypeSpecified()
      • unsetType

        public void unsetType()
      • getUniqueId

        public String getUniqueId()
      • setUniqueId

        public void setUniqueId​(String uniqueId)
      • isUniqueIdSpecified

        public boolean isUniqueIdSpecified()
      • unsetUniqueId

        public void unsetUniqueId()