| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity | |
| microsoft.dynamics.crm.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
Post |
Post.Builder.build() |
Post |
Post.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Post |
Post.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Post |
Post.with_createdby_value(String _createdby_value) |
Post |
Post.with_createdonbehalfby_value(String _createdonbehalfby_value) |
Post |
Post.with_modifiedby_value(String _modifiedby_value) |
Post |
Post.with_modifiedonbehalfby_value(String _modifiedonbehalfby_value) |
Post |
Post.with_organizationid_value(String _organizationid_value) |
Post |
Post.with_regardingobjectid_value(String _regardingobjectid_value) |
Post |
Post.with_regardingobjectownerid_value(String _regardingobjectownerid_value) |
Post |
Post.with_regardingobjectowningbusinessunit_value(String _regardingobjectowningbusinessunit_value) |
Post |
Post.withCreatedon(OffsetDateTime createdon) |
Post |
Post.withModifiedon(OffsetDateTime modifiedon) |
Post |
Post.withPostid(String postid) |
Post |
Post.withSource(Integer source) |
Post |
Post.withText(String text) |
Post |
Post.withTimezoneruleversionnumber(Integer timezoneruleversionnumber) |
Post |
Post.withType(Integer type) |
Post |
Post.withUnmappedField(String name,
String value) |
Post |
Post.withUtcconversiontimezonecode(Integer utcconversiontimezonecode) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Post> |
PostCollectionRequest.retrievePersonalWall(Integer pageNumber,
Integer pageSize,
Integer commentsPerPost,
OffsetDateTime startDate,
OffsetDateTime endDate,
Integer type,
Integer source,
Boolean sortDirection,
String keyword) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Post> |
PostCollectionRequest.retrieveRecordWall(Crmbaseentity entity,
Integer pageNumber,
Integer pageSize,
Integer commentsPerPost,
OffsetDateTime startDate,
OffsetDateTime endDate,
Integer type,
Integer source,
Boolean sortDirection,
String keyword) |
Copyright © 2018–2020. All rights reserved.