Class DeletedCompanyObject

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

public final class DeletedCompanyObject extends Object
  • Method Details

    • getId

      public String getId()
      Returns:
      The unique identifier for the company which is given by Intercom.
    • getObject

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

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