Class 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.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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