Skip to content

Commit e88f6f5

Browse files
committed
build(codegen): updating SDK
1 parent 2cc89cc commit e88f6f5

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/search/SearchFieldType.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,67 +17,67 @@
1717
public interface SearchFieldType extends JsonEnum {
1818

1919
/**
20-
<p>For Boolean fields and AttributeBooleanType Attributes.</p> */
20+
<p>For Boolean fields, AttributeBooleanType Attributes, and BooleanType Custom Fields.</p> */
2121
SearchFieldType BOOLEAN = SearchFieldTypeEnum.BOOLEAN;
2222
/**
23-
<p>For string fields and AttributeTextType Attributes.</p> */
23+
<p>For string fields, AttributeTextType Attributes, and StringType Custom Fields.</p> */
2424
SearchFieldType TEXT = SearchFieldTypeEnum.TEXT;
2525
/**
26-
<p>For LocalizedString fields and AttributeLocalizableTextType Attributes.</p> */
26+
<p>For LocalizedString fields, AttributeLocalizableTextType Attributes, and LocalizedStringType Custom Fields.</p> */
2727
SearchFieldType LTEXT = SearchFieldTypeEnum.LTEXT;
2828
/**
29-
<p>For enum fields and AttributeEnumType Attributes.</p> */
29+
<p>For enum fields, AttributeEnumType Attributes, and EnumType Custom Fields.</p> */
3030
SearchFieldType ENUM = SearchFieldTypeEnum.ENUM;
3131
/**
32-
<p>For localized enum fields and AttributeLocalizedEnumType Attributes.</p> */
32+
<p>For localized enum fields, AttributeLocalizedEnumType Attributes, and LocalizedEnumType Custom Fields.</p> */
3333
SearchFieldType LENUM = SearchFieldTypeEnum.LENUM;
3434
/**
35-
<p>For number fields and AttributeNumberType Attributes.</p> */
35+
<p>For number fields, AttributeNumberType Attributes, and NumberType Custom Fields.</p> */
3636
SearchFieldType NUMBER = SearchFieldTypeEnum.NUMBER;
3737
/**
3838
<p>For Money fields and AttributeMoneyType Attributes.</p> */
3939
SearchFieldType MONEY = SearchFieldTypeEnum.MONEY;
4040
/**
41-
<p>For Date fields and AttributeDateType Attributes.</p> */
41+
<p>For Date fields, AttributeDateType Attributes, and DateType Custom Fields.</p> */
4242
SearchFieldType DATE = SearchFieldTypeEnum.DATE;
4343
/**
44-
<p>For DateTime fields and AttributeDateTimeType Attributes.</p> */
44+
<p>For DateTime fields, AttributeDateTimeType Attributes, and DateTimeType Custom Fields.</p> */
4545
SearchFieldType DATETIME = SearchFieldTypeEnum.DATETIME;
4646
/**
47-
<p>For Time fields and AttributeTimeType Attributes.</p> */
47+
<p>For Time fields, AttributeTimeType Attributes, and TimeType Custom Fields.</p> */
4848
SearchFieldType TIME = SearchFieldTypeEnum.TIME;
4949
/**
5050
<p>For Reference fields and AttributeReferenceType Attributes.</p> */
5151
SearchFieldType REFERENCE = SearchFieldTypeEnum.REFERENCE;
5252
/**
53-
<p>For Set of Boolean fields and AttributeSetType of <code>boolean</code> Attributes.</p> */
53+
<p>For Set of Boolean fields, AttributeSetType of <code>boolean</code> Attributes, and SetType of <code>boolean</code> Custom Fields.</p> */
5454
SearchFieldType SET_BOOLEAN = SearchFieldTypeEnum.SET_BOOLEAN;
5555
/**
56-
<p>For Set of string fields and AttributeSetType of <code>text</code> Attributes.</p> */
56+
<p>For Set of string fields, AttributeSetType of <code>text</code> Attributes, and SetType of <code>text</code> Custom Fields.</p> */
5757
SearchFieldType SET_TEXT = SearchFieldTypeEnum.SET_TEXT;
5858
/**
59-
<p>For Set of LocalizedString fields and AttributeSetType of <code>ltext</code> Attributes.</p> */
59+
<p>For Set of LocalizedString fields, AttributeSetType of <code>ltext</code> Attributes, and SetType of <code>ltext</code> Custom Fields.</p> */
6060
SearchFieldType SET_LTEXT = SearchFieldTypeEnum.SET_LTEXT;
6161
/**
62-
<p>For Set of enum fields and AttributeSetType of <code>enum</code> Attributes.</p> */
62+
<p>For Set of enum fields, AttributeSetType of <code>enum</code> Attributes, and SetType of <code>enum</code> Custom Fields.</p> */
6363
SearchFieldType SET_ENUM = SearchFieldTypeEnum.SET_ENUM;
6464
/**
65-
<p>For Set of localized enum fields and AttributeSetType of <code>lenum</code> Attributes.</p> */
65+
<p>For Set of localized enum fields, AttributeSetType of <code>lenum</code> Attributes, and SetType of <code>lenum</code> Custom Fields.</p> */
6666
SearchFieldType SET_LENUM = SearchFieldTypeEnum.SET_LENUM;
6767
/**
68-
<p>For Set of number fields and AttributeSetType of <code>number</code> Attributes.</p> */
68+
<p>For Set of number fields, AttributeSetType of <code>number</code> Attributes, and SetType of <code>number</code> Custom Fields.</p> */
6969
SearchFieldType SET_NUMBER = SearchFieldTypeEnum.SET_NUMBER;
7070
/**
7171
<p>For Set of Money fields and AttributeSetType of <code>money</code> Attributes.</p> */
7272
SearchFieldType SET_MONEY = SearchFieldTypeEnum.SET_MONEY;
7373
/**
74-
<p>For Set of Date fields and AttributeSetType of <code>date</code> Attributes.</p> */
74+
<p>For Set of Date fields, AttributeSetType of <code>date</code> Attributes, and SetType of <code>date</code> Custom Fields.</p> */
7575
SearchFieldType SET_DATE = SearchFieldTypeEnum.SET_DATE;
7676
/**
77-
<p>For Set of DateTime fields and AttributeSetType of <code>datetime</code> Attributes.</p> */
77+
<p>For Set of DateTime fields, AttributeSetType of <code>datetime</code> Attributes, and SetType of <code>datetime</code> Custom Fields.</p> */
7878
SearchFieldType SET_DATETIME = SearchFieldTypeEnum.SET_DATETIME;
7979
/**
80-
<p>For Set of Time fields and AttributeSetType of <code>time</code> Attributes.</p> */
80+
<p>For Set of Time fields, AttributeSetType of <code>time</code> Attributes, and SetType of <code>time</code> Custom Fields.</p> */
8181
SearchFieldType SET_TIME = SearchFieldTypeEnum.SET_TIME;
8282
/**
8383
<p>For Set of Reference fields and AttributeSetType of <code>reference</code> Attributes.</p> */

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,4 @@ d74a87f613d9efd31448c3b11f505f7bf6bf57c0
278278
4c21b32d2f4bd2b61a9ee586c736672ad4b4ff0b
279279
292d2e67ff13394a226e7c259cbaf086bb0119ec
280280
e07a21551ecb61f1f9d1578beb18de819f093feb
281+
0a840c3b82ed1a8dc9270a4ef896498b43230ac8

0 commit comments

Comments
 (0)