commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
lib
commercetools-api
src
Client
Resource
ResourceByProjectKeySubscriptions.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Client\Resource
;
10
11
use
Commercetools\Api\Models\Subscription\SubscriptionDraft
;
12
use
Commercetools\Client\ApiResource
;
13
use GuzzleHttp\ClientInterface;
14
use Psr\Http\Message\UploadedFileInterface;
15
19
class
ResourceByProjectKeySubscriptions
extends
ApiResource
20
{
24
public
function
__construct
(array $args = [], ClientInterface $client =
null
)
25
{
26
parent::__construct(
'/{projectKey}/subscriptions'
, $args, $client);
27
}
28
31
public
function
withKey
(
string
$key =
null
):
ResourceByProjectKeySubscriptionsKeyByKey
32
{
33
$args = $this->
getArgs
();
34
if
(!is_null($key)) {
35
$args[
'key'
] = $key;
36
}
37
38
return
new
ResourceByProjectKeySubscriptionsKeyByKey
($args, $this->
getClient
());
39
}
42
public
function
withId
(
string
$ID =
null
):
ResourceByProjectKeySubscriptionsByID
43
{
44
$args = $this->
getArgs
();
45
if
(!is_null($ID)) {
46
$args[
'ID'
] = $ID;
47
}
48
49
return
new
ResourceByProjectKeySubscriptionsByID
($args, $this->
getClient
());
50
}
51
56
public
function
get
($body =
null
, array $headers = []):
ByProjectKeySubscriptionsGet
57
{
58
$args = $this->
getArgs
();
59
60
return
new
ByProjectKeySubscriptionsGet
($args[
'projectKey'
], $body, $headers, $this->
getClient
());
61
}
66
public
function
head
($body =
null
, array $headers = []):
ByProjectKeySubscriptionsHead
67
{
68
$args = $this->
getArgs
();
69
70
return
new
ByProjectKeySubscriptionsHead
($args[
'projectKey'
], $body, $headers, $this->
getClient
());
71
}
76
public
function
post
(?
SubscriptionDraft
$body =
null
, array $headers = []):
ByProjectKeySubscriptionsPost
77
{
78
$args = $this->
getArgs
();
79
80
return
new
ByProjectKeySubscriptionsPost
($args[
'projectKey'
], $body, $headers, $this->
getClient
());
81
}
82
}
Commercetools\Api\Client\Resource\ByProjectKeySubscriptionsGet
Definition
ByProjectKeySubscriptionsGet.php:40
Commercetools\Api\Client\Resource\ByProjectKeySubscriptionsHead
Definition
ByProjectKeySubscriptionsHead.php:35
Commercetools\Api\Client\Resource\ByProjectKeySubscriptionsPost
Definition
ByProjectKeySubscriptionsPost.php:37
Commercetools\Api\Client\Resource\ResourceByProjectKeySubscriptionsByID
Definition
ResourceByProjectKeySubscriptionsByID.php:20
Commercetools\Api\Client\Resource\ResourceByProjectKeySubscriptions
Definition
ResourceByProjectKeySubscriptions.php:20
Commercetools\Api\Client\Resource\ResourceByProjectKeySubscriptions\withId
withId(string $ID=null)
Definition
ResourceByProjectKeySubscriptions.php:42
Commercetools\Api\Client\Resource\ResourceByProjectKeySubscriptions\head
head($body=null, array $headers=[])
Definition
ResourceByProjectKeySubscriptions.php:66
Commercetools\Api\Client\Resource\ResourceByProjectKeySubscriptions\post
post(?SubscriptionDraft $body=null, array $headers=[])
Definition
ResourceByProjectKeySubscriptions.php:76
Commercetools\Api\Client\Resource\ResourceByProjectKeySubscriptions\__construct
__construct(array $args=[], ClientInterface $client=null)
Definition
ResourceByProjectKeySubscriptions.php:24
Commercetools\Api\Client\Resource\ResourceByProjectKeySubscriptions\withKey
withKey(string $key=null)
Definition
ResourceByProjectKeySubscriptions.php:31
Commercetools\Api\Client\Resource\ResourceByProjectKeySubscriptionsKeyByKey
Definition
ResourceByProjectKeySubscriptionsKeyByKey.php:20
Commercetools\Client\ApiResource
Definition
ApiResource.php:15
Commercetools\Client\ApiResource\getClient
getClient()
Definition
ApiResource.php:61
Commercetools\Client\ApiResource\getArgs
getArgs()
Definition
ApiResource.php:56
Commercetools\Api\Models\Subscription\SubscriptionDraft
Definition
SubscriptionDraft.php:15
Commercetools\Api\Client\Resource
Definition
ByProjectKeyApiClientsByIDDelete.php:9
Generated by
1.9.8