class Resellernotify extends Resource (View source)

The "resellernotify" collection of methods.

Typical usage is:

 $resellerService = new Google\Service\Reseller(...);
 $resellernotify = $resellerService->resellernotify;

Methods

getwatchdetails(array $optParams = [])

Returns all the details of the watch corresponding to the reseller.

register(array $optParams = [])

Registers a Reseller for receiving notifications. (resellernotify.register)

unregister(array $optParams = [])

Unregisters a Reseller for receiving notifications.

Details

ResellernotifyGetwatchdetailsResponse getwatchdetails(array $optParams = [])

Returns all the details of the watch corresponding to the reseller.

(resellernotify.getwatchdetails)

Parameters

array $optParams

Optional parameters.

Return Value

ResellernotifyGetwatchdetailsResponse

Exceptions

Exception

ResellernotifyResource register(array $optParams = [])

Registers a Reseller for receiving notifications. (resellernotify.register)

Parameters

array $optParams

Optional parameters.

Return Value

ResellernotifyResource

Exceptions

Exception

ResellernotifyResource unregister(array $optParams = [])

Unregisters a Reseller for receiving notifications.

(resellernotify.unregister)

Parameters

array $optParams

Optional parameters.

Return Value

ResellernotifyResource

Exceptions

Exception