public class SourceOptionsObject
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
SourceOptionsObject.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
limit |
protected java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
protected |
SourceOptionsObject(SourceOptionsObject.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
limit()
Gets the limit.
|
java.lang.String |
name()
Gets the name.
|
SourceOptionsObject.Builder |
newBuilder()
New builder.
|
protected SourceOptionsObject(SourceOptionsObject.Builder builder)
public SourceOptionsObject.Builder newBuilder()
public java.lang.String name()
The name of the Salesforce document object to crawl. For example, `case`.
public java.lang.Long limit()
The maximum number of documents to crawl for this document object. By default, all documents in the document object are crawled.