commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
SetStatusInterfaceTextChange.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
SetStatusInterfaceTextChange
extends
Change
15
{
16
17
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
18
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
19
24
public
function
getType
();
25
30
public
function
getChange
();
31
38
public
function
getPreviousValue
();
39
46
public
function
getNextValue
();
47
51
public
function
setChange
(?
string
$change): void;
52
56
public
function
setPreviousValue
(?
string
$previousValue): void;
57
61
public
function
setNextValue
(?
string
$nextValue): void;
62
}
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\SetStatusInterfaceTextChange
Definition:
SetStatusInterfaceTextChange.php:15
Commercetools\History\Models\Change\SetStatusInterfaceTextChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
SetStatusInterfaceTextChange.php:18
Commercetools\History\Models\Change\SetStatusInterfaceTextChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetStatusInterfaceTextChange\getType
getType()
Commercetools\History\Models\Change\SetStatusInterfaceTextChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetStatusInterfaceTextChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition:
SetStatusInterfaceTextChange.php:17
Commercetools\History\Models\Change\SetStatusInterfaceTextChange\getChange
getChange()
Commercetools\History\Models\Change\SetStatusInterfaceTextChange\setNextValue
setNextValue(?string $nextValue)
Commercetools\History\Models\Change\SetStatusInterfaceTextChange\setPreviousValue
setPreviousValue(?string $previousValue)
Commercetools\History\Models\Change\SetStatusInterfaceTextChange\getNextValue
getNextValue()
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1