Package com.oracle.bmc.datasafe.model
Class DeleteRowsFormatEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.DeleteRowsFormatEntry.Builder
-
- Enclosing class:
- DeleteRowsFormatEntry
public static class DeleteRowsFormatEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteRowsFormatEntry
build()
DeleteRowsFormatEntry.Builder
copy(DeleteRowsFormatEntry model)
DeleteRowsFormatEntry.Builder
description(String description)
-
-
-
Method Detail
-
description
public DeleteRowsFormatEntry.Builder description(String description)
-
build
public DeleteRowsFormatEntry build()
-
copy
public DeleteRowsFormatEntry.Builder copy(DeleteRowsFormatEntry model)
-
-