commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Search
SearchFullTextPrefixValue.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
SearchFullTextPrefixValue
extends
SearchQueryExpressionValue
15
{
16
public
const
FIELD_VALUE
=
'value'
;
17
public
const
FIELD_LANGUAGE
=
'language'
;
18
public
const
FIELD_MUST_MATCH
=
'mustMatch'
;
19
24
public
function
getValue
();
25
32
public
function
getLanguage
();
33
38
public
function
getMustMatch
();
39
43
public
function
setValue
($value): void;
44
48
public
function
setLanguage
(?
string
$language): void;
49
53
public
function
setMustMatch
(?
string
$mustMatch): void;
54
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Search\SearchFullTextPrefixValue
Definition:
SearchFullTextPrefixValue.php:15
Commercetools\Api\Models\Search\SearchFullTextPrefixValue\setMustMatch
setMustMatch(?string $mustMatch)
Commercetools\Api\Models\Search\SearchFullTextPrefixValue\FIELD_LANGUAGE
const FIELD_LANGUAGE
Definition:
SearchFullTextPrefixValue.php:17
Commercetools\Api\Models\Search\SearchFullTextPrefixValue\getLanguage
getLanguage()
Commercetools\Api\Models\Search\SearchFullTextPrefixValue\getValue
getValue()
Commercetools\Api\Models\Search\SearchFullTextPrefixValue\setLanguage
setLanguage(?string $language)
Commercetools\Api\Models\Search\SearchFullTextPrefixValue\FIELD_VALUE
const FIELD_VALUE
Definition:
SearchFullTextPrefixValue.php:16
Commercetools\Api\Models\Search\SearchFullTextPrefixValue\setValue
setValue($value)
Commercetools\Api\Models\Search\SearchFullTextPrefixValue\FIELD_MUST_MATCH
const FIELD_MUST_MATCH
Definition:
SearchFullTextPrefixValue.php:18
Commercetools\Api\Models\Search\SearchFullTextPrefixValue\getMustMatch
getMustMatch()
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.1