Class OpenAPIResponseCookie


  • public class OpenAPIResponseCookie
    extends Object
    • Method Detail

      • getContentType

        public String getContentType()
        Gets the content type for the response profile data structure.
        Returns:
        the response profile content type
      • getRootSchemaType

        public String getRootSchemaType()
        Gets the root schema type for the response.In openapi, this can be structured as object or array. It can also be a primitive data type such as a number or a string.
        Returns:
        the root level schema type
      • setContentType

        public void setContentType​(String contentType)
      • setRootSchemaType

        public void setRootSchemaType​(String rootSchemaType)