commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Variables
$
a
d
e
f
g
o
r
s
t
u
•
All
Classes
Namespaces
Functions
Variables
Pages
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
Subscription
SubscriptionPagedQueryResponse.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Subscription
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
SubscriptionPagedQueryResponse
extends
JsonObject
15
{
16
public
const
FIELD_LIMIT
=
'limit'
;
17
public
const
FIELD_OFFSET
=
'offset'
;
18
public
const
FIELD_COUNT
=
'count'
;
19
public
const
FIELD_TOTAL
=
'total'
;
20
public
const
FIELD_RESULTS
=
'results'
;
21
28
public
function
getLimit
();
29
36
public
function
getOffset
();
37
44
public
function
getCount
();
45
56
public
function
getTotal
();
57
64
public
function
getResults
();
65
69
public
function
setLimit
(?
int
$limit): void;
70
74
public
function
setOffset
(?
int
$offset): void;
75
79
public
function
setCount
(?
int
$count): void;
80
84
public
function
setTotal
(?
int
$total): void;
85
89
public
function
setResults
(?
SubscriptionCollection
$results): void;
90
}
14
interface
SubscriptionPagedQueryResponse
extends
JsonObject
{
…
};
Commercetools\Api\Models\Subscription\SubscriptionCollection
Definition
SubscriptionCollection.php:22
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse
Definition
SubscriptionPagedQueryResponse.php:15
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\setTotal
setTotal(?int $total)
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\getOffset
getOffset()
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\setLimit
setLimit(?int $limit)
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\FIELD_TOTAL
const FIELD_TOTAL
Definition
SubscriptionPagedQueryResponse.php:19
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\getResults
getResults()
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\getLimit
getLimit()
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\FIELD_COUNT
const FIELD_COUNT
Definition
SubscriptionPagedQueryResponse.php:18
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\setOffset
setOffset(?int $offset)
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\FIELD_OFFSET
const FIELD_OFFSET
Definition
SubscriptionPagedQueryResponse.php:17
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\getTotal
getTotal()
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\FIELD_LIMIT
const FIELD_LIMIT
Definition
SubscriptionPagedQueryResponse.php:16
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\setCount
setCount(?int $count)
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\getCount
getCount()
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\FIELD_RESULTS
const FIELD_RESULTS
Definition
SubscriptionPagedQueryResponse.php:20
Commercetools\Api\Models\Subscription\SubscriptionPagedQueryResponse\setResults
setResults(?SubscriptionCollection $results)
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Subscription
Definition
AzureEventGridDestination.php:9
Generated by
1.9.8