Class TablePatch
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.TablePatch
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TablePatch extends com.ibm.cloud.sdk.core.service.model.GenericModel
UpdateTable body.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TablePatch.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
asPatch()
Construct a JSON merge-patch from the TablePatch.TablePatch.Builder
newBuilder()
New builder.java.lang.String
tableName()
Gets the tableName.
-
-
-
Method Detail
-
newBuilder
public TablePatch.Builder newBuilder()
New builder.- Returns:
- a TablePatch builder
-
tableName
public java.lang.String tableName()
Gets the tableName. New table name.- Returns:
- the tableName
-
asPatch
public java.util.Map<java.lang.String,java.lang.Object> asPatch()
Construct a JSON merge-patch from the TablePatch. Note that properties of the TablePatch with null values are not represented in the constructed JSON merge-patch object, but can be explicitly set afterward to signify a property delete.- Returns:
- a JSON merge-patch for the TablePatch
-
-