public static final class FindContentVersionsResult.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
FindContentVersionsResult |
build() |
FindContentVersionsResult.Builder |
contentVersions(ContentVersions contentVersions) |
FindContentVersionsResult.Builder |
from(int from) |
FindContentVersionsResult.Builder |
hits(long hits) |
FindContentVersionsResult.Builder |
size(int size) |
FindContentVersionsResult.Builder |
totalHits(long totalHits) |
public FindContentVersionsResult.Builder contentVersions(ContentVersions contentVersions)
public FindContentVersionsResult.Builder totalHits(long totalHits)
public FindContentVersionsResult.Builder hits(long hits)
public FindContentVersionsResult.Builder from(int from)
public FindContentVersionsResult.Builder size(int size)
public FindContentVersionsResult build()