public class Kbarticlecomment extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Kbarticlecomment.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_kbarticleid_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
commenttext |
protected OffsetDateTime |
createdon |
protected String |
kbarticlecommentid |
protected OffsetDateTime |
modifiedon |
protected String |
organizationid |
protected String |
title |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Kbarticlecomment() |
protected String _modifiedonbehalfby_value
protected OffsetDateTime createdon
protected OffsetDateTime modifiedon
protected String _modifiedby_value
protected String organizationid
protected String kbarticlecommentid
protected String _createdonbehalfby_value
protected String _kbarticleid_value
protected String title
protected Long versionnumber
protected String _createdby_value
protected String commenttext
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Kbarticlecomment.Builder builderKbarticlecomment()
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 Kbarticlecomment with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Kbarticlecomment withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getModifiedon()
public Kbarticlecomment withModifiedon(OffsetDateTime modifiedon)
public Kbarticlecomment with_modifiedby_value(String _modifiedby_value)
public Kbarticlecomment withOrganizationid(String organizationid)
public Kbarticlecomment withKbarticlecommentid(String kbarticlecommentid)
public Kbarticlecomment with_createdonbehalfby_value(String _createdonbehalfby_value)
public Kbarticlecomment with_kbarticleid_value(String _kbarticleid_value)
public Kbarticlecomment withTitle(String title)
public Kbarticlecomment withVersionnumber(Long versionnumber)
public Kbarticlecomment with_createdby_value(String _createdby_value)
public Kbarticlecomment withCommenttext(String commenttext)
public Kbarticlecomment withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic BulkdeletefailureCollectionRequest getKbArticleComment_BulkDeleteFailures()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public AsyncoperationCollectionRequest getKbArticleComment_AsyncOperations()
public SystemuserRequest getModifiedonbehalfby()
public KbarticleRequest getKbarticleid()
public ProcesssessionCollectionRequest getKbArticleComment_ProcessSessions()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Kbarticlecomment 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 Kbarticlecomment 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.