Class SourceOptionsFolder
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.SourceOptionsFolder
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SourceOptionsFolder
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object that defines a box folder to crawl with this configuration.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SourceOptionsFolder.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
folderId()
Gets the folderId.Long
limit()
Gets the limit.SourceOptionsFolder.Builder
newBuilder()
New builder.String
ownerUserId()
Gets the ownerUserId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a SourceOptionsFolder builder
-
ownerUserId
Gets the ownerUserId.The Box user ID of the user who owns the folder to crawl.
- Returns:
- the ownerUserId
-
folderId
Gets the folderId.The Box folder ID of the folder to crawl.
- Returns:
- the folderId
-
limit
Gets the limit.The maximum number of documents to crawl for this folder. By default, all documents in the folder are crawled.
- Returns:
- the limit
-