Uses of Class
org.openapitools.client.model.ChunkGroupAndFile
-
Packages that use ChunkGroupAndFile Package Description org.openapitools.client.model -
-
Uses of ChunkGroupAndFile in org.openapitools.client.model
Methods in org.openapitools.client.model that return ChunkGroupAndFile Modifier and Type Method Description ChunkGroupAndFileChunkGroupAndFile. createdAt(OffsetDateTime createdAt)ChunkGroupAndFileChunkGroupAndFile. datasetId(UUID datasetId)ChunkGroupAndFileChunkGroupAndFile. description(String description)ChunkGroupAndFileChunkGroupAndFile. fileId(UUID fileId)static ChunkGroupAndFileChunkGroupAndFile. fromJson(String jsonString)Create an instance of ChunkGroupAndFile given an JSON stringChunkGroupAndFileChunkGroupAndFile. id(UUID id)ChunkGroupAndFileChunkGroupAndFile. name(String name)ChunkGroupAndFileChunkGroupAndFile. trackingId(String trackingId)ChunkGroupAndFileChunkGroupAndFile. updatedAt(OffsetDateTime updatedAt)Methods in org.openapitools.client.model that return types with arguments of type ChunkGroupAndFile Modifier and Type Method Description @NotNull @Valid List<@Valid ChunkGroupAndFile>GroupData. getGroups()Get groupsMethods in org.openapitools.client.model with parameters of type ChunkGroupAndFile Modifier and Type Method Description GroupDataGroupData. addGroupsItem(ChunkGroupAndFile groupsItem)Method parameters in org.openapitools.client.model with type arguments of type ChunkGroupAndFile Modifier and Type Method Description GroupDataGroupData. groups(List<@Valid ChunkGroupAndFile> groups)voidGroupData. setGroups(List<@Valid ChunkGroupAndFile> groups)
-