Uses of Class
com.mediumapi.domain.platform.MediumPlatformTag
Packages that use MediumPlatformTag
-
Uses of MediumPlatformTag in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type MediumPlatformTagModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformTag>GET /tag/{tag} : Get Tag Info Returns tag-related information. - Name - Followers Count - Number of stories - Number of writers - Number of latest stories - Number of latest writers -
Uses of MediumPlatformTag in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type MediumPlatformTagModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MediumPlatformTag>GET /tag/{tag} : Get Tag Info Returns tag-related information. - Name - Followers Count - Number of stories - Number of writers - Number of latest stories - Number of latest writers -
Uses of MediumPlatformTag in com.mediumapi.domain.platform
Methods in com.mediumapi.domain.platform that return MediumPlatformTagModifier and TypeMethodDescriptionMediumPlatformTag.articlesCount(Integer articlesCount) MediumPlatformTag.authorsCount(Integer authorsCount) MediumPlatformTag.latestArticlesCount(Integer latestArticlesCount) MediumPlatformTag.latestAuthorsCount(Integer latestAuthorsCount)