Uses of Class
org.openapitools.client.model.BookmarkData
-
Packages that use BookmarkData Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of BookmarkData in org.openapitools.client.api
Methods in org.openapitools.client.api that return BookmarkData Modifier and Type Method Description BookmarkDataChunkGroupApi. getChunksInGroup(String trDataset, UUID groupId, Long page)Get Chunks in Group Get Chunks in Group Route to get all chunks for a group.BookmarkDataChunkGroupApi. getChunksInGroupByTrackingId(String trDataset, String groupTrackingId, Long page)Get Chunks in Group by Tracking ID Get Chunks in Group by Tracking ID Route to get all chunks for a group.Methods in org.openapitools.client.api that return types with arguments of type BookmarkData Modifier and Type Method Description ApiResponse<BookmarkData>ChunkGroupApi. getChunksInGroupByTrackingIdWithHttpInfo(@NotNull String trDataset, @NotNull String groupTrackingId, @NotNull @Min(0L) Long page)Get Chunks in Group by Tracking ID Get Chunks in Group by Tracking ID Route to get all chunks for a group.ApiResponse<BookmarkData>ChunkGroupApi. getChunksInGroupWithHttpInfo(@NotNull String trDataset, @NotNull UUID groupId, @NotNull @Min(0L) Long page)Get Chunks in Group Get Chunks in Group Route to get all chunks for a group.Method parameters in org.openapitools.client.api with type arguments of type BookmarkData Modifier and Type Method Description okhttp3.CallChunkGroupApi. getChunksInGroupAsync(String trDataset, UUID groupId, Long page, ApiCallback<BookmarkData> _callback)Get Chunks in Group (asynchronously) Get Chunks in Group Route to get all chunks for a group.okhttp3.CallChunkGroupApi. getChunksInGroupByTrackingIdAsync(String trDataset, String groupTrackingId, Long page, ApiCallback<BookmarkData> _callback)Get Chunks in Group by Tracking ID (asynchronously) Get Chunks in Group by Tracking ID Route to get all chunks for a group. -
Uses of BookmarkData in org.openapitools.client.model
Methods in org.openapitools.client.model that return BookmarkData Modifier and Type Method Description BookmarkDataBookmarkData. addChunksItem(ChunkMetadataWithFileData chunksItem)BookmarkDataBookmarkData. chunks(List<@Valid ChunkMetadataWithFileData> chunks)static BookmarkDataBookmarkData. fromJson(String jsonString)Create an instance of BookmarkData given an JSON stringBookmarkDataBookmarkData. group(ChunkGroup group)BookmarkDataBookmarkData. totalPages(Long totalPages)
-