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 | Field and Description |
---|---|
protected java.lang.String |
folderId |
protected java.lang.Long |
limit |
protected java.lang.String |
ownerUserId |
Modifier | Constructor and Description |
---|---|
protected |
SourceOptionsFolder(SourceOptionsFolder.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
folderId()
Gets the folderId.
|
java.lang.Long |
limit()
Gets the limit.
|
SourceOptionsFolder.Builder |
newBuilder()
New builder.
|
java.lang.String |
ownerUserId()
Gets the ownerUserId.
|
@SerializedName(value="owner_user_id") protected java.lang.String ownerUserId
@SerializedName(value="folder_id") protected java.lang.String folderId
protected java.lang.Long limit
protected SourceOptionsFolder(SourceOptionsFolder.Builder builder)
public SourceOptionsFolder.Builder newBuilder()
public java.lang.String ownerUserId()
The Box user ID of the user who owns the folder to crawl.
public java.lang.String folderId()
The Box folder ID of the folder to crawl.
public java.lang.Long limit()
The maximum number of documents to crawl for this folder. By default, all documents in the folder are crawled.