Class DeletedObject

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

public final class DeletedObject extends Object
  • Method Details

    • getId

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

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

      public boolean getDeleted()
      Returns:
      Whether the news item 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 DeletedObject.IdStage builder()