Package 

Interface MlsApi

    • Method Summary

      Modifier and Type Method Description
      abstract Events getEvents(@Query(value = page_size) Integer pageSize, @Query(value = page_token) String pageToken, @Query(value = status) List<String> status, @Query(value = order_by) String orderBy)
      abstract EventEntity getEventDetails(@Path(value = id) String id, @Query(value = update_id) String updateId)
      abstract ActionResponse getActions(@Path(value = timeline_id) String timelineId, @Query(value = update_id) String updateId)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEvents

        @GET(value = bff/events/v1beta1) abstract Events getEvents(@Query(value = page_size) Integer pageSize, @Query(value = page_token) String pageToken, @Query(value = status) List<String> status, @Query(value = order_by) String orderBy)
      • getActions

        @GET(value = bff/timeline/v1beta1/{timeline_id}) abstract ActionResponse getActions(@Path(value = timeline_id) String timelineId, @Query(value = update_id) String updateId)