@param status A short text string no longer than 250 characters with no markup.
(String status)
| 64 | * markup. |
| 65 | */ |
| 66 | public EntryOptions setStatus(String status) { |
| 67 | this.status = status; |
| 68 | return this; |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * @return the verb |
no outgoing calls