Class TicketPartAuthor
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.TicketPartAuthor
-
public final class TicketPartAuthor extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketPartAuthor.Builderstatic classTicketPartAuthor.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketPartAuthor.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.String>getEmail()java.util.Optional<java.lang.String>getId()java.util.Optional<java.lang.String>getName()java.util.Optional<TicketPartAuthor.Type>getType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public java.util.Optional<TicketPartAuthor.Type> getType()
- Returns:
- The type of the author
-
getId
public java.util.Optional<java.lang.String> getId()
- Returns:
- The id of the author
-
getName
public java.util.Optional<java.lang.String> getName()
- Returns:
- The name of the author
-
getEmail
public java.util.Optional<java.lang.String> getEmail()
- Returns:
- The email of the author
-
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 TicketPartAuthor.Builder builder()
-
-