Uses of Class
com.mediumapi.domain.users.MediumUserPublicationFollowing
Packages that use MediumUserPublicationFollowing
-
Uses of MediumUserPublicationFollowing in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumUserPublicationFollowingModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumUserPublicationFollowing>UserApi.userUserIdPublicationFollowingGet(String userId) GET /user/{user_id}/publication_following : Get User Publication Following Returns a list of publications (`publication_ids`) that the given user is following. -
Uses of MediumUserPublicationFollowing in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumUserPublicationFollowingModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumUserPublicationFollowing>UserApiClient.userUserIdPublicationFollowingGet(String userId) GET /user/{user_id}/publication_following : Get User Publication Following Returns a list of publications (`publication_ids`) that the given user is following. -
Uses of MediumUserPublicationFollowing in com.mediumapi.domain.users
Methods in com.mediumapi.domain.users that return MediumUserPublicationFollowingModifier and TypeMethodDescriptionMediumUserPublicationFollowing.addPublicationFollowingItem(String publicationFollowingItem) MediumUserPublicationFollowing.publicationFollowing(List<String> publicationFollowing)