public class PostRequest extends com.github.davidmoten.odata.client.EntityRequest<Post>
| Constructor and Description |
|---|
PostRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentCollectionRequest |
attachments() |
AttachmentRequest |
attachments(String id) |
ExtensionCollectionRequest |
extensions() |
ExtensionRequest |
extensions(String id) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
forward(String comment,
List<Recipient> toRecipients) |
PostRequest |
inReplyTo() |
MentionCollectionRequest |
mentions() |
MentionRequest |
mentions(String id) |
MultiValueLegacyExtendedPropertyCollectionRequest |
multiValueExtendedProperties() |
MultiValueLegacyExtendedPropertyRequest |
multiValueExtendedProperties(String id) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
reply(Post post) |
SingleValueLegacyExtendedPropertyCollectionRequest |
singleValueExtendedProperties() |
SingleValueLegacyExtendedPropertyRequest |
singleValueExtendedProperties(String id) |
public PostRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public PostRequest inReplyTo()
public SingleValueLegacyExtendedPropertyCollectionRequest singleValueExtendedProperties()
public SingleValueLegacyExtendedPropertyRequest singleValueExtendedProperties(String id)
public MultiValueLegacyExtendedPropertyCollectionRequest multiValueExtendedProperties()
public MultiValueLegacyExtendedPropertyRequest multiValueExtendedProperties(String id)
public ExtensionCollectionRequest extensions()
public ExtensionRequest extensions(String id)
public AttachmentCollectionRequest attachments()
public AttachmentRequest attachments(String id)
public MentionCollectionRequest mentions()
public MentionRequest mentions(String id)
public com.github.davidmoten.odata.client.ActionRequestNoReturn reply(Post post)
Copyright © 2018–2020. All rights reserved.