Uses of Class
odata.msgraph.client.beta.entity.Invitation
-
Packages that use Invitation Package Description odata.msgraph.client.beta.entity -
-
Uses of Invitation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Invitation Modifier and Type Method Description InvitationInvitation.Builder. build()InvitationInvitation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.InvitationInvitation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).InvitationInvitation. withInvitedUserDisplayName(String invitedUserDisplayName)InvitationInvitation. withInvitedUserEmailAddress(String invitedUserEmailAddress)InvitationInvitation. withInvitedUserMessageInfo(InvitedUserMessageInfo invitedUserMessageInfo)InvitationInvitation. withInvitedUserType(String invitedUserType)InvitationInvitation. withInviteRedeemUrl(String inviteRedeemUrl)InvitationInvitation. withInviteRedirectUrl(String inviteRedirectUrl)InvitationInvitation. withResetRedemption(Boolean resetRedemption)InvitationInvitation. withSendInvitationMessage(Boolean sendInvitationMessage)InvitationInvitation. withStatus(String status)InvitationInvitation. withUnmappedField(String name, String value)
-