Uses of Class
net.bis5.mattermost.model.Post
-
Packages that use Post Package Description net.bis5.mattermost.model -
-
Uses of Post in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return Post Modifier and Type Method Description PostPostAction.PostActionIntegrationResponse. getUpdate()Methods in net.bis5.mattermost.model that return types with arguments of type Post Modifier and Type Method Description Map<String,Post>PostList. getPosts()Methods in net.bis5.mattermost.model with parameters of type Post Modifier and Type Method Description voidPostAction.PostActionIntegrationResponse. setUpdate(Post update)Method parameters in net.bis5.mattermost.model with type arguments of type Post Modifier and Type Method Description voidPostList. setPosts(Map<String,Post> posts)
-