commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
SetSearchKeywordsChange.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\Change
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\History\Models\Common\SearchKeywords
;
14
15
interface
SetSearchKeywordsChange
extends
Change
16
{
17
18
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
19
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
20
public
const
FIELD_CATALOG_DATA
=
'catalogData'
;
21
26
public
function
getType
();
27
32
public
function
getChange
();
33
40
public
function
getPreviousValue
();
41
48
public
function
getNextValue
();
49
59
public
function
getCatalogData
();
60
64
public
function
setChange
(?
string
$change): void;
65
69
public
function
setPreviousValue
(?
SearchKeywords
$previousValue): void;
70
74
public
function
setNextValue
(?
SearchKeywords
$nextValue): void;
75
79
public
function
setCatalogData
(?
string
$catalogData): void;
80
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\Change\Change
Definition:
Change.php:15
Commercetools\History\Models\Change\SetSearchKeywordsChange
Definition:
SetSearchKeywordsChange.php:16
Commercetools\History\Models\Change\SetSearchKeywordsChange\getCatalogData
getCatalogData()
Commercetools\History\Models\Change\SetSearchKeywordsChange\setPreviousValue
setPreviousValue(?SearchKeywords $previousValue)
Commercetools\History\Models\Change\SetSearchKeywordsChange\getChange
getChange()
Commercetools\History\Models\Change\SetSearchKeywordsChange\setCatalogData
setCatalogData(?string $catalogData)
Commercetools\History\Models\Change\SetSearchKeywordsChange\getType
getType()
Commercetools\History\Models\Change\SetSearchKeywordsChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetSearchKeywordsChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
SetSearchKeywordsChange.php:19
Commercetools\History\Models\Change\SetSearchKeywordsChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetSearchKeywordsChange\FIELD_CATALOG_DATA
const FIELD_CATALOG_DATA
Definition:
SetSearchKeywordsChange.php:20
Commercetools\History\Models\Change\SetSearchKeywordsChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetSearchKeywordsChange\setNextValue
setNextValue(?SearchKeywords $nextValue)
Commercetools\History\Models\Change\SetSearchKeywordsChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition:
SetSearchKeywordsChange.php:18
Commercetools\History\Models\Common\SearchKeywords
Definition:
SearchKeywords.php:15
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1