Uses of Class
com.mediumapi.domain.list.MediumListResponses
Packages that use MediumListResponses
-
Uses of MediumListResponses in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumListResponsesModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumListResponses>ListApi.listListIdResponsesGet(String listId) GET /list/{list_id}/responses : Get List Responses Returns an array of `response_ids` of the comments (same as `article_ids`) on the given Medium List. -
Uses of MediumListResponses in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumListResponsesModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumListResponses>ListApiClient.listListIdResponsesGet(String listId) GET /list/{list_id}/responses : Get List Responses Returns an array of `response_ids` of the comments (same as `article_ids`) on the given Medium List. -
Uses of MediumListResponses in com.mediumapi.domain.list
Methods in com.mediumapi.domain.list that return MediumListResponses