Package com.intercom.api.types
Class DeletedCollectionObject
- java.lang.Object
-
- com.intercom.api.types.DeletedCollectionObject
-
public final class DeletedCollectionObject extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeletedCollectionObject._FinalStagestatic classDeletedCollectionObject.Builderstatic interfaceDeletedCollectionObject.DeletedStagestatic interfaceDeletedCollectionObject.IdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeletedCollectionObject.IdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()booleangetDeleted()java.lang.StringgetId()java.lang.StringgetObject()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
- Returns:
- The unique identifier for the collection which you provided in the URL.
-
getObject
public java.lang.String getObject()
- Returns:
- The type of object which was deleted. -
collection
-
getDeleted
public boolean getDeleted()
- Returns:
- Whether the collection was deleted successfully 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 DeletedCollectionObject.IdStage builder()
-
-