public static interface ContactWebService.Users
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<UserProfileNotification> |
getByID(long id) |
@GET(value="users/{id}") java.util.concurrent.CompletableFuture<UserProfileNotification> getByID(@Path(value="id") long id)