commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
SetCustomFieldChange.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
14
interface
SetCustomFieldChange
extends
Change
15
{
16
17
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
18
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
19
public
const
FIELD_NAME
=
'name'
;
20
public
const
FIELD_CUSTOM_TYPE_ID
=
'customTypeId'
;
21
26
public
function
getChange
();
27
32
public
function
getType
();
33
40
public
function
getPreviousValue
();
41
48
public
function
getNextValue
();
49
56
public
function
getName
();
57
64
public
function
getCustomTypeId
();
65
69
public
function
setChange
(?
string
$change): void;
70
74
public
function
setPreviousValue
( $previousValue): void;
75
79
public
function
setNextValue
( $nextValue): void;
80
84
public
function
setName
(?
string
$name): void;
85
89
public
function
setCustomTypeId
(?
string
$customTypeId): void;
90
}
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\SetCustomFieldChange
Definition:
SetCustomFieldChange.php:15
Commercetools\History\Models\Change\SetCustomFieldChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition:
SetCustomFieldChange.php:17
Commercetools\History\Models\Change\SetCustomFieldChange\setPreviousValue
setPreviousValue( $previousValue)
Commercetools\History\Models\Change\SetCustomFieldChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetCustomFieldChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetCustomFieldChange\getName
getName()
Commercetools\History\Models\Change\SetCustomFieldChange\FIELD_CUSTOM_TYPE_ID
const FIELD_CUSTOM_TYPE_ID
Definition:
SetCustomFieldChange.php:20
Commercetools\History\Models\Change\SetCustomFieldChange\getChange
getChange()
Commercetools\History\Models\Change\SetCustomFieldChange\FIELD_NAME
const FIELD_NAME
Definition:
SetCustomFieldChange.php:19
Commercetools\History\Models\Change\SetCustomFieldChange\setCustomTypeId
setCustomTypeId(?string $customTypeId)
Commercetools\History\Models\Change\SetCustomFieldChange\getType
getType()
Commercetools\History\Models\Change\SetCustomFieldChange\getCustomTypeId
getCustomTypeId()
Commercetools\History\Models\Change\SetCustomFieldChange\setName
setName(?string $name)
Commercetools\History\Models\Change\SetCustomFieldChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetCustomFieldChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
SetCustomFieldChange.php:18
Commercetools\History\Models\Change\SetCustomFieldChange\setNextValue
setNextValue( $nextValue)
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1