Uses of Class
ch.bztf.m226blb1.Database.Entities.Post
Packages that use Post
Package
Description
-
Uses of Post in ch.bztf.m226blb1.Base
Methods in ch.bztf.m226blb1.Base that return types with arguments of type PostModifier 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
Methods in ch.bztf.m226blb1.Database.Entities that return types with arguments of type PostMethods in ch.bztf.m226blb1.Database.Entities with parameters of type PostModifier and TypeMethodDescriptionvoid
Adds aPost
to theUser.posts
of the user.void
Sets the post of the media.Method parameters in ch.bztf.m226blb1.Database.Entities with type arguments of type Post -
Uses of Post in ch.bztf.m226blb1.Database.Repositories
Methods in ch.bztf.m226blb1.Database.Repositories that return types with arguments of type Post -
Uses of Post in ch.bztf.m226blb1.Platforms.GraphQL
Methods in ch.bztf.m226blb1.Platforms.GraphQL that return types with arguments of type Post -
Uses of Post in ch.bztf.m226blb1.Platforms.Instagram
Methods in ch.bztf.m226blb1.Platforms.Instagram that return types with arguments of type Post -
Uses of Post in ch.bztf.m226blb1.Platforms.Twitter
Methods in ch.bztf.m226blb1.Platforms.Twitter that return types with arguments of type Post