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
    Version:
    $Id: 72914b994af8bda4a5fb440c9bbe7cf9021bf34a $
    Author:
    Marcin Cylke (marcin.cylke+github@gmail.com)
    See Also:
    Repo statuses