Class IntegrationPatch

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

    public class IntegrationPatch
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Update an Integration body.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apikey()
      Gets the apikey.
      java.util.Map<java.lang.String,​java.lang.Object> asPatch()
      Construct a JSON merge-patch from the IntegrationPatch.
      java.lang.Boolean enableDataPolicyWithinWxd()
      Gets the enableDataPolicyWithinWxd.
      IntegrationPatch.Builder newBuilder()
      New builder.
      java.lang.String password()
      Gets the password.
      java.lang.String resource()
      Gets the resource.
      java.util.List<java.lang.String> storageCatalogs()
      Gets the storageCatalogs.
      java.lang.String url()
      Gets the url.
      java.lang.String username()
      Gets the username.
      • 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

      • apikey

        public java.lang.String apikey()
        Gets the apikey. Integration APIKEY.
        Returns:
        the apikey
      • enableDataPolicyWithinWxd

        public java.lang.Boolean enableDataPolicyWithinWxd()
        Gets the enableDataPolicyWithinWxd. data policy enabler with wxd for ranger.
        Returns:
        the enableDataPolicyWithinWxd
      • password

        public java.lang.String password()
        Gets the password. Integration password.
        Returns:
        the password
      • resource

        public java.lang.String resource()
        Gets the resource. resouce for ranger.
        Returns:
        the resource
      • storageCatalogs

        public java.util.List<java.lang.String> storageCatalogs()
        Gets the storageCatalogs. Comma separated list of bucket catalogs which have ikc enabled.
        Returns:
        the storageCatalogs
      • url

        public java.lang.String url()
        Gets the url. Integration Connection URL.
        Returns:
        the url
      • username

        public java.lang.String username()
        Gets the username. Integration username.
        Returns:
        the username
      • asPatch

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