Uses of Class
ch.bztf.m226blb1.Database.Entities.Post
Package
Description
-
Uses of Post in ch.bztf.m226blb1.Base
Modifier and TypeMethodDescriptionBaseController.getPosts
(@NotBlank String username, @Size(min=128,max=128) @NotBlank String apiKey, Optional<Integer> limit) Gets theposts
of a user by itsusername
.BaseService.getPosts
(@NotBlank @Size(min=128,max=128) String apiKey, @NotBlank String username, @javax.validation.constraints.NotBlank,@javax.validation.constraints.PositiveOrZero int limit) BaseService.mapJsonToPosts
(@NotBlank String json, @javax.validation.constraints.PositiveOrZero int limit) Maps the JSON data to a set ofposts
-
Uses of Post in ch.bztf.m226blb1.Database.Entities
Modifier and TypeMethodDescriptionvoid
Adds aPost
to theUser.posts
of the user.void
Sets the post of the media. -
Uses of Post in ch.bztf.m226blb1.Database.Repositories
-
Uses of Post in ch.bztf.m226blb1.Platforms.GraphQL
-
Uses of Post in ch.bztf.m226blb1.Platforms.Instagram
-
Uses of Post in ch.bztf.m226blb1.Platforms.Twitter