public static class SourceOptionsFolder.Builder
extends java.lang.Object
Constructor and Description |
---|
SourceOptionsFolder.Builder()
Instantiates a new builder.
|
SourceOptionsFolder.Builder(java.lang.String ownerUserId,
java.lang.String folderId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
SourceOptionsFolder |
build()
Builds a SourceOptionsFolder.
|
SourceOptionsFolder.Builder |
folderId(java.lang.String folderId)
Set the folderId.
|
SourceOptionsFolder.Builder |
limit(long limit)
Set the limit.
|
SourceOptionsFolder.Builder |
ownerUserId(java.lang.String ownerUserId)
Set the ownerUserId.
|
public SourceOptionsFolder.Builder()
public SourceOptionsFolder.Builder(java.lang.String ownerUserId, java.lang.String folderId)
ownerUserId
- the ownerUserIdfolderId
- the folderIdpublic SourceOptionsFolder build()
public SourceOptionsFolder.Builder ownerUserId(java.lang.String ownerUserId)
ownerUserId
- the ownerUserIdpublic SourceOptionsFolder.Builder folderId(java.lang.String folderId)
folderId
- the folderIdpublic SourceOptionsFolder.Builder limit(long limit)
limit
- the limit