public class Invitation extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Invitation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
invitedUserDisplayName |
protected String |
invitedUserEmailAddress |
protected InvitedUserMessageInfo |
invitedUserMessageInfo |
protected String |
invitedUserType |
protected String |
inviteRedeemUrl |
protected String |
inviteRedirectUrl |
protected Boolean |
resetRedemption |
protected Boolean |
sendInvitationMessage |
protected String |
status |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Invitation() |
protected String invitedUserDisplayName
protected String invitedUserType
protected String invitedUserEmailAddress
protected InvitedUserMessageInfo invitedUserMessageInfo
protected Boolean sendInvitationMessage
protected String inviteRedirectUrl
protected String inviteRedeemUrl
protected String status
protected Boolean resetRedemption
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Invitation.Builder builderInvitation()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Invitation withInvitedUserDisplayName(String invitedUserDisplayName)
public Invitation withInvitedUserType(String invitedUserType)
public Invitation withInvitedUserEmailAddress(String invitedUserEmailAddress)
public Optional<InvitedUserMessageInfo> getInvitedUserMessageInfo()
public Invitation withInvitedUserMessageInfo(InvitedUserMessageInfo invitedUserMessageInfo)
public Invitation withSendInvitationMessage(Boolean sendInvitationMessage)
public Invitation withInviteRedirectUrl(String inviteRedirectUrl)
public Invitation withInviteRedeemUrl(String inviteRedeemUrl)
public Invitation withStatus(String status)
public Invitation withResetRedemption(Boolean resetRedemption)
public UserRequest getInvitedUser()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Invitation patch()
this with changed fields reset.public Invitation put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.