public static class CustomTable.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomTable |
build() |
CustomTable.Builder |
compartmentId(String compartmentId)
The custom table compartment OCID.
|
CustomTable.Builder |
copy(CustomTable model) |
CustomTable.Builder |
id(String id)
The custom table OCID.
|
CustomTable.Builder |
savedCustomTable(SavedCustomTable savedCustomTable) |
CustomTable.Builder |
savedReportId(String savedReportId)
The custom table associated saved report OCID.
|
public CustomTable.Builder id(String id)
The custom table OCID.
id
- the value to setpublic CustomTable.Builder savedReportId(String savedReportId)
The custom table associated saved report OCID.
savedReportId
- the value to setpublic CustomTable.Builder compartmentId(String compartmentId)
The custom table compartment OCID.
compartmentId
- the value to setpublic CustomTable.Builder savedCustomTable(SavedCustomTable savedCustomTable)
public CustomTable build()
public CustomTable.Builder copy(CustomTable model)
Copyright © 2016–2024. All rights reserved.