public class Documenttemplate extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Documenttemplate.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected String |
associatedentitytypecode |
protected String |
clientdata |
protected String |
content |
protected OffsetDateTime |
createdon |
protected String |
description |
protected String |
documenttemplateid |
protected Integer |
documenttype |
protected Integer |
languagecode |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected Boolean |
status |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Documenttemplate() |
protected Integer documenttype
protected String _modifiedby_value
protected String name
protected String _modifiedonbehalfby_value
protected String _createdby_value
protected String associatedentitytypecode
protected String documenttemplateid
protected String clientdata
protected OffsetDateTime modifiedon
protected Long versionnumber
protected String description
protected OffsetDateTime createdon
protected String _organizationid_value
protected Boolean status
protected String content
protected Integer languagecode
protected String _createdonbehalfby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Documenttemplate.Builder builderDocumenttemplate()
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 Documenttemplate withDocumenttype(Integer documenttype)
public Documenttemplate with_modifiedby_value(String _modifiedby_value)
public Documenttemplate withName(String name)
public Documenttemplate with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Documenttemplate with_createdby_value(String _createdby_value)
public Documenttemplate withAssociatedentitytypecode(String associatedentitytypecode)
public Documenttemplate withDocumenttemplateid(String documenttemplateid)
public Documenttemplate withClientdata(String clientdata)
public Optional<OffsetDateTime> getModifiedon()
public Documenttemplate withModifiedon(OffsetDateTime modifiedon)
public Documenttemplate withVersionnumber(Long versionnumber)
public Documenttemplate withDescription(String description)
public Optional<OffsetDateTime> getCreatedon()
public Documenttemplate withCreatedon(OffsetDateTime createdon)
public Documenttemplate with_organizationid_value(String _organizationid_value)
public Documenttemplate withStatus(Boolean status)
public Documenttemplate withContent(String content)
public Documenttemplate withLanguagecode(Integer languagecode)
public Documenttemplate with_createdonbehalfby_value(String _createdonbehalfby_value)
public Documenttemplate withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedby()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Documenttemplate 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 Documenttemplate 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–2020. All rights reserved.