Uses of Class
org.openapitools.client.model.GroupScoreChunkDTO
-
Packages that use GroupScoreChunkDTO Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of GroupScoreChunkDTO in org.openapitools.client.api
Methods in org.openapitools.client.api that return types with arguments of type GroupScoreChunkDTO Modifier and Type Method Description List<GroupScoreChunkDTO>ChunkGroupApi. getRecommendedGroups(String trDataset, ReccomendGroupChunksRequest reccomendGroupChunksRequest)Get Recommended Groups Get Recommended Groups Route to get recommended groups.ApiResponse<List<GroupScoreChunkDTO>>ChunkGroupApi. getRecommendedGroupsWithHttpInfo(@NotNull String trDataset, @NotNull ReccomendGroupChunksRequest reccomendGroupChunksRequest)Get Recommended Groups Get Recommended Groups Route to get recommended groups.Method parameters in org.openapitools.client.api with type arguments of type GroupScoreChunkDTO Modifier and Type Method Description okhttp3.CallChunkGroupApi. getRecommendedGroupsAsync(String trDataset, ReccomendGroupChunksRequest reccomendGroupChunksRequest, ApiCallback<List<GroupScoreChunkDTO>> _callback)Get Recommended Groups (asynchronously) Get Recommended Groups Route to get recommended groups. -
Uses of GroupScoreChunkDTO in org.openapitools.client.model
Methods in org.openapitools.client.model that return GroupScoreChunkDTO Modifier and Type Method Description GroupScoreChunkDTOGroupScoreChunkDTO. addMetadataItem(ScoreChunkDTO metadataItem)static GroupScoreChunkDTOGroupScoreChunkDTO. fromJson(String jsonString)Create an instance of GroupScoreChunkDTO given an JSON stringGroupScoreChunkDTOGroupScoreChunkDTO. groupId(UUID groupId)GroupScoreChunkDTOGroupScoreChunkDTO. metadata(List<@Valid ScoreChunkDTO> metadata)Methods in org.openapitools.client.model that return types with arguments of type GroupScoreChunkDTO Modifier and Type Method Description @NotNull @Valid List<@Valid GroupScoreChunkDTO>SearchOverGroupsResponseBody. getGroupChunks()Get groupChunksMethods in org.openapitools.client.model with parameters of type GroupScoreChunkDTO Modifier and Type Method Description SearchOverGroupsResponseBodySearchOverGroupsResponseBody. addGroupChunksItem(GroupScoreChunkDTO groupChunksItem)Method parameters in org.openapitools.client.model with type arguments of type GroupScoreChunkDTO Modifier and Type Method Description SearchOverGroupsResponseBodySearchOverGroupsResponseBody. groupChunks(List<@Valid GroupScoreChunkDTO> groupChunks)voidSearchOverGroupsResponseBody. setGroupChunks(List<@Valid GroupScoreChunkDTO> groupChunks)
-