Class ContactDeleted
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.ContactDeleted
-
- All Implemented Interfaces:
IContactReference
public final class ContactDeleted extends java.lang.Object implements IContactReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContactDeleted.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContactDeleted.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.Boolean>getDeleted()java.util.Optional<java.lang.String>getExternalId()java.util.Optional<java.lang.String>getId()java.util.Optional<java.lang.String>getType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public java.util.Optional<java.lang.String> getType()
- Specified by:
getTypein interfaceIContactReference- Returns:
- always contact
-
getId
public java.util.Optional<java.lang.String> getId()
- Specified by:
getIdin interfaceIContactReference- Returns:
- The unique identifier for the contact which is given by Intercom.
-
getExternalId
public java.util.Optional<java.lang.String> getExternalId()
- Specified by:
getExternalIdin interfaceIContactReference- Returns:
- The unique identifier for the contact which is provided by the Client.
-
getDeleted
public java.util.Optional<java.lang.Boolean> getDeleted()
- Returns:
- Whether the contact is deleted or not.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ContactDeleted.Builder builder()
-
-