Skip to content

Commit bd6a8c9

Browse files
authored
Update SliceResponse.java
1 parent 96db9ed commit bd6a8c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/clap/server/adapter/inbound/web/dto/common/SliceResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
public record SliceResponse<T> (
77
List<T> content,
8+
boolean hasNext,
89
boolean isFirst,
910
boolean isLast
1011
) {

0 commit comments

Comments
 (0)