commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
UnpublishChangeBuilder.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\Change
;
10
11
use
Commercetools\Base\Builder
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
use
Commercetools\Base\JsonObjectModel
;
15
use
Commercetools\Base\MapperFactory
;
16
use stdClass;
17
21
final
class
UnpublishChangeBuilder
implements
Builder
22
{
27
private
$change;
28
33
public
function
getChange
()
34
{
35
return
$this->change;
36
}
37
42
public
function
withChange
(?
string
$change)
43
{
44
$this->change = $change;
45
46
return
$this;
47
}
48
49
50
public
function
build
():
UnpublishChange
51
{
52
return
new
UnpublishChangeModel
(
53
$this->change
54
);
55
}
56
57
public
static
function
of
():
UnpublishChangeBuilder
58
{
59
return
new
self
();
60
}
61
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObjectModel
Definition:
JsonObjectModel.php:15
Commercetools\Base\MapperFactory
Definition:
MapperFactory.php:16
Commercetools\History\Models\Change\UnpublishChangeBuilder
Definition:
UnpublishChangeBuilder.php:22
Commercetools\History\Models\Change\UnpublishChangeBuilder\build
build()
Definition:
UnpublishChangeBuilder.php:50
Commercetools\History\Models\Change\UnpublishChangeBuilder\of
static of()
Definition:
UnpublishChangeBuilder.php:57
Commercetools\History\Models\Change\UnpublishChangeBuilder\withChange
withChange(?string $change)
Definition:
UnpublishChangeBuilder.php:42
Commercetools\History\Models\Change\UnpublishChangeBuilder\getChange
getChange()
Definition:
UnpublishChangeBuilder.php:33
Commercetools\History\Models\Change\UnpublishChangeModel
Definition:
UnpublishChangeModel.php:21
Commercetools\Base\Builder
Definition:
Builder.php:16
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\Change\UnpublishChange
Definition:
UnpublishChange.php:15
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1