File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
algoliasearch/src/main/java/com/algolia/model Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
import com .fasterxml .jackson .databind .annotation .*;
8
8
import java .util .Objects ;
9
9
10
- /** a search banner with image and url . */
10
+ /** Banner with image and link to redirect users . */
11
11
public class Banner {
12
12
13
13
@ JsonProperty ("image" )
Original file line number Diff line number Diff line change 9
9
import java .util .List ;
10
10
import java .util .Objects ;
11
11
12
- /** image of a search banner. */
12
+ /** Image to show inside a banner. */
13
13
public class BannerImage {
14
14
15
15
@ JsonProperty ("urls" )
Original file line number Diff line number Diff line change 7
7
import com .fasterxml .jackson .databind .annotation .*;
8
8
import java .util .Objects ;
9
9
10
- /** url for a search banner image . */
10
+ /** URL for an image to show inside a banner . */
11
11
public class BannerImageUrl {
12
12
13
13
@ JsonProperty ("url" )
Original file line number Diff line number Diff line change 7
7
import com .fasterxml .jackson .databind .annotation .*;
8
8
import java .util .Objects ;
9
9
10
- /** link for a banner defined in merchandising studio . */
10
+ /** Link for a banner defined in the Merchandising Studio . */
11
11
public class BannerLink {
12
12
13
13
@ JsonProperty ("url" )
Original file line number Diff line number Diff line change 9
9
import java .util .List ;
10
10
import java .util .Objects ;
11
11
12
- /** widgets returned from any rules that are applied to the current search. */
12
+ /** Widgets returned from any rules that are applied to the current search. */
13
13
public class Widgets {
14
14
15
15
@ JsonProperty ("banners" )
@@ -28,7 +28,7 @@ public Widgets addBanners(Banner bannersItem) {
28
28
return this ;
29
29
}
30
30
31
- /** banners defined in the merchandising studio for the given search. */
31
+ /** Banners defined in the Merchandising Studio for a given search. */
32
32
@ javax .annotation .Nullable
33
33
public List <Banner > getBanners () {
34
34
return banners ;
Original file line number Diff line number Diff line change 7
7
import com .fasterxml .jackson .databind .annotation .*;
8
8
import java .util .Objects ;
9
9
10
- /** a search banner with image and url . */
10
+ /** Banner with image and link to redirect users . */
11
11
public class Banner {
12
12
13
13
@ JsonProperty ("image" )
Original file line number Diff line number Diff line change 9
9
import java .util .List ;
10
10
import java .util .Objects ;
11
11
12
- /** image of a search banner. */
12
+ /** Image to show inside a banner. */
13
13
public class BannerImage {
14
14
15
15
@ JsonProperty ("urls" )
Original file line number Diff line number Diff line change 7
7
import com .fasterxml .jackson .databind .annotation .*;
8
8
import java .util .Objects ;
9
9
10
- /** url for a search banner image . */
10
+ /** URL for an image to show inside a banner . */
11
11
public class BannerImageUrl {
12
12
13
13
@ JsonProperty ("url" )
Original file line number Diff line number Diff line change 7
7
import com .fasterxml .jackson .databind .annotation .*;
8
8
import java .util .Objects ;
9
9
10
- /** link for a banner defined in merchandising studio . */
10
+ /** Link for a banner defined in the Merchandising Studio . */
11
11
public class BannerLink {
12
12
13
13
@ JsonProperty ("url" )
Original file line number Diff line number Diff line change 9
9
import java .util .List ;
10
10
import java .util .Objects ;
11
11
12
- /** widgets returned from any rules that are applied to the current search. */
12
+ /** Widgets returned from any rules that are applied to the current search. */
13
13
public class Widgets {
14
14
15
15
@ JsonProperty ("banners" )
@@ -28,7 +28,7 @@ public Widgets addBanners(Banner bannersItem) {
28
28
return this ;
29
29
}
30
30
31
- /** banners defined in the merchandising studio for the given search. */
31
+ /** Banners defined in the Merchandising Studio for a given search. */
32
32
@ javax .annotation .Nullable
33
33
public List <Banner > getBanners () {
34
34
return banners ;
You can’t perform that action at this time.
0 commit comments