Uses of Class
org.openapitools.client.model.BookmarkGroupResult
-
Packages that use BookmarkGroupResult Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of BookmarkGroupResult in org.openapitools.client.api
Methods in org.openapitools.client.api that return types with arguments of type BookmarkGroupResult 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.ApiResponse<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.Method parameters in org.openapitools.client.api with type arguments of type BookmarkGroupResult Modifier and Type Method Description 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. -
Uses of BookmarkGroupResult in org.openapitools.client.model
Methods in org.openapitools.client.model that return BookmarkGroupResult Modifier and Type Method Description BookmarkGroupResultBookmarkGroupResult. addSlimGroupsItem(SlimGroup slimGroupsItem)BookmarkGroupResultBookmarkGroupResult. chunkUuid(UUID chunkUuid)static BookmarkGroupResultBookmarkGroupResult. fromJson(String jsonString)Create an instance of BookmarkGroupResult given an JSON stringBookmarkGroupResultBookmarkGroupResult. slimGroups(List<@Valid SlimGroup> slimGroups)
-