commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
Search
SearchExactValue.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Search
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
SearchExactValue
extends
SearchQueryExpressionValue
15
{
16
public
const
FIELD_VALUE
=
'value'
;
17
public
const
FIELD_VALUES
=
'values'
;
18
public
const
FIELD_LANGUAGE
=
'language'
;
19
public
const
FIELD_CASE_INSENSITIVE
=
'caseInsensitive'
;
20
25
public
function
getValue
();
26
31
public
function
getValues
();
32
39
public
function
getLanguage
();
40
45
public
function
getCaseInsensitive
();
46
50
public
function
setValue
($value): void;
51
55
public
function
setValues
(?array $values): void;
56
60
public
function
setLanguage
(?
string
$language): void;
61
65
public
function
setCaseInsensitive
(?
bool
$caseInsensitive): void;
66
}
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Search\SearchExactValue
Definition
SearchExactValue.php:15
Commercetools\Api\Models\Search\SearchExactValue\getValues
getValues()
Commercetools\Api\Models\Search\SearchExactValue\setValues
setValues(?array $values)
Commercetools\Api\Models\Search\SearchExactValue\setValue
setValue($value)
Commercetools\Api\Models\Search\SearchExactValue\getCaseInsensitive
getCaseInsensitive()
Commercetools\Api\Models\Search\SearchExactValue\FIELD_LANGUAGE
const FIELD_LANGUAGE
Definition
SearchExactValue.php:18
Commercetools\Api\Models\Search\SearchExactValue\getValue
getValue()
Commercetools\Api\Models\Search\SearchExactValue\getLanguage
getLanguage()
Commercetools\Api\Models\Search\SearchExactValue\FIELD_VALUES
const FIELD_VALUES
Definition
SearchExactValue.php:17
Commercetools\Api\Models\Search\SearchExactValue\setCaseInsensitive
setCaseInsensitive(?bool $caseInsensitive)
Commercetools\Api\Models\Search\SearchExactValue\FIELD_CASE_INSENSITIVE
const FIELD_CASE_INSENSITIVE
Definition
SearchExactValue.php:19
Commercetools\Api\Models\Search\SearchExactValue\setLanguage
setLanguage(?string $language)
Commercetools\Api\Models\Search\SearchExactValue\FIELD_VALUE
const FIELD_VALUE
Definition
SearchExactValue.php:16
Commercetools\Api\Models\Search\SearchQueryExpressionValue
Definition
SearchQueryExpressionValue.php:15
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Search
Definition
SearchAndExpression.php:9
Generated by
1.9.8