Uses of Class
org.openapitools.client.model.GetGroupsForChunksData
-
Packages that use GetGroupsForChunksData Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of GetGroupsForChunksData in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type GetGroupsForChunksData Modifier and Type Method Description List<BookmarkGroupResult>ChunkGroupApi. getGroupsChunkIsIn(String trDataset, GetGroupsForChunksData getGroupsForChunksData)Get Groups for Chunks Get Groups for Chunks Route to get the groups that a chunk is in.okhttp3.CallChunkGroupApi. getGroupsChunkIsInAsync(String trDataset, GetGroupsForChunksData getGroupsForChunksData, ApiCallback<List<BookmarkGroupResult>> _callback)Get Groups for Chunks (asynchronously) Get Groups for Chunks Route to get the groups that a chunk is in.okhttp3.CallChunkGroupApi. getGroupsChunkIsInCall(String trDataset, GetGroupsForChunksData getGroupsForChunksData, ApiCallback _callback)Build call for getGroupsChunkIsInApiResponse<List<BookmarkGroupResult>>ChunkGroupApi. getGroupsChunkIsInWithHttpInfo(@NotNull String trDataset, @NotNull GetGroupsForChunksData getGroupsForChunksData)Get Groups for Chunks Get Groups for Chunks Route to get the groups that a chunk is in. -
Uses of GetGroupsForChunksData in org.openapitools.client.model
Methods in org.openapitools.client.model that return GetGroupsForChunksData Modifier and Type Method Description GetGroupsForChunksDataGetGroupsForChunksData. addChunkIdsItem(UUID chunkIdsItem)GetGroupsForChunksDataGetGroupsForChunksData. chunkIds(List<UUID> chunkIds)static GetGroupsForChunksDataGetGroupsForChunksData. fromJson(String jsonString)Create an instance of GetGroupsForChunksData given an JSON string
-