Package odata.msgraph.client.complex
Class ChatMessageMentionedIdentitySet
- java.lang.Object
-
- odata.msgraph.client.complex.IdentitySet
-
- odata.msgraph.client.complex.ChatMessageMentionedIdentitySet
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ChatMessageMentionedIdentitySet extends IdentitySet implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChatMessageMentionedIdentitySet.Builder
-
Field Summary
Fields Modifier and Type Field Description protected TeamworkConversationIdentityconversation-
Fields inherited from class odata.msgraph.client.complex.IdentitySet
application, contextPath, device, odataType, unmappedFields, user
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedChatMessageMentionedIdentitySet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChatMessageMentionedIdentitySet.BuilderbuilderChatMessageMentionedIdentitySet()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<TeamworkConversationIdentity>getConversation()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()ChatMessageMentionedIdentitySetwithConversation(TeamworkConversationIdentity conversation)ChatMessageMentionedIdentitySetwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.complex.IdentitySet
builder, getApplication, getDevice, getUser, withApplication, withDevice, withUser
-
-
-
-
Field Detail
-
conversation
protected TeamworkConversationIdentity conversation
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classIdentitySet
-
getConversation
public Optional<TeamworkConversationIdentity> getConversation()
-
withConversation
public ChatMessageMentionedIdentitySet withConversation(TeamworkConversationIdentity conversation)
-
withUnmappedField
public ChatMessageMentionedIdentitySet withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classIdentitySet
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classIdentitySet
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classIdentitySet
-
builderChatMessageMentionedIdentitySet
public static ChatMessageMentionedIdentitySet.Builder builderChatMessageMentionedIdentitySet()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classIdentitySet
-
-