Package com.boomi.connector.openapi
Class OpenAPIResponseCookie
- java.lang.Object
-
- com.boomi.connector.openapi.OpenAPIResponseCookie
-
public class OpenAPIResponseCookie extends Object
-
-
Constructor Summary
Constructors Constructor Description OpenAPIResponseCookie()
OpenAPIResponseCookie(String jsonCookie)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
Gets the content type for the response profile data structure.String
getRootSchemaType()
Gets the root schema type for the response.In openapi, this can be structured as object or array.void
setContentType(String contentType)
void
setRootSchemaType(String rootSchemaType)
String
toString()
-
-
-
Constructor Detail
-
OpenAPIResponseCookie
public OpenAPIResponseCookie()
-
OpenAPIResponseCookie
public OpenAPIResponseCookie(String jsonCookie) throws JsonProcessingException
- Throws:
JsonProcessingException
-
-
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)
-
-