Searched defs:postId (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/ |
H A D | Comments.php | 43 public function approve($blogId, $postId, $commentId, $optParams = []) 57 public function delete($blogId, $postId, $commentId, $optParams = []) 74 public function get($blogId, $postId, $commentId, $optParams = []) 96 public function listComments($blogId, $postId, $optParams = []) 132 public function markAsSpam($blogId, $postId, $commentId, $optParams = []) 148 public function removeContent($blogId, $postId, $commentId, $optParams = [])
|
H A D | Posts.php | 40 public function delete($blogId, $postId, $optParams = []) 59 public function get($blogId, $postId, $optParams = []) 139 public function patch($blogId, $postId, Post $postBody, $optParams = []) 155 public function publish($blogId, $postId, $optParams = []) 169 public function revert($blogId, $postId, $optParams = []) 208 public function update($blogId, $postId, Post $postBody, $optParams = [])
|
H A D | PostUserInfos.php | 44 public function get($userId, $blogId, $postId, $optParams = [])
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/ |
H A D | PostPerUserInfo.php | 37 public $postId; variable in Google\\Service\\Blogger\\PostPerUserInfo 88 public function setPostId($postId)
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_BloggerService.php | 133 public function get($blogId, $postId, $commentId, $optParams = array()) { 157 public function listComments($blogId, $postId, $optParams = array()) { 235 public function delete($blogId, $postId, $optParams = array()) { 251 public function get($blogId, $postId, $optParams = array()) { 332 public function patch($blogId, $postId, Google_Post $postBody, $optParams = array()) { 369 public function update($blogId, $postId, Google_Post $postBody, $optParams = array()) {
|