Uses of Class
org.openapitools.client.model.BatchQueuedChunkResponse
-
Packages that use BatchQueuedChunkResponse Package Description org.openapitools.client.model -
-
Uses of BatchQueuedChunkResponse in org.openapitools.client.model
Methods in org.openapitools.client.model that return BatchQueuedChunkResponse Modifier and Type Method Description BatchQueuedChunkResponseBatchQueuedChunkResponse. addChunkMetadataItem(ChunkMetadata chunkMetadataItem)BatchQueuedChunkResponseBatchQueuedChunkResponse. chunkMetadata(List<@Valid ChunkMetadata> chunkMetadata)static BatchQueuedChunkResponseBatchQueuedChunkResponse. fromJson(String jsonString)Create an instance of BatchQueuedChunkResponse given an JSON stringBatchQueuedChunkResponseReturnQueuedChunk. getBatchQueuedChunkResponse()Get the actual instance of `BatchQueuedChunkResponse`.BatchQueuedChunkResponseBatchQueuedChunkResponse. posInQueue(Integer posInQueue)Constructors in org.openapitools.client.model with parameters of type BatchQueuedChunkResponse Constructor Description ReturnQueuedChunk(BatchQueuedChunkResponse o)
-