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
SetAssetCustomFieldChange.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
SetAssetCustomFieldChange
extends
Change
16
{
17
18
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
19
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
20
public
const
FIELD_NAME
=
'name'
;
21
public
const
FIELD_CUSTOM_TYPE_ID
=
'customTypeId'
;
22
public
const
FIELD_ASSET
=
'asset'
;
23
public
const
FIELD_CATALOG_DATA
=
'catalogData'
;
24
public
const
FIELD_VARIANT
=
'variant'
;
25
30
public
function
getChange
();
31
36
public
function
getType
();
37
44
public
function
getPreviousValue
();
45
52
public
function
getNextValue
();
53
60
public
function
getName
();
61
68
public
function
getCustomTypeId
();
69
76
public
function
getAsset
();
77
88
public
function
getCatalogData
();
89
97
public
function
getVariant
();
98
102
public
function
setChange
(?
string
$change): void;
103
107
public
function
setPreviousValue
( $previousValue): void;
108
112
public
function
setNextValue
( $nextValue): void;
113
117
public
function
setName
(?
string
$name): void;
118
122
public
function
setCustomTypeId
(?
string
$customTypeId): void;
123
127
public
function
setAsset
(?
AssetChangeValue
$asset): void;
128
132
public
function
setCatalogData
(?
string
$catalogData): void;
133
137
public
function
setVariant
(?
string
$variant): void;
138
}
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\SetAssetCustomFieldChange
Definition
SetAssetCustomFieldChange.php:16
Commercetools\History\Models\Change\SetAssetCustomFieldChange\getCatalogData
getCatalogData()
Commercetools\History\Models\Change\SetAssetCustomFieldChange\FIELD_VARIANT
const FIELD_VARIANT
Definition
SetAssetCustomFieldChange.php:24
Commercetools\History\Models\Change\SetAssetCustomFieldChange\getAsset
getAsset()
Commercetools\History\Models\Change\SetAssetCustomFieldChange\setCatalogData
setCatalogData(?string $catalogData)
Commercetools\History\Models\Change\SetAssetCustomFieldChange\getChange
getChange()
Commercetools\History\Models\Change\SetAssetCustomFieldChange\getType
getType()
Commercetools\History\Models\Change\SetAssetCustomFieldChange\setVariant
setVariant(?string $variant)
Commercetools\History\Models\Change\SetAssetCustomFieldChange\setPreviousValue
setPreviousValue( $previousValue)
Commercetools\History\Models\Change\SetAssetCustomFieldChange\FIELD_NAME
const FIELD_NAME
Definition
SetAssetCustomFieldChange.php:20
Commercetools\History\Models\Change\SetAssetCustomFieldChange\setAsset
setAsset(?AssetChangeValue $asset)
Commercetools\History\Models\Change\SetAssetCustomFieldChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetAssetCustomFieldChange\FIELD_CUSTOM_TYPE_ID
const FIELD_CUSTOM_TYPE_ID
Definition
SetAssetCustomFieldChange.php:21
Commercetools\History\Models\Change\SetAssetCustomFieldChange\FIELD_ASSET
const FIELD_ASSET
Definition
SetAssetCustomFieldChange.php:22
Commercetools\History\Models\Change\SetAssetCustomFieldChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetAssetCustomFieldChange\setCustomTypeId
setCustomTypeId(?string $customTypeId)
Commercetools\History\Models\Change\SetAssetCustomFieldChange\setName
setName(?string $name)
Commercetools\History\Models\Change\SetAssetCustomFieldChange\FIELD_CATALOG_DATA
const FIELD_CATALOG_DATA
Definition
SetAssetCustomFieldChange.php:23
Commercetools\History\Models\Change\SetAssetCustomFieldChange\getName
getName()
Commercetools\History\Models\Change\SetAssetCustomFieldChange\setNextValue
setNextValue( $nextValue)
Commercetools\History\Models\Change\SetAssetCustomFieldChange\getVariant
getVariant()
Commercetools\History\Models\Change\SetAssetCustomFieldChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetAssetCustomFieldChange\getCustomTypeId
getCustomTypeId()
Commercetools\History\Models\Change\SetAssetCustomFieldChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition
SetAssetCustomFieldChange.php:18
Commercetools\History\Models\Change\SetAssetCustomFieldChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition
SetAssetCustomFieldChange.php:19
Commercetools\History\Models\ChangeValue\AssetChangeValue
Definition
AssetChangeValue.php:16
Commercetools\History\Models\Change
Definition
AddAddressChange.php:9
Generated by
1.9.8