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(UUID _createdby_value)PostPost. with_createdonbehalfby_value(UUID _createdonbehalfby_value)PostPost. with_modifiedby_value(UUID _modifiedby_value)PostPost. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)PostPost. with_organizationid_value(UUID _organizationid_value)PostPost. with_regardingobjectid_value(UUID _regardingobjectid_value)PostPost. with_regardingobjectownerid_value(UUID _regardingobjectownerid_value)PostPost. with_regardingobjectowningbusinessunit_value(UUID _regardingobjectowningbusinessunit_value)PostPost. withCreatedon(OffsetDateTime createdon)PostPost. withModifiedon(OffsetDateTime modifiedon)PostPost. withPostid(UUID postid)PostPost. withSource(Integer source)PostPost. withText(String text)PostPost. withTimezoneruleversionnumber(Integer timezoneruleversionnumber)PostPost. withType(Integer type)PostPost. withUnmappedField(String name, Object 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)
-