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()
public java.lang.String folderId()
public java.lang.Long limit()