Uses of Class
com.volcengine.privatezone.model.BatchDeleteCustomLineRequest
-
Packages that use BatchDeleteCustomLineRequest Package Description com.volcengine.privatezone com.volcengine.privatezone.model -
-
Uses of BatchDeleteCustomLineRequest in com.volcengine.privatezone
Methods in com.volcengine.privatezone with parameters of type BatchDeleteCustomLineRequest Modifier and Type Method Description BatchDeleteCustomLineResponsePrivateZoneApi. batchDeleteCustomLine(BatchDeleteCustomLineRequest body)com.squareup.okhttp.CallPrivateZoneApi. batchDeleteCustomLineAsync(BatchDeleteCustomLineRequest body, com.volcengine.ApiCallback<BatchDeleteCustomLineResponse> callback)(asynchronously)com.squareup.okhttp.CallPrivateZoneApi. batchDeleteCustomLineCall(BatchDeleteCustomLineRequest body, com.volcengine.ProgressResponseBody.ProgressListener progressListener, com.volcengine.ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for batchDeleteCustomLinecom.volcengine.ApiResponse<BatchDeleteCustomLineResponse>PrivateZoneApi. batchDeleteCustomLineWithHttpInfo(@NotNull BatchDeleteCustomLineRequest body) -
Uses of BatchDeleteCustomLineRequest in com.volcengine.privatezone.model
Methods in com.volcengine.privatezone.model that return BatchDeleteCustomLineRequest Modifier and Type Method Description BatchDeleteCustomLineRequestBatchDeleteCustomLineRequest. addLinesItem(String linesItem)BatchDeleteCustomLineRequestBatchDeleteCustomLineRequest. lines(List<String> lines)
-