TextResponseFormat Class

public class TextResponseFormat
extends ResponseFormat

Represents a text response format.

Constructor Summary

Constructor Description
TextResponseFormat()

Used by Jackson to creates a new instance of the TextResponseFormat class.

Methods inherited from ResponseFormat

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TextResponseFormat

public TextResponseFormat()

Used by Jackson to creates a new instance of the TextResponseFormat class.

Applies to