Uses of Class
microsoft.dynamics.crm.entity.Post
-
Packages that use Post Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request -
-
Uses of Post in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Post Modifier and Type Method Description PostPost.Builder. build()PostPost. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PostPost. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PostPost. with_createdby_value(String _createdby_value)PostPost. with_createdonbehalfby_value(String _createdonbehalfby_value)PostPost. with_modifiedby_value(String _modifiedby_value)PostPost. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)PostPost. with_organizationid_value(String _organizationid_value)PostPost. with_regardingobjectid_value(String _regardingobjectid_value)PostPost. with_regardingobjectownerid_value(String _regardingobjectownerid_value)PostPost. with_regardingobjectowningbusinessunit_value(String _regardingobjectowningbusinessunit_value)PostPost. withCreatedon(OffsetDateTime createdon)PostPost. withModifiedon(OffsetDateTime modifiedon)PostPost. withPostid(String postid)PostPost. withSource(Integer source)PostPost. withText(String text)PostPost. withTimezoneruleversionnumber(Integer timezoneruleversionnumber)PostPost. withType(Integer type)PostPost. withUnmappedField(String name, String value)PostPost. withUtcconversiontimezonecode(Integer utcconversiontimezonecode) -
Uses of Post in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return types with arguments of type Post Modifier and Type Method 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)
-