Home
last modified time | relevance | path

Searched defs:httpStatusCode (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DRepositoryError.php29 public $httpStatusCode; variable in Google\\Service\\CloudSearch\\RepositoryError
52 public function setHttpStatusCode($httpStatusCode)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DPersonResponse.php25 public $httpStatusCode; variable in Google\\Service\\PeopleService\\PersonResponse
38 public function setHttpStatusCode($httpStatusCode)
/plugin/authfacebook/lib/
H A DFacebookResponse.php40 protected $httpStatusCode; variable in Facebook\\FacebookResponse
75 …public function __construct(FacebookRequest $request, $body = null, $httpStatusCode = null, array …
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php55 public function __construct($headers, $body, $httpStatusCode = null)