Class DeletedArticleObject

java.lang.Object
com.intercom.api.types.DeletedArticleObject

public final class DeletedArticleObject extends Object
  • Method Details

    • getId

      public String getId()
      Returns:
      The unique identifier for the article which you provided in the URL.
    • getObject

      public String getObject()
      Returns:
      The type of object which was deleted. - article
    • getDeleted

      public boolean getDeleted()
      Returns:
      Whether the article was deleted successfully or not.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static DeletedArticleObject.IdStage builder()