commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
ChangeValue
CustomFieldExpandedValue.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
CustomFieldExpandedValue
extends
JsonObject
16
{
17
18
public
const
FIELD_NAME
=
'name'
;
19
public
const
FIELD_VALUE
=
'value'
;
20
public
const
FIELD_LABEL
=
'label'
;
21
28
public
function
getName
();
29
36
public
function
getValue
();
37
44
public
function
getLabel
();
45
49
public
function
setName
(?
string
$name): void;
50
54
public
function
setValue
( $value): void;
55
59
public
function
setLabel
(?
LocalizedString
$label): void;
60
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\ChangeValue\CustomFieldExpandedValue
Definition:
CustomFieldExpandedValue.php:16
Commercetools\History\Models\ChangeValue\CustomFieldExpandedValue\getName
getName()
Commercetools\History\Models\ChangeValue\CustomFieldExpandedValue\setValue
setValue( $value)
Commercetools\History\Models\ChangeValue\CustomFieldExpandedValue\setLabel
setLabel(?LocalizedString $label)
Commercetools\History\Models\ChangeValue\CustomFieldExpandedValue\FIELD_LABEL
const FIELD_LABEL
Definition:
CustomFieldExpandedValue.php:20
Commercetools\History\Models\ChangeValue\CustomFieldExpandedValue\FIELD_VALUE
const FIELD_VALUE
Definition:
CustomFieldExpandedValue.php:19
Commercetools\History\Models\ChangeValue\CustomFieldExpandedValue\getLabel
getLabel()
Commercetools\History\Models\ChangeValue\CustomFieldExpandedValue\getValue
getValue()
Commercetools\History\Models\ChangeValue\CustomFieldExpandedValue\setName
setName(?string $name)
Commercetools\History\Models\ChangeValue\CustomFieldExpandedValue\FIELD_NAME
const FIELD_NAME
Definition:
CustomFieldExpandedValue.php:18
Commercetools\History\Models\Common\LocalizedString
Definition:
LocalizedString.php:14
Commercetools\History\Models\ChangeValue
Definition:
AssetChangeValue.php:9
Generated by
1.9.1