Uses of Class
microsoft.dynamics.crm.entity.Postcomment
-
Packages that use Postcomment Package Description microsoft.dynamics.crm.entity -
-
Uses of Postcomment in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Postcomment Modifier and Type Method Description PostcommentPostcomment.Builder. build()PostcommentPostcomment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PostcommentPostcomment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PostcommentPostcomment. with_createdby_value(UUID _createdby_value)PostcommentPostcomment. with_createdonbehalfby_value(UUID _createdonbehalfby_value)PostcommentPostcomment. with_organizationid_value(UUID _organizationid_value)PostcommentPostcomment. with_postid_value(UUID _postid_value)PostcommentPostcomment. withCreatedon(OffsetDateTime createdon)PostcommentPostcomment. withPostcommentid(UUID postcommentid)PostcommentPostcomment. withText(String text)PostcommentPostcomment. withTimezoneruleversionnumber(Integer timezoneruleversionnumber)PostcommentPostcomment. withUnmappedField(String name, String value)PostcommentPostcomment. withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-