Uses of Class
com.algolia.search.models.indexing.CopyResponse
-
Packages that use CopyResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of CopyResponse in com.algolia.search
Methods in com.algolia.search that return CopyResponse Modifier and Type Method Description default CopyResponseSearchClientCopyOperations. copyIndex(String sourceIndex, String destinationIndex)Make a copy of an index, in the given scope.default CopyResponseSearchClientCopyOperations. copyIndex(String sourceIndex, String destinationIndex, List<String> scopes)Make a copy of an index, in the given scope.default CopyResponseSearchClientCopyOperations. copyIndex(String sourceIndex, String destinationIndex, List<String> scopes, RequestOptions requestOptions)Make a copy of an index in the given scope.default CopyResponseSearchClientCopyOperations. copyRules(String sourceIndex, String destinationIndex)Make a copy of the rules of an indexdefault CopyResponseSearchClientCopyOperations. copyRules(String sourceIndex, String destinationIndex, RequestOptions requestOptions)Make a copy of the rules of an indexdefault CopyResponseSearchClientCopyOperations. copySettings(String sourceIndex, String destinationIndex)Make a copy of the settings of an indexdefault CopyResponseSearchClientCopyOperations. copySettings(String sourceIndex, String destinationIndex, RequestOptions requestOptions)Make a copy of the settings of an indexdefault CopyResponseSearchClientCopyOperations. copySynonyms(String sourceIndex, String destinationIndex)Make a copy of the synonyms of an indexdefault CopyResponseSearchClientCopyOperations. copySynonyms(String sourceIndex, String destinationIndex, RequestOptions requestOptions)Make a copy of the synonyms of an indexMethods in com.algolia.search that return types with arguments of type CopyResponse Modifier and Type Method Description default CompletableFuture<CopyResponse>SearchClientCopyOperations. copyIndexAsync(String sourceIndex, String destinationIndex)Make a copy of an index, in the given scope.default CompletableFuture<CopyResponse>SearchClientCopyOperations. copyIndexAsync(String sourceIndex, String destinationIndex, List<String> scopes)Make a copy of an index, in the given scope.default CompletableFuture<CopyResponse>SearchClientCopyOperations. copyIndexAsync(String sourceIndex, String destinationIndex, List<String> scopes, RequestOptions requestOptions)Make a copy of an index in the given scope.default CompletableFuture<CopyResponse>SearchClientCopyOperations. copyRulesAsync(String sourceIndex, String destinationIndex)Make a copy of the rules of an indexdefault CompletableFuture<CopyResponse>SearchClientCopyOperations. copyRulesAsync(String sourceIndex, String destinationIndex, RequestOptions requestOptions)Make a copy of the rules of an indexdefault CompletableFuture<CopyResponse>SearchClientCopyOperations. copySettingsAsync(String sourceIndex, String destinationIndex)Make a copy of the settings of an indexdefault CompletableFuture<CopyResponse>SearchClientCopyOperations. copySettingsAsync(String sourceIndex, String destinationIndex, RequestOptions requestOptions)Make a copy of the settings of an indexdefault CompletableFuture<CopyResponse>SearchClientCopyOperations. copySynonymsAsync(String sourceIndex, String destinationIndex)Make a copy of the synonyms of an indexdefault CompletableFuture<CopyResponse>SearchClientCopyOperations. copySynonymsAsync(String sourceIndex, String destinationIndex, RequestOptions requestOptions)Make a copy of the synonyms of an index -
Uses of CopyResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return CopyResponse Modifier and Type Method Description CopyResponseCopyResponse. setIndexName(String indexName)CopyResponseCopyResponse. setTaskID(Long taskID)CopyResponseCopyResponse. setUpdatedAt(OffsetDateTime updatedAt)
-