Class Newsfeed
- java.lang.Object
-
- com.intercom.api.resources.news.types.Newsfeed
-
public final class Newsfeed extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNewsfeed.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Newsfeed.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.Integer>getCreatedAt()java.util.Optional<java.lang.String>getId()java.util.Optional<java.lang.String>getName()java.util.Optional<java.lang.String>getType()java.util.Optional<java.lang.Integer>getUpdatedAt()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public java.util.Optional<java.lang.String> getId()
- Returns:
- The unique identifier for the newsfeed which is given by Intercom.
-
getType
public java.util.Optional<java.lang.String> getType()
- Returns:
- The type of object.
-
getName
public java.util.Optional<java.lang.String> getName()
- Returns:
- The name of the newsfeed. This name will never be visible to your users.
-
getCreatedAt
public java.util.Optional<java.lang.Integer> getCreatedAt()
- Returns:
- Timestamp for when the newsfeed was created.
-
getUpdatedAt
public java.util.Optional<java.lang.Integer> getUpdatedAt()
- Returns:
- Timestamp for when the newsfeed was last updated.
-
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 Newsfeed.Builder builder()
-
-