public class Template extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Template.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Template() |
protected Integer openrate
protected Integer replyrate
protected String subjectpresentationxml
protected Integer generationtypecode
protected String _createdby_value
protected String mimetype
protected OffsetDateTime modifiedon
protected Boolean ismanaged
protected String safehtml
protected String _owningbusinessunit_value
protected String _ownerid_value
protected String description
protected String templateidunique
protected String entityimage_url
protected String body
protected String solutionid
protected String _modifiedby_value
protected String _owningteam_value
protected String templatetypecode
protected Boolean ispersonal
protected Integer usedcount
protected Integer componentstate
protected String entityimageid
protected Long entityimage_timestamp
protected String title
protected Integer importsequencenumber
protected String _owninguser_value
protected OffsetDateTime overwritetime
protected String _modifiedonbehalfby_value
protected Boolean isrecommended
protected String introducedversion
protected OffsetDateTime createdon
protected String templateid
protected Integer replycount
protected String presentationxml
protected BooleanManagedProperty iscustomizable
protected String subject
protected byte[] entityimage
protected String subjectsafehtml
protected Integer languagecode
protected Long versionnumber
protected Integer opencount
protected String _createdonbehalfby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Template.Builder builderTemplate()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Template withSubjectpresentationxml(String subjectpresentationxml)
public Optional<OffsetDateTime> getModifiedon()
public Template withModifiedon(OffsetDateTime modifiedon)
public Template with_owningbusinessunit_value(String _owningbusinessunit_value)
public Optional<OffsetDateTime> getOverwritetime()
public Template withOverwritetime(OffsetDateTime overwritetime)
public Template with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Template withCreatedon(OffsetDateTime createdon)
public Optional<BooleanManagedProperty> getIscustomizable()
public Template withIscustomizable(BooleanManagedProperty iscustomizable)
public Optional<byte[]> getEntityimage()
public Template withEntityimage(byte[] entityimage)
public Template with_createdonbehalfby_value(String _createdonbehalfby_value)
public Template withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public BusinessunitRequest getOwningbusinessunit()
public SystemuserRequest getModifiedby()
public AsyncoperationCollectionRequest getTemplate_AsyncOperations()
public BulkdeletefailureCollectionRequest getTemplate_BulkDeleteFailures()
public SystemuserRequest getCreatedonbehalfby()
public TeamRequest getOwningteam()
public ActivitymimeattachmentCollectionRequest getTemplate_activity_mime_attachments()
public ProcesssessionCollectionRequest getTemplate_ProcessSessions()
public PrincipalRequest getOwnerid()
public SyncerrorCollectionRequest getTemplate_SyncErrors()
public SystemuserRequest getOwninguser()
public OrganizationCollectionRequest getTemplate_Organization()
public SystemuserRequest getModifiedonbehalfby()
public EmailCollectionRequest getEmail_EmailTemplate()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Template patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Template put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.