public class SourceOptionsFolder
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
SourceOptionsFolder.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
folderId()
Gets the folderId.
|
Long |
limit()
Gets the limit.
|
SourceOptionsFolder.Builder |
newBuilder()
New builder.
|
String |
ownerUserId()
Gets the ownerUserId.
|
public SourceOptionsFolder.Builder newBuilder()
public String ownerUserId()
The Box user ID of the user who owns the folder to crawl.
public String folderId()
The Box folder ID of the folder to crawl.
public Long limit()
The maximum number of documents to crawl for this folder. By default, all documents in the folder are crawled.
Copyright © 2024 IBM Cloud. All rights reserved.