Uses of Class
microsoft.dynamics.crm.entity.Template
-
Packages that use Template Package Description microsoft.dynamics.crm.entity -
-
Uses of Template in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Template Modifier and Type Method Description TemplateTemplate.Builder. build()TemplateTemplate. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TemplateTemplate. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TemplateTemplate. with_createdby_value(UUID _createdby_value)TemplateTemplate. with_createdonbehalfby_value(UUID _createdonbehalfby_value)TemplateTemplate. with_modifiedby_value(UUID _modifiedby_value)TemplateTemplate. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)TemplateTemplate. with_ownerid_value(UUID _ownerid_value)TemplateTemplate. with_owningbusinessunit_value(UUID _owningbusinessunit_value)TemplateTemplate. with_owningteam_value(UUID _owningteam_value)TemplateTemplate. with_owninguser_value(UUID _owninguser_value)TemplateTemplate. withBody(String body)TemplateTemplate. withComponentstate(Integer componentstate)TemplateTemplate. withCreatedon(OffsetDateTime createdon)TemplateTemplate. withDescription(String description)TemplateTemplate. withEntityimage(byte[] entityimage)TemplateTemplate. withEntityimage_timestamp(Long entityimage_timestamp)TemplateTemplate. withEntityimage_url(String entityimage_url)TemplateTemplate. withEntityimageid(UUID entityimageid)TemplateTemplate. withGenerationtypecode(Integer generationtypecode)TemplateTemplate. withImportsequencenumber(Integer importsequencenumber)TemplateTemplate. withIntroducedversion(String introducedversion)TemplateTemplate. withIscustomizable(BooleanManagedProperty iscustomizable)TemplateTemplate. withIsmanaged(Boolean ismanaged)TemplateTemplate. withIspersonal(Boolean ispersonal)TemplateTemplate. withIsrecommended(Boolean isrecommended)TemplateTemplate. withLanguagecode(Integer languagecode)TemplateTemplate. withMimetype(String mimetype)TemplateTemplate. withModifiedon(OffsetDateTime modifiedon)TemplateTemplate. withOpencount(Integer opencount)TemplateTemplate. withOpenrate(Integer openrate)TemplateTemplate. withOverwritetime(OffsetDateTime overwritetime)TemplateTemplate. withPresentationxml(String presentationxml)TemplateTemplate. withReplycount(Integer replycount)TemplateTemplate. withReplyrate(Integer replyrate)TemplateTemplate. withSafehtml(String safehtml)TemplateTemplate. withSolutionid(UUID solutionid)TemplateTemplate. withSubject(String subject)TemplateTemplate. withSubjectpresentationxml(String subjectpresentationxml)TemplateTemplate. withSubjectsafehtml(String subjectsafehtml)TemplateTemplate. withTemplateid(UUID templateid)TemplateTemplate. withTemplateidunique(UUID templateidunique)TemplateTemplate. withTemplatetypecode(String templatetypecode)TemplateTemplate. withTitle(String title)TemplateTemplate. withUnmappedField(String name, String value)TemplateTemplate. withUsedcount(Integer usedcount)TemplateTemplate. withVersionnumber(Long versionnumber)
-