Package org.openapitools.client.models
Class ReactionResponse
-
- All Implemented Interfaces:
public final class ReactionResponse
-
-
Constructor Summary
Constructors Constructor Description ReactionResponse(String type, UserResponse user, Map<String, Object> custom, String emojiCode)
-
Method Summary
Modifier and Type Method Description final StringgetType()final UserResponsegetUser()final Map<String, Object>getCustom()final StringgetEmojiCode()-
-
Method Detail
-
getUser
final UserResponse getUser()
-
getEmojiCode
final String getEmojiCode()
-
-
-
-