public class Kbarticletemplate extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Kbarticletemplate.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 Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected String |
description |
protected String |
formatxml |
protected Integer |
importsequencenumber |
protected String |
introducedversion |
protected Boolean |
isactive |
protected BooleanManagedProperty |
iscustomizable |
protected Boolean |
ismanaged |
protected String |
kbarticletemplateid |
protected String |
kbarticletemplateidunique |
protected Integer |
languagecode |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overriddencreatedon |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected String |
structurexml |
protected String |
title |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Kbarticletemplate() |
protected String kbarticletemplateid
protected BooleanManagedProperty iscustomizable
protected Integer importsequencenumber
protected String kbarticletemplateidunique
protected OffsetDateTime overriddencreatedon
protected String description
protected Integer languagecode
protected String _createdonbehalfby_value
protected String formatxml
protected String solutionid
protected Integer componentstate
protected String structurexml
protected String _modifiedonbehalfby_value
protected Long versionnumber
protected Boolean isactive
protected Boolean ismanaged
protected OffsetDateTime overwritetime
protected String title
protected OffsetDateTime modifiedon
protected OffsetDateTime createdon
protected String introducedversion
protected String _organizationid_value
protected String _createdby_value
protected String _modifiedby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Kbarticletemplate.Builder builderKbarticletemplate()
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 Kbarticletemplate withKbarticletemplateid(String kbarticletemplateid)
public Optional<BooleanManagedProperty> getIscustomizable()
public Kbarticletemplate withIscustomizable(BooleanManagedProperty iscustomizable)
public Kbarticletemplate withImportsequencenumber(Integer importsequencenumber)
public Kbarticletemplate withKbarticletemplateidunique(String kbarticletemplateidunique)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Kbarticletemplate withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Kbarticletemplate withDescription(String description)
public Kbarticletemplate withLanguagecode(Integer languagecode)
public Kbarticletemplate with_createdonbehalfby_value(String _createdonbehalfby_value)
public Kbarticletemplate withFormatxml(String formatxml)
public Kbarticletemplate withSolutionid(String solutionid)
public Kbarticletemplate withComponentstate(Integer componentstate)
public Kbarticletemplate withStructurexml(String structurexml)
public Kbarticletemplate with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Kbarticletemplate withVersionnumber(Long versionnumber)
public Kbarticletemplate withIsactive(Boolean isactive)
public Kbarticletemplate withIsmanaged(Boolean ismanaged)
public Optional<OffsetDateTime> getOverwritetime()
public Kbarticletemplate withOverwritetime(OffsetDateTime overwritetime)
public Kbarticletemplate withTitle(String title)
public Optional<OffsetDateTime> getModifiedon()
public Kbarticletemplate withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getCreatedon()
public Kbarticletemplate withCreatedon(OffsetDateTime createdon)
public Kbarticletemplate withIntroducedversion(String introducedversion)
public Kbarticletemplate with_organizationid_value(String _organizationid_value)
public Kbarticletemplate with_createdby_value(String _createdby_value)
public Kbarticletemplate with_modifiedby_value(String _modifiedby_value)
public Kbarticletemplate withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public ProcesssessionCollectionRequest getKbArticleTemplate_ProcessSessions()
public AsyncoperationCollectionRequest getKbArticleTemplate_AsyncOperations()
public KbarticleCollectionRequest getKb_article_template_kb_articles()
public SystemuserRequest getCreatedonbehalfby()
public SyncerrorCollectionRequest getKbArticleTemplate_SyncErrors()
public BulkdeletefailureCollectionRequest getKbArticleTemplate_BulkDeleteFailures()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Kbarticletemplate 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 Kbarticletemplate 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.