Uses of Class
consulting.pigott.wordpress.model.Media
-
Packages that use Media Package Description consulting.pigott.wordpress -
-
Uses of Media in consulting.pigott.wordpress
Methods in consulting.pigott.wordpress that return Media Modifier and Type Method Description MediaWordpressClient. getMedia(java.lang.String id)MediaWordpressClientImpl. getMedia(java.lang.String id)MediaWordpressClient. updateMedia(Media media)MediaWordpressClientImpl. updateMedia(Media media)MediaWordpressClient. uploadMedia(java.io.File content, org.apache.hc.core5.http.ContentType contentType, java.lang.String filename)MediaWordpressClientImpl. uploadMedia(java.io.File content, org.apache.hc.core5.http.ContentType contentType, java.lang.String filename)Methods in consulting.pigott.wordpress that return types with arguments of type Media Modifier and Type Method Description java.util.List<Media>WordpressClient. getAllMedia(java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> queryParams)java.util.List<Media>WordpressClientImpl. getAllMedia(java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> queryParams)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)Methods in consulting.pigott.wordpress with parameters of type Media Modifier and Type Method Description MediaWordpressClient. updateMedia(Media media)MediaWordpressClientImpl. updateMedia(Media media)
-