public class ChatMessageReaction extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatMessageReaction.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
createdDateTime |
protected String |
odataType |
protected String |
reactionType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected IdentitySet |
user |
| Modifier | Constructor and Description |
|---|---|
protected |
ChatMessageReaction() |
| Modifier and Type | Method and Description |
|---|---|
static ChatMessageReaction.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<String> |
getReactionType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<IdentitySet> |
getUser() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ChatMessageReaction |
withCreatedDateTime(OffsetDateTime createdDateTime) |
ChatMessageReaction |
withReactionType(String reactionType) |
ChatMessageReaction |
withUser(IdentitySet user) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String reactionType
protected OffsetDateTime createdDateTime
protected IdentitySet user
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ChatMessageReaction withReactionType(String reactionType)
public Optional<OffsetDateTime> getCreatedDateTime()
public ChatMessageReaction withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<IdentitySet> getUser()
public ChatMessageReaction withUser(IdentitySet user)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ChatMessageReaction.Builder builder()
Copyright © 2018–2020. All rights reserved.