Class SalIntegrationPatch
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SalIntegrationPatch.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 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.
-
-
-
Method Detail
-
newBuilder
public SalIntegrationPatch.Builder newBuilder()
New builder.- Returns:
- a SalIntegrationPatch builder
-
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
-
-