commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
lib
commercetools-history
src
Models
Change
SetAssetKeyChange.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\ChangeValue\AssetChangeValue
;
14
15
interface
SetAssetKeyChange
extends
Change
16
{
17
18
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
19
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
20
public
const
FIELD_ASSET
=
'asset'
;
21
public
const
FIELD_CATALOG_DATA
=
'catalogData'
;
22
public
const
FIELD_VARIANT
=
'variant'
;
23
28
public
function
getChange
();
29
34
public
function
getType
();
35
42
public
function
getPreviousValue
();
43
50
public
function
getNextValue
();
51
58
public
function
getAsset
();
59
70
public
function
getCatalogData
();
71
79
public
function
getVariant
();
80
84
public
function
setChange
(?
string
$change): void;
85
89
public
function
setPreviousValue
(?
string
$previousValue): void;
90
94
public
function
setNextValue
(?
string
$nextValue): void;
95
99
public
function
setAsset
(?
AssetChangeValue
$asset): void;
100
104
public
function
setCatalogData
(?
string
$catalogData): void;
105
109
public
function
setVariant
(?
string
$variant): void;
110
}
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\SetAssetKeyChange
Definition
SetAssetKeyChange.php:16
Commercetools\History\Models\Change\SetAssetKeyChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition
SetAssetKeyChange.php:18
Commercetools\History\Models\Change\SetAssetKeyChange\setNextValue
setNextValue(?string $nextValue)
Commercetools\History\Models\Change\SetAssetKeyChange\FIELD_VARIANT
const FIELD_VARIANT
Definition
SetAssetKeyChange.php:22
Commercetools\History\Models\Change\SetAssetKeyChange\getChange
getChange()
Commercetools\History\Models\Change\SetAssetKeyChange\setVariant
setVariant(?string $variant)
Commercetools\History\Models\Change\SetAssetKeyChange\FIELD_CATALOG_DATA
const FIELD_CATALOG_DATA
Definition
SetAssetKeyChange.php:21
Commercetools\History\Models\Change\SetAssetKeyChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetAssetKeyChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetAssetKeyChange\setAsset
setAsset(?AssetChangeValue $asset)
Commercetools\History\Models\Change\SetAssetKeyChange\getVariant
getVariant()
Commercetools\History\Models\Change\SetAssetKeyChange\getAsset
getAsset()
Commercetools\History\Models\Change\SetAssetKeyChange\getCatalogData
getCatalogData()
Commercetools\History\Models\Change\SetAssetKeyChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetAssetKeyChange\getType
getType()
Commercetools\History\Models\Change\SetAssetKeyChange\setCatalogData
setCatalogData(?string $catalogData)
Commercetools\History\Models\Change\SetAssetKeyChange\FIELD_ASSET
const FIELD_ASSET
Definition
SetAssetKeyChange.php:20
Commercetools\History\Models\Change\SetAssetKeyChange\setPreviousValue
setPreviousValue(?string $previousValue)
Commercetools\History\Models\Change\SetAssetKeyChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition
SetAssetKeyChange.php:19
Commercetools\History\Models\ChangeValue\AssetChangeValue
Definition
AssetChangeValue.php:16
Commercetools\History\Models\Change
Definition
AddAddressChange.php:9
Generated by
1.9.8