Uses of Class
consulting.pigott.wordpress.model.PagedResponse
-
Packages that use PagedResponse Package Description consulting.pigott.wordpress -
-
Uses of PagedResponse in consulting.pigott.wordpress
Methods in consulting.pigott.wordpress that return PagedResponse Modifier and Type Method Description PagedResponse<Media>WordpressClient. getMedias(java.lang.Integer page, java.lang.Integer perPage, java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> queryParams)PagedResponse<Media>WordpressClientImpl. getMedias(java.lang.Integer page, java.lang.Integer perPage, java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> queryParams)PagedResponse<Post>WordpressClient. getPosts(java.lang.Integer page, java.lang.Integer perPage, java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> queryParams)PagedResponse<Post>WordpressClientImpl. getPosts(java.lang.Integer page, java.lang.Integer perPage, java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> queryParams)
-