| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Documenttemplate |
Documenttemplate.Builder.build() |
Documenttemplate |
Documenttemplate.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Documenttemplate |
Documenttemplate.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Documenttemplate |
Documenttemplate.with_createdby_value(String _createdby_value) |
Documenttemplate |
Documenttemplate.with_createdonbehalfby_value(String _createdonbehalfby_value) |
Documenttemplate |
Documenttemplate.with_modifiedby_value(String _modifiedby_value) |
Documenttemplate |
Documenttemplate.with_modifiedonbehalfby_value(String _modifiedonbehalfby_value) |
Documenttemplate |
Documenttemplate.with_organizationid_value(String _organizationid_value) |
Documenttemplate |
Documenttemplate.withAssociatedentitytypecode(String associatedentitytypecode) |
Documenttemplate |
Documenttemplate.withClientdata(String clientdata) |
Documenttemplate |
Documenttemplate.withContent(String content) |
Documenttemplate |
Documenttemplate.withCreatedon(OffsetDateTime createdon) |
Documenttemplate |
Documenttemplate.withDescription(String description) |
Documenttemplate |
Documenttemplate.withDocumenttemplateid(String documenttemplateid) |
Documenttemplate |
Documenttemplate.withDocumenttype(Integer documenttype) |
Documenttemplate |
Documenttemplate.withLanguagecode(Integer languagecode) |
Documenttemplate |
Documenttemplate.withModifiedon(OffsetDateTime modifiedon) |
Documenttemplate |
Documenttemplate.withName(String name) |
Documenttemplate |
Documenttemplate.withStatus(Boolean status) |
Documenttemplate |
Documenttemplate.withUnmappedField(String name,
String value) |
Documenttemplate |
Documenttemplate.withVersionnumber(Long versionnumber) |
Copyright © 2018–2021. All rights reserved.