commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
UpdateSyncInfoChange.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\Common\SyncInfo
;
14
15
interface
UpdateSyncInfoChange
extends
Change
16
{
17
18
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
19
public
const
FIELD_CHANNEL_ID
=
'channelId'
;
20
25
public
function
getType
();
26
31
public
function
getChange
();
32
39
public
function
getNextValue
();
40
47
public
function
getChannelId
();
48
52
public
function
setChange
(?
string
$change): void;
53
57
public
function
setNextValue
(?
SyncInfo
$nextValue): void;
58
62
public
function
setChannelId
(?
string
$channelId): void;
63
}
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\UpdateSyncInfoChange
Definition:
UpdateSyncInfoChange.php:16
Commercetools\History\Models\Change\UpdateSyncInfoChange\setChannelId
setChannelId(?string $channelId)
Commercetools\History\Models\Change\UpdateSyncInfoChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
UpdateSyncInfoChange.php:18
Commercetools\History\Models\Change\UpdateSyncInfoChange\setNextValue
setNextValue(?SyncInfo $nextValue)
Commercetools\History\Models\Change\UpdateSyncInfoChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\UpdateSyncInfoChange\getChannelId
getChannelId()
Commercetools\History\Models\Change\UpdateSyncInfoChange\FIELD_CHANNEL_ID
const FIELD_CHANNEL_ID
Definition:
UpdateSyncInfoChange.php:19
Commercetools\History\Models\Change\UpdateSyncInfoChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\UpdateSyncInfoChange\getChange
getChange()
Commercetools\History\Models\Change\UpdateSyncInfoChange\getType
getType()
Commercetools\History\Models\Common\SyncInfo
Definition:
SyncInfo.php:15
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1