Uses of Class
org.openapitools.client.model.ReturnQueuedChunk
-
Packages that use ReturnQueuedChunk Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of ReturnQueuedChunk in org.openapitools.client.api
Methods in org.openapitools.client.api that return ReturnQueuedChunk Modifier and Type Method Description ReturnQueuedChunkChunkApi. createChunk(String trDataset, CreateChunkData createChunkData)Create or Upsert Chunk or Chunks Create or Upsert Chunk or Chunks Create a new chunk.Methods in org.openapitools.client.api that return types with arguments of type ReturnQueuedChunk Modifier and Type Method Description ApiResponse<ReturnQueuedChunk>ChunkApi. createChunkWithHttpInfo(@NotNull String trDataset, @NotNull CreateChunkData createChunkData)Create or Upsert Chunk or Chunks Create or Upsert Chunk or Chunks Create a new chunk.Method parameters in org.openapitools.client.api with type arguments of type ReturnQueuedChunk Modifier and Type Method Description okhttp3.CallChunkApi. createChunkAsync(String trDataset, CreateChunkData createChunkData, ApiCallback<ReturnQueuedChunk> _callback)Create or Upsert Chunk or Chunks (asynchronously) Create or Upsert Chunk or Chunks Create a new chunk. -
Uses of ReturnQueuedChunk in org.openapitools.client.model
Methods in org.openapitools.client.model that return ReturnQueuedChunk Modifier and Type Method Description static ReturnQueuedChunkReturnQueuedChunk. fromJson(String jsonString)Create an instance of ReturnQueuedChunk given an JSON string
-