public class MessageRequest extends com.github.davidmoten.odata.client.EntityRequest<Message>
| Constructor and Description |
|---|
MessageRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentCollectionRequest |
attachments() |
AttachmentRequest |
attachments(String id) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
copy(String destinationId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
createForward(List<Recipient> toRecipients,
Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
createReply(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
createReplyAll(Message message,
String comment) |
ExtensionCollectionRequest |
extensions() |
ExtensionRequest |
extensions(String id) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
forward(List<Recipient> toRecipients,
Message message,
String comment) |
MentionCollectionRequest |
mentions() |
MentionRequest |
mentions(String id) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
move(String destinationId) |
MultiValueLegacyExtendedPropertyCollectionRequest |
multiValueExtendedProperties() |
MultiValueLegacyExtendedPropertyRequest |
multiValueExtendedProperties(String id) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
reply(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
replyAll(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
send() |
SingleValueLegacyExtendedPropertyCollectionRequest |
singleValueExtendedProperties() |
SingleValueLegacyExtendedPropertyRequest |
singleValueExtendedProperties(String id) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
unsubscribe() |
public MessageRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public SingleValueLegacyExtendedPropertyCollectionRequest singleValueExtendedProperties()
public SingleValueLegacyExtendedPropertyRequest singleValueExtendedProperties(String id)
public MultiValueLegacyExtendedPropertyCollectionRequest multiValueExtendedProperties()
public MultiValueLegacyExtendedPropertyRequest multiValueExtendedProperties(String id)
public AttachmentCollectionRequest attachments()
public AttachmentRequest attachments(String id)
public ExtensionCollectionRequest extensions()
public ExtensionRequest extensions(String id)
public MentionCollectionRequest mentions()
public MentionRequest mentions(String id)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> createReply(Message message, String comment)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> createReplyAll(Message message, String comment)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> createForward(List<Recipient> toRecipients, Message message, String comment)
public com.github.davidmoten.odata.client.ActionRequestNoReturn send()
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> copy(String destinationId)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> move(String destinationId)
public com.github.davidmoten.odata.client.ActionRequestNoReturn reply(Message message, String comment)
public com.github.davidmoten.odata.client.ActionRequestNoReturn replyAll(Message message, String comment)
public com.github.davidmoten.odata.client.ActionRequestNoReturn forward(List<Recipient> toRecipients, Message message, String comment)
public com.github.davidmoten.odata.client.ActionRequestNoReturn unsubscribe()
Copyright © 2018–2020. All rights reserved.