Interface Statuses

All Superinterfaces:
JsonReadable
All Known Implementing Classes:
RtStatuses

@Immutable public interface Statuses extends JsonReadable
GitHub status.

The status exposes all available properties through its json() method. However, it is recommended to use its "smart" decorator, which helps you to get access to all JSON properties, for example:

 URL url = new Status.Smart(status).url();
Since:
0.23
See Also: