Class PostCollectionRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.CollectionPageEntityRequest<Post,PostRequest>
-
- microsoft.dynamics.crm.entity.collection.request.PostCollectionRequest
-
- Direct Known Subclasses:
Posts
public class PostCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Post,PostRequest>
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPath
-
Constructor Summary
Constructors Constructor Description PostCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
-
Methods inherited from class com.github.davidmoten.odata.client.CollectionPageEntityRequest
connectTimeout, deltaTokenLatest, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, post, query, readTimeout, requestHeader, requestHeader, search, select, skip, stream, streamWithDeltaLink, to, toList, top, urlOverride
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
post_AsyncOperations
public AsyncoperationCollectionRequest post_AsyncOperations()
-
post_AsyncOperations
public AsyncoperationRequest post_AsyncOperations(String asyncoperationid)
-
post_BulkDeleteFailures
public BulkdeletefailureCollectionRequest post_BulkDeleteFailures()
-
post_BulkDeleteFailures
public BulkdeletefailureRequest post_BulkDeleteFailures(String bulkdeletefailureid)
-
post_Comments
public PostcommentCollectionRequest post_Comments()
-
post_Comments
public PostcommentRequest post_Comments(String postcommentid)
-
post_Likes
public PostlikeCollectionRequest post_Likes()
-
post_Likes
public PostlikeRequest post_Likes(String postlikeid)
-
retrievePersonalWall
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Post> retrievePersonalWall(Integer pageNumber, Integer pageSize, Integer commentsPerPost, OffsetDateTime startDate, OffsetDateTime endDate, Integer type, Integer source, Boolean sortDirection, String keyword)
-
retrieveRecordWall
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Post> retrieveRecordWall(Crmbaseentity entity, Integer pageNumber, Integer pageSize, Integer commentsPerPost, OffsetDateTime startDate, OffsetDateTime endDate, Integer type, Integer source, Boolean sortDirection, String keyword)
-
-