<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_161) on Thu Aug 16 18:54:14 JST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Constant Field Values (twitter4j-core 4.0.7 API)</title> <meta name="date" content="2018-08-16"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Constant Field Values (twitter4j-core 4.0.7 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?constant-values.html" target="_top">Frames</a></li> <li><a href="constant-values.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Constant Field Values" class="title">Constant Field Values</h1> <h2 title="Contents">Contents</h2> <ul> <li><a href="#twitter4j">twitter4j.*</a></li> </ul> </div> <div class="constantValuesContainer"><a name="twitter4j"> <!-- --> </a> <h2 title="twitter4j">twitter4j.*</h2> <ul class="blockList"> <li class="blockList"> <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> <caption><span>twitter4j.<a href="twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th scope="col">Constant Field</th> <th class="colLast" scope="col">Value</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.CursorSupport.START"> <!-- --> </a><code>public static final long</code></td> <td><code><a href="twitter4j/CursorSupport.html#START">START</a></code></td> <td class="colLast"><code>-1L</code></td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> <caption><span>twitter4j.<a href="twitter4j/HttpResponseCode.html" title="interface in twitter4j">HttpResponseCode</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th scope="col">Constant Field</th> <th class="colLast" scope="col">Value</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.BAD_GATEWAY"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#BAD_GATEWAY">BAD_GATEWAY</a></code></td> <td class="colLast"><code>502</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.BAD_REQUEST"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#BAD_REQUEST">BAD_REQUEST</a></code></td> <td class="colLast"><code>400</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.ENHANCE_YOUR_CLAIM"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#ENHANCE_YOUR_CLAIM">ENHANCE_YOUR_CLAIM</a></code></td> <td class="colLast"><code>420</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.FORBIDDEN"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#FORBIDDEN">FORBIDDEN</a></code></td> <td class="colLast"><code>403</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.FOUND"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#FOUND">FOUND</a></code></td> <td class="colLast"><code>302</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.GATEWAY_TIMEOUT"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#GATEWAY_TIMEOUT">GATEWAY_TIMEOUT</a></code></td> <td class="colLast"><code>504</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.INTERNAL_SERVER_ERROR"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#INTERNAL_SERVER_ERROR">INTERNAL_SERVER_ERROR</a></code></td> <td class="colLast"><code>500</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.MULTIPLE_CHOICES"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#MULTIPLE_CHOICES">MULTIPLE_CHOICES</a></code></td> <td class="colLast"><code>300</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.NOT_ACCEPTABLE"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#NOT_ACCEPTABLE">NOT_ACCEPTABLE</a></code></td> <td class="colLast"><code>406</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.NOT_FOUND"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#NOT_FOUND">NOT_FOUND</a></code></td> <td class="colLast"><code>404</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.NOT_MODIFIED"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#NOT_MODIFIED">NOT_MODIFIED</a></code></td> <td class="colLast"><code>304</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.OK"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#OK">OK</a></code></td> <td class="colLast"><code>200</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.SERVICE_UNAVAILABLE"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#SERVICE_UNAVAILABLE">SERVICE_UNAVAILABLE</a></code></td> <td class="colLast"><code>503</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.TOO_MANY_REQUESTS"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#TOO_MANY_REQUESTS">TOO_MANY_REQUESTS</a></code></td> <td class="colLast"><code>429</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.UNAUTHORIZED"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#UNAUTHORIZED">UNAUTHORIZED</a></code></td> <td class="colLast"><code>401</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.HttpResponseCode.UNPROCESSABLE_ENTITY"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/HttpResponseCode.html#UNPROCESSABLE_ENTITY">UNPROCESSABLE_ENTITY</a></code></td> <td class="colLast"><code>422</code></td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> <caption><span>twitter4j.<a href="twitter4j/MediaEntity.Size.html" title="interface in twitter4j">MediaEntity.Size</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th scope="col">Constant Field</th> <th class="colLast" scope="col">Value</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.MediaEntity.Size.CROP"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/MediaEntity.Size.html#CROP">CROP</a></code></td> <td class="colLast"><code>101</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.MediaEntity.Size.FIT"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/MediaEntity.Size.html#FIT">FIT</a></code></td> <td class="colLast"><code>100</code></td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> <caption><span>twitter4j.<a href="twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th scope="col">Constant Field</th> <th class="colLast" scope="col">Value</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.TwitterResponse.NONE"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/TwitterResponse.html#NONE">NONE</a></code></td> <td class="colLast"><code>0</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.TwitterResponse.READ"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/TwitterResponse.html#READ">READ</a></code></td> <td class="colLast"><code>1</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.TwitterResponse.READ_WRITE"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/TwitterResponse.html#READ_WRITE">READ_WRITE</a></code></td> <td class="colLast"><code>2</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="twitter4j.TwitterResponse.READ_WRITE_DIRECTMESSAGES"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/TwitterResponse.html#READ_WRITE_DIRECTMESSAGES">READ_WRITE_DIRECTMESSAGES</a></code></td> <td class="colLast"><code>3</code></td> </tr> </tbody> </table> </li> </ul> <a name="twitter4j.util"> <!-- --> </a> <h2 title="twitter4j.util">twitter4j.util.*</h2> <ul class="blockList"> <li class="blockList"> <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> <caption><span>twitter4j.util.<a href="twitter4j/util/CharacterUtil.html" title="class in twitter4j.util">CharacterUtil</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th scope="col">Constant Field</th> <th class="colLast" scope="col">Value</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a name="twitter4j.util.CharacterUtil.MAX_TWEET_LENGTH"> <!-- --> </a><code>public static final int</code></td> <td><code><a href="twitter4j/util/CharacterUtil.html#MAX_TWEET_LENGTH">MAX_TWEET_LENGTH</a></code></td> <td class="colLast"><code>280</code></td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?constant-values.html" target="_top">Frames</a></li> <li><a href="constant-values.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2018. All rights reserved.</small></p> </body> </html>