Uses of Class
microsoft.dynamics.crm.entity.Documenttemplate
-
Packages that use Documenttemplate Package Description microsoft.dynamics.crm.entity -
-
Uses of Documenttemplate in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Documenttemplate Modifier and Type Method Description DocumenttemplateDocumenttemplate.Builder. build()DocumenttemplateDocumenttemplate. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DocumenttemplateDocumenttemplate. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DocumenttemplateDocumenttemplate. with_createdby_value(UUID _createdby_value)DocumenttemplateDocumenttemplate. with_createdonbehalfby_value(UUID _createdonbehalfby_value)DocumenttemplateDocumenttemplate. with_modifiedby_value(UUID _modifiedby_value)DocumenttemplateDocumenttemplate. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)DocumenttemplateDocumenttemplate. with_organizationid_value(UUID _organizationid_value)DocumenttemplateDocumenttemplate. withAssociatedentitytypecode(String associatedentitytypecode)DocumenttemplateDocumenttemplate. withClientdata(String clientdata)DocumenttemplateDocumenttemplate. withContent(String content)DocumenttemplateDocumenttemplate. withCreatedon(OffsetDateTime createdon)DocumenttemplateDocumenttemplate. withDescription(String description)DocumenttemplateDocumenttemplate. withDocumenttemplateid(UUID documenttemplateid)DocumenttemplateDocumenttemplate. withDocumenttype(Integer documenttype)DocumenttemplateDocumenttemplate. withLanguagecode(Integer languagecode)DocumenttemplateDocumenttemplate. withModifiedon(OffsetDateTime modifiedon)DocumenttemplateDocumenttemplate. withName(String name)DocumenttemplateDocumenttemplate. withStatus(Boolean status)DocumenttemplateDocumenttemplate. withUnmappedField(String name, String value)DocumenttemplateDocumenttemplate. withVersionnumber(Long versionnumber)
-