Lines Matching refs:profileId

37    * @param string $profileId User profile ID associated with this request.
41 public function delete($profileId, $id, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'id' => $id];
50 * @param string $profileId User profile ID associated with this request.
57 public function generatetag($profileId, $optParams = []) argument
59 $params = ['profileId' => $profileId];
66 * @param string $profileId User profile ID associated with this request.
71 public function get($profileId, $id, $optParams = []) argument
73 $params = ['profileId' => $profileId, 'id' => $id];
80 * @param string $profileId User profile ID associated with this request.
85 public function insert($profileId, FloodlightActivity $postBody, $optParams = []) argument
87 $params = ['profileId' => $profileId, 'postBody' => $postBody];
95 * @param string $profileId User profile ID associated with this request.
132 public function listFloodlightActivities($profileId, $optParams = []) argument
134 $params = ['profileId' => $profileId];
142 * @param string $profileId User profile ID associated with this request.
148 public function patch($profileId, $id, FloodlightActivity $postBody, $optParams = []) argument
150 $params = ['profileId' => $profileId, 'id' => $id, 'postBody' => $postBody];
157 * @param string $profileId User profile ID associated with this request.
162 public function update($profileId, FloodlightActivity $postBody, $optParams = []) argument
164 $params = ['profileId' => $profileId, 'postBody' => $postBody];