commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
AddLocalizedEnumValueChange.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\AttributeLocalizedEnumValue
;
14
15
interface
AddLocalizedEnumValueChange
extends
Change
16
{
17
18
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
19
public
const
FIELD_FIELD_NAME
=
'fieldName'
;
20
public
const
FIELD_ATTRIBUTE_NAME
=
'attributeName'
;
21
26
public
function
getType
();
27
32
public
function
getChange
();
33
40
public
function
getNextValue
();
41
48
public
function
getFieldName
();
49
56
public
function
getAttributeName
();
57
61
public
function
setChange
(?
string
$change): void;
62
66
public
function
setNextValue
(?
AttributeLocalizedEnumValue
$nextValue): void;
67
71
public
function
setFieldName
(?
string
$fieldName): void;
72
76
public
function
setAttributeName
(?
string
$attributeName): void;
77
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\Change\AddLocalizedEnumValueChange
Definition:
AddLocalizedEnumValueChange.php:16
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\setNextValue
setNextValue(?AttributeLocalizedEnumValue $nextValue)
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\FIELD_ATTRIBUTE_NAME
const FIELD_ATTRIBUTE_NAME
Definition:
AddLocalizedEnumValueChange.php:20
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\getFieldName
getFieldName()
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\setAttributeName
setAttributeName(?string $attributeName)
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\setFieldName
setFieldName(?string $fieldName)
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\getChange
getChange()
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
AddLocalizedEnumValueChange.php:18
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\getAttributeName
getAttributeName()
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\getType
getType()
Commercetools\History\Models\Change\AddLocalizedEnumValueChange\FIELD_FIELD_NAME
const FIELD_FIELD_NAME
Definition:
AddLocalizedEnumValueChange.php:19
Commercetools\History\Models\Change\Change
Definition:
Change.php:15
Commercetools\History\Models\Common\AttributeLocalizedEnumValue
Definition:
AttributeLocalizedEnumValue.php:15
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1