commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
ChangeValue
AssetChangeValue.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\ChangeValue
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\History\Models\Common\LocalizedString
;
14
15
interface
AssetChangeValue
extends
JsonObject
16
{
17
18
public
const
FIELD_ID
=
'id'
;
19
public
const
FIELD_NAME
=
'name'
;
20
27
public
function
getId
();
28
35
public
function
getName
();
36
40
public
function
setId
(?
string
$id): void;
41
45
public
function
setName
(?
LocalizedString
$name): void;
46
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\ChangeValue\AssetChangeValue
Definition:
AssetChangeValue.php:16
Commercetools\History\Models\ChangeValue\AssetChangeValue\setName
setName(?LocalizedString $name)
Commercetools\History\Models\ChangeValue\AssetChangeValue\getName
getName()
Commercetools\History\Models\ChangeValue\AssetChangeValue\setId
setId(?string $id)
Commercetools\History\Models\ChangeValue\AssetChangeValue\FIELD_NAME
const FIELD_NAME
Definition:
AssetChangeValue.php:19
Commercetools\History\Models\ChangeValue\AssetChangeValue\getId
getId()
Commercetools\History\Models\ChangeValue\AssetChangeValue\FIELD_ID
const FIELD_ID
Definition:
AssetChangeValue.php:18
Commercetools\History\Models\Common\LocalizedString
Definition:
LocalizedString.php:14
Commercetools\History\Models\ChangeValue
Definition:
AssetChangeValue.php:9
Generated by
1.9.1