Uses of Class
org.apache.camel.component.wordpress.api.model.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in org.apache.camel.component.wordpress.api.service.impl
Methods in org.apache.camel.component.wordpress.api.service.impl that return CommentModifier and TypeMethodDescriptionprotected Commentprotected Commentprotected CommentWordpressServiceCommentsAdapter.doRetrieve(Integer entityID, Context context) protected CommentMethods in org.apache.camel.component.wordpress.api.service.impl that return types with arguments of type CommentMethods in org.apache.camel.component.wordpress.api.service.impl with parameters of type Comment -
Uses of Comment in org.apache.camel.component.wordpress.api.service.spi
Methods in org.apache.camel.component.wordpress.api.service.spi that return CommentModifier and TypeMethodDescriptionMethods in org.apache.camel.component.wordpress.api.service.spi that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentsSPI.list(String apiVersion, Context context, Integer page, Integer perPage, String search, Date after, List<Integer> author, List<Integer> authorExclude, String authorEmail, Date before, List<Integer> exclude, List<Integer> include, Integer karma, List<Integer> offset, Order order, CommentOrderBy orderBy, List<Integer> parent, List<Integer> parentExclude, List<Integer> post, CommentStatus status, String type) Methods in org.apache.camel.component.wordpress.api.service.spi with parameters of type Comment