Uses of Class
com.mediumapi.domain.platform.MediumPlatformRelatedTags
Packages that use MediumPlatformRelatedTags
-
Uses of MediumPlatformRelatedTags in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumPlatformRelatedTagsModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformRelatedTags>PlatformApi.relatedTagsTagGet(String tag) GET /related_tags/{tag} : Get Related Tags Returns a list of `related_tags` for the given `tag`. -
Uses of MediumPlatformRelatedTags in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumPlatformRelatedTagsModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformRelatedTags>PlatformApiClient.relatedTagsTagGet(String tag) GET /related_tags/{tag} : Get Related Tags Returns a list of `related_tags` for the given `tag`. -
Uses of MediumPlatformRelatedTags in com.mediumapi.domain.platform
Methods in com.mediumapi.domain.platform that return MediumPlatformRelatedTagsModifier and TypeMethodDescriptionMediumPlatformRelatedTags.addRelatedTagsItem(String relatedTagsItem) MediumPlatformRelatedTags.relatedTags(List<String> relatedTags)