Package com.firecrawl.models
Class BatchScrapeOptions
- java.lang.Object
-
- com.firecrawl.models.BatchScrapeOptions
-
public class BatchScrapeOptions extends java.lang.ObjectOptions for a batch scrape job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchScrapeOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchScrapeOptions.Builderbuilder()java.lang.StringgetAppendToId()java.lang.StringgetIdempotencyKey()java.lang.BooleangetIgnoreInvalidURLs()java.lang.StringgetIntegration()java.lang.IntegergetMaxConcurrency()ScrapeOptionsgetOptions()java.lang.ObjectgetWebhook()java.lang.BooleangetZeroDataRetention()
-
-
-
Method Detail
-
getOptions
public ScrapeOptions getOptions()
-
getWebhook
public java.lang.Object getWebhook()
-
getAppendToId
public java.lang.String getAppendToId()
-
getIgnoreInvalidURLs
public java.lang.Boolean getIgnoreInvalidURLs()
-
getMaxConcurrency
public java.lang.Integer getMaxConcurrency()
-
getZeroDataRetention
public java.lang.Boolean getZeroDataRetention()
-
getIdempotencyKey
public java.lang.String getIdempotencyKey()
-
getIntegration
public java.lang.String getIntegration()
-
builder
public static BatchScrapeOptions.Builder builder()
-
-