commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
CustomerSearch
CustomerPagedSearchResponse.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\CustomerSearch
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
CustomerPagedSearchResponse
extends
JsonObject
15
{
16
public
const
FIELD_TOTAL
=
'total'
;
17
public
const
FIELD_LIMIT
=
'limit'
;
18
public
const
FIELD_OFFSET
=
'offset'
;
19
public
const
FIELD_RESULTS
=
'results'
;
20
27
public
function
getTotal
();
28
35
public
function
getLimit
();
36
43
public
function
getOffset
();
44
51
public
function
getResults
();
52
56
public
function
setTotal
(?
int
$total): void;
57
61
public
function
setLimit
(?
int
$limit): void;
62
66
public
function
setOffset
(?
int
$offset): void;
67
71
public
function
setResults
(?
CustomerSearchResultCollection
$results): void;
72
}
Commercetools\Api\Models\CustomerSearch\CustomerSearchResultCollection
Definition:
CustomerSearchResultCollection.php:22
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse
Definition:
CustomerPagedSearchResponse.php:15
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\setLimit
setLimit(?int $limit)
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\getLimit
getLimit()
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\getTotal
getTotal()
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\setTotal
setTotal(?int $total)
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\setOffset
setOffset(?int $offset)
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\getOffset
getOffset()
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\FIELD_RESULTS
const FIELD_RESULTS
Definition:
CustomerPagedSearchResponse.php:19
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\FIELD_OFFSET
const FIELD_OFFSET
Definition:
CustomerPagedSearchResponse.php:18
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\FIELD_LIMIT
const FIELD_LIMIT
Definition:
CustomerPagedSearchResponse.php:17
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\getResults
getResults()
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\setResults
setResults(?CustomerSearchResultCollection $results)
Commercetools\Api\Models\CustomerSearch\CustomerPagedSearchResponse\FIELD_TOTAL
const FIELD_TOTAL
Definition:
CustomerPagedSearchResponse.php:16
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\CustomerSearch
Definition:
CustomerIndexingProgress.php:9
Generated by
1.9.1