Uses of Class
odata.msgraph.client.complex.InvitedUserMessageInfo
-
Packages that use InvitedUserMessageInfo Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of InvitedUserMessageInfo in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return InvitedUserMessageInfo Modifier and Type Method Description InvitedUserMessageInfoInvitedUserMessageInfo.Builder. build()InvitedUserMessageInfoInvitedUserMessageInfo. withCustomizedMessageBody(String customizedMessageBody)InvitedUserMessageInfoInvitedUserMessageInfo. withMessageLanguage(String messageLanguage)InvitedUserMessageInfoInvitedUserMessageInfo. withUnmappedField(String name, Object value) -
Uses of InvitedUserMessageInfo in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as InvitedUserMessageInfo Modifier and Type Field Description protected InvitedUserMessageInfoInvitation. invitedUserMessageInfoMethods in odata.msgraph.client.entity that return types with arguments of type InvitedUserMessageInfo Modifier and Type Method Description Optional<InvitedUserMessageInfo>Invitation. getInvitedUserMessageInfo()Methods in odata.msgraph.client.entity with parameters of type InvitedUserMessageInfo Modifier and Type Method Description Invitation.BuilderInvitation.Builder. invitedUserMessageInfo(InvitedUserMessageInfo invitedUserMessageInfo)InvitationInvitation. withInvitedUserMessageInfo(InvitedUserMessageInfo invitedUserMessageInfo)
-