Class SalIntegrationPatch

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SalIntegrationPatch
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    update sal integration.
    • 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 SalIntegrationPatch.
      SalIntegrationPatch.Builder newBuilder()
      New builder.
      java.lang.String op()
      Gets the op.
      java.lang.String path()
      Gets the path.
      java.lang.String value()
      Gets the value.
      • 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

      • op

        public java.lang.String op()
        Gets the op. op.
        Returns:
        the op
      • path

        public java.lang.String path()
        Gets the path. path.
        Returns:
        the path
      • value

        public java.lang.String value()
        Gets the value. path.
        Returns:
        the value
      • asPatch

        public java.util.Map<java.lang.String,​java.lang.Object> asPatch()
        Construct a JSON merge-patch from the SalIntegrationPatch. Note that properties of the SalIntegrationPatch 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 SalIntegrationPatch