Uses of Class
org.openapitools.client.model.GroupData
-
Packages that use GroupData Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of GroupData in org.openapitools.client.api
Methods in org.openapitools.client.api that return GroupData Modifier and Type Method Description GroupDataChunkGroupApi. getSpecificDatasetChunkGroups(String trDataset, UUID datasetId, Long page)Get Groups for Dataset Get Groups for Dataset Fetch the groups which belong to a dataset specified by its id.Methods in org.openapitools.client.api that return types with arguments of type GroupData Modifier and Type Method Description ApiResponse<GroupData>ChunkGroupApi. getSpecificDatasetChunkGroupsWithHttpInfo(@NotNull String trDataset, @NotNull UUID datasetId, @NotNull Long page)Get Groups for Dataset Get Groups for Dataset Fetch the groups which belong to a dataset specified by its id.Method parameters in org.openapitools.client.api with type arguments of type GroupData Modifier and Type Method Description okhttp3.CallChunkGroupApi. getSpecificDatasetChunkGroupsAsync(String trDataset, UUID datasetId, Long page, ApiCallback<GroupData> _callback)Get Groups for Dataset (asynchronously) Get Groups for Dataset Fetch the groups which belong to a dataset specified by its id. -
Uses of GroupData in org.openapitools.client.model
Methods in org.openapitools.client.model that return GroupData Modifier and Type Method Description GroupDataGroupData. addGroupsItem(ChunkGroupAndFile groupsItem)static GroupDataGroupData. fromJson(String jsonString)Create an instance of GroupData given an JSON stringGroupDataGroupData. groups(List<@Valid ChunkGroupAndFile> groups)GroupDataGroupData. totalPages(Long totalPages)
-