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(String _createdby_value)TemplateTemplate. with_createdonbehalfby_value(String _createdonbehalfby_value)TemplateTemplate. with_modifiedby_value(String _modifiedby_value)TemplateTemplate. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)TemplateTemplate. with_ownerid_value(String _ownerid_value)TemplateTemplate. with_owningbusinessunit_value(String _owningbusinessunit_value)TemplateTemplate. with_owningteam_value(String _owningteam_value)TemplateTemplate. with_owninguser_value(String _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(String 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(String solutionid)TemplateTemplate. withSubject(String subject)TemplateTemplate. withSubjectpresentationxml(String subjectpresentationxml)TemplateTemplate. withSubjectsafehtml(String subjectsafehtml)TemplateTemplate. withTemplateid(String templateid)TemplateTemplate. withTemplateidunique(String templateidunique)TemplateTemplate. withTemplatetypecode(String templatetypecode)TemplateTemplate. withTitle(String title)TemplateTemplate. withUnmappedField(String name, String value)TemplateTemplate. withUsedcount(Integer usedcount)TemplateTemplate. withVersionnumber(Long versionnumber)
-