Class UpdateContentImportSourceRequest


  • public final class UpdateContentImportSourceRequest
    extends java.lang.Object
    • Method Detail

      • getSourceId

        public java.lang.String getSourceId()
        Returns:
        The unique identifier for the content import source which is given by Intercom.
      • getSyncBehavior

        public UpdateContentImportSourceRequest.SyncBehavior getSyncBehavior()
        Returns:
        If you intend to create or update External Pages via the API, this should be set to api. You can not change the value to or from api.
      • getUrl

        public java.lang.String getUrl()
        Returns:
        The URL of the content import source. This may only be different from the existing value if the sync behavior is API.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object