content
The content.
T - the content typeSerializableprotected protected JsonSliceDto(List<? extends T> content,
int number,
int size,
boolean hasNext) protected JsonSliceDto(List<? extends T> content,
int number,
int size,
boolean hasNext,
SortOrder sort) protected JsonSliceDto(List<? extends T> content,
int number,
int size,
boolean hasNext,
org.springframework.data.domain.Sort sort) protected JsonSliceDto(org.springframework.data.domain.Slice<? extends T> slice) intorg.springframework.data.domain.PageablegetSort()booleanbooleanisFirst()booleanisLast()booleanprotected voidsetContent(List<T> content) protected voidsetContentPresent(boolean contentPresent) protected voidsetFirst(boolean first) protected voidsetLast(boolean last) protected abstract voidsetNextAvailable(boolean nextAvailable) protected abstract voidsetNumber(int number) protected voidsetNumberOfElements(int numberOfElements) protected voidsetPreviousAvailable(boolean previousAvailable) protected abstract voidsetSize(int size) org.springframework.data.domain.Slice<T> toSlice()getNumber, getSize, isNextAvailablecontent - the contentnumber - the numbersize - the sizehasNext - the has nextcontent - the contentnumber - the numbersize - the sizehasNext - the has nextsort - the sortcontent - the contentnumber - the numbersize - the sizehasNext - the has nextsort - the sortslice - the slicecontent - the contentcontentPresent - the content presentnumber - the numbersize - the sizenumberOfElements - the number of elementsfirst - the firstlast - the lastnextAvailable - the next availablepreviousAvailable - the previous available