public class PostRequest extends com.github.davidmoten.odata.client.EntityRequest<Post>
| Constructor and Description |
|---|
PostRequest(com.github.davidmoten.odata.client.ContextPath contextPath,
Optional<Object> value) |
| Modifier and Type | Method and Description |
|---|---|
SystemuserRequest |
createdby() |
SystemuserRequest |
createdonbehalfby() |
SystemuserRequest |
modifiedby() |
SystemuserRequest |
modifiedonbehalfby() |
OrganizationRequest |
organizationid() |
AsyncoperationCollectionRequest |
post_AsyncOperations() |
AsyncoperationRequest |
post_AsyncOperations(String asyncoperationid) |
BulkdeletefailureCollectionRequest |
post_BulkDeleteFailures() |
BulkdeletefailureRequest |
post_BulkDeleteFailures(String bulkdeletefailureid) |
PostcommentCollectionRequest |
post_Comments() |
PostcommentRequest |
post_Comments(String postcommentid) |
PostlikeCollectionRequest |
post_Likes() |
PostlikeRequest |
post_Likes(String postlikeid) |
PostregardingRequest |
postregardingid() |
public SystemuserRequest createdby()
public SystemuserRequest createdonbehalfby()
public SystemuserRequest modifiedby()
public SystemuserRequest modifiedonbehalfby()
public AsyncoperationCollectionRequest post_AsyncOperations()
public AsyncoperationRequest post_AsyncOperations(String asyncoperationid)
public BulkdeletefailureCollectionRequest post_BulkDeleteFailures()
public BulkdeletefailureRequest post_BulkDeleteFailures(String bulkdeletefailureid)
public PostregardingRequest postregardingid()
public OrganizationRequest organizationid()
public PostcommentCollectionRequest post_Comments()
public PostcommentRequest post_Comments(String postcommentid)
public PostlikeCollectionRequest post_Likes()
public PostlikeRequest post_Likes(String postlikeid)
Copyright © 2018–2021. All rights reserved.