40414243444546
* @param text * レスポンスするテキスト * @return TextResolutionクラスのインスタンス */ public Resolution text(String contentType, Object text) { return new TextResolution(contentType, text.toString()); }