public class AadUserConversationMember extends ConversationMember implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AadUserConversationMember.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
userId |
displayName, roles, rolesNextLinkchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AadUserConversationMember() |
| Modifier and Type | Method and Description |
|---|---|
static AadUserConversationMember.Builder |
builderAadUserConversationMember()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getEmail() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
UserRequest |
getUser() |
Optional<String> |
getUserId() |
String |
odataTypeName() |
AadUserConversationMember |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AadUserConversationMember |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AadUserConversationMember |
withEmail(String email) |
AadUserConversationMember |
withUserId(String userId) |
getDisplayName, getRoles, withDisplayNamepublic String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ConversationMemberpublic static AadUserConversationMember.Builder builderAadUserConversationMember()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ConversationMemberpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ConversationMemberpublic AadUserConversationMember withUserId(String userId)
public AadUserConversationMember withEmail(String email)
public UserRequest getUser()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ConversationMemberpublic AadUserConversationMember patch()
this with changed fields reset.patch in class ConversationMemberthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic AadUserConversationMember put()
this
with changed fields reset (they were ignored anyway).put in class ConversationMemberthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class ConversationMemberCopyright © 2018–2020. All rights reserved.