public class Knowledgebaserecord extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Knowledgebaserecord.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 |
_transactioncurrencyid_value |
protected OffsetDateTime |
createdon |
protected BigDecimal |
exchangerate |
protected String |
knowledgebaserecordid |
protected OffsetDateTime |
modifiedon |
protected String |
privateurl |
protected String |
publicurl |
protected Integer |
timezoneruleversionnumber |
protected String |
title |
protected String |
uniqueid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Knowledgebaserecord() |
protected String _createdby_value
protected String title
protected BigDecimal exchangerate
protected String publicurl
protected String _modifiedby_value
protected String _organizationid_value
protected String privateurl
protected OffsetDateTime modifiedon
protected String knowledgebaserecordid
protected OffsetDateTime createdon
protected String _modifiedonbehalfby_value
protected String _createdonbehalfby_value
protected Long versionnumber
protected String uniqueid
protected Integer timezoneruleversionnumber
protected String _transactioncurrencyid_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Knowledgebaserecord.Builder builderKnowledgebaserecord()
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 Knowledgebaserecord with_createdby_value(String _createdby_value)
public Knowledgebaserecord withTitle(String title)
public Optional<BigDecimal> getExchangerate()
public Knowledgebaserecord withExchangerate(BigDecimal exchangerate)
public Knowledgebaserecord withPublicurl(String publicurl)
public Knowledgebaserecord with_modifiedby_value(String _modifiedby_value)
public Knowledgebaserecord with_organizationid_value(String _organizationid_value)
public Knowledgebaserecord withPrivateurl(String privateurl)
public Optional<OffsetDateTime> getModifiedon()
public Knowledgebaserecord withModifiedon(OffsetDateTime modifiedon)
public Knowledgebaserecord withKnowledgebaserecordid(String knowledgebaserecordid)
public Optional<OffsetDateTime> getCreatedon()
public Knowledgebaserecord withCreatedon(OffsetDateTime createdon)
public Knowledgebaserecord with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Knowledgebaserecord with_createdonbehalfby_value(String _createdonbehalfby_value)
public Knowledgebaserecord withVersionnumber(Long versionnumber)
public Knowledgebaserecord withUniqueid(String uniqueid)
public Knowledgebaserecord withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Knowledgebaserecord with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Knowledgebaserecord withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public OrganizationRequest getOrganizationid()
public ActivitypointerCollectionRequest getKnowledgeBaseRecord_ActivityPointers()
public AppointmentCollectionRequest getKnowledgeBaseRecord_Appointments()
public EmailCollectionRequest getKnowledgeBaseRecord_Emails()
public FaxCollectionRequest getKnowledgeBaseRecord_Faxes()
public LetterCollectionRequest getKnowledgeBaseRecord_Letters()
public PhonecallCollectionRequest getKnowledgeBaseRecord_PhoneCalls()
public TaskCollectionRequest getKnowledgeBaseRecord_Tasks()
public RecurringappointmentmasterCollectionRequest getKnowledgeBaseRecord_RecurringAppointmentMasters()
public SocialactivityCollectionRequest getKnowledgeBaseRecord_SocialActivities()
public ConnectionCollectionRequest getKnowledgeBaseRecord_connections1()
public ConnectionCollectionRequest getKnowledgeBaseRecord_connections2()
public DuplicaterecordCollectionRequest getKnowledgeBaseRecord_DuplicateMatchingRecord()
public DuplicaterecordCollectionRequest getKnowledgeBaseRecord_DuplicateBaseRecord()
public AnnotationCollectionRequest getKnowledgeBaseRecord_Annotations()
public AsyncoperationCollectionRequest getKnowledgeBaseRecord_AsyncOperations()
public ProcesssessionCollectionRequest getKnowledgeBaseRecord_ProcessSession()
public BulkdeletefailureCollectionRequest getKnowledgeBaseRecord_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getKnowledgeBaseRecord_PrincipalObjectAttributeAccess()
public SyncerrorCollectionRequest getKnowledgeBaseRecord_SyncErrors()
public TransactioncurrencyRequest getTransactioncurrencyid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Knowledgebaserecord 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 Knowledgebaserecord 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.