| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
Invitation.Builder.build() |
Invitation |
Invitation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Invitation |
Invitation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Invitation |
Invitation.withInvitedUserDisplayName(String invitedUserDisplayName) |
Invitation |
Invitation.withInvitedUserEmailAddress(String invitedUserEmailAddress) |
Invitation |
Invitation.withInvitedUserMessageInfo(InvitedUserMessageInfo invitedUserMessageInfo) |
Invitation |
Invitation.withInvitedUserType(String invitedUserType) |
Invitation |
Invitation.withInviteRedeemUrl(String inviteRedeemUrl) |
Invitation |
Invitation.withInviteRedirectUrl(String inviteRedirectUrl) |
Invitation |
Invitation.withResetRedemption(Boolean resetRedemption) |
Invitation |
Invitation.withSendInvitationMessage(Boolean sendInvitationMessage) |
Invitation |
Invitation.withStatus(String status) |
Copyright © 2018–2020. All rights reserved.