Package io.getstream.chat.java.services
Interface TaskStatusService
-
public interface TaskStatusService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<TaskStatus.TaskStatusGetResponse>
get(@NotNull java.lang.String id)
-
-
-
Method Detail
-
get
@GET("tasks/{id}") retrofit2.Call<TaskStatus.TaskStatusGetResponse> get(@NotNull @Path("id") @NotNull java.lang.String id)
-
-