Uses of Class
com.mediumapi.domain.users.MediumUserInterests
Packages that use MediumUserInterests
-
Uses of MediumUserInterests in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumUserInterestsModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumUserInterests>UserApi.userUserIdInterestsGet(String userId) GET /user/{user_id}/interests : Get User's Interests Returns a list of tags that the given user follows. -
Uses of MediumUserInterests in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumUserInterestsModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumUserInterests>UserApiClient.userUserIdInterestsGet(String userId) GET /user/{user_id}/interests : Get User's Interests Returns a list of tags that the given user follows. -
Uses of MediumUserInterests in com.mediumapi.domain.users
Methods in com.mediumapi.domain.users that return MediumUserInterestsModifier and TypeMethodDescriptionMediumUserInterests.addTagsFollowedItem(String tagsFollowedItem) MediumUserInterests.tagsFollowed(List<String> tagsFollowed)