commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
SetPropertyChange.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
SetPropertyChange
extends
Change
15
{
16
17
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
18
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
19
public
const
FIELD_PATH
=
'path'
;
20
25
public
function
getType
();
26
31
public
function
getChange
();
32
39
public
function
getPreviousValue
();
40
47
public
function
getNextValue
();
48
55
public
function
getPath
();
56
60
public
function
setChange
(?
string
$change): void;
61
65
public
function
setPreviousValue
( $previousValue): void;
66
70
public
function
setNextValue
( $nextValue): void;
71
75
public
function
setPath
(?
string
$path): void;
76
}
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\SetPropertyChange
Definition:
SetPropertyChange.php:15
Commercetools\History\Models\Change\SetPropertyChange\getType
getType()
Commercetools\History\Models\Change\SetPropertyChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetPropertyChange\setPath
setPath(?string $path)
Commercetools\History\Models\Change\SetPropertyChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetPropertyChange\getChange
getChange()
Commercetools\History\Models\Change\SetPropertyChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetPropertyChange\setNextValue
setNextValue( $nextValue)
Commercetools\History\Models\Change\SetPropertyChange\getPath
getPath()
Commercetools\History\Models\Change\SetPropertyChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition:
SetPropertyChange.php:17
Commercetools\History\Models\Change\SetPropertyChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
SetPropertyChange.php:18
Commercetools\History\Models\Change\SetPropertyChange\FIELD_PATH
const FIELD_PATH
Definition:
SetPropertyChange.php:19
Commercetools\History\Models\Change\SetPropertyChange\setPreviousValue
setPreviousValue( $previousValue)
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1