Package microsoft.dynamics.crm.entity
Class Kbarticle
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Kbarticle
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Kbarticle extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKbarticle.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKbarticle()
-
Method Summary
-
-
-
Field Detail
-
articlexml
protected String articlexml
-
_createdby_value
protected String _createdby_value
-
languagecode
protected Integer languagecode
-
versionnumber
protected Long versionnumber
-
content
protected String content
-
_createdonbehalfby_value
protected String _createdonbehalfby_value
-
kbarticleid
protected String kbarticleid
-
entityimage
protected byte[] entityimage
-
createdon
protected OffsetDateTime createdon
-
title
protected String title
-
_modifiedonbehalfby_value
protected String _modifiedonbehalfby_value
-
exchangerate
protected BigDecimal exchangerate
-
statuscode
protected Integer statuscode
-
_modifiedby_value
protected String _modifiedby_value
-
importsequencenumber
protected Integer importsequencenumber
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
keywords
protected String keywords
-
_organizationid_value
protected String _organizationid_value
-
entityimage_timestamp
protected Long entityimage_timestamp
-
entityimageid
protected String entityimageid
-
number
protected String number
-
_subjectid_value
protected String _subjectid_value
-
statecode
protected Integer statecode
-
_transactioncurrencyid_value
protected String _transactioncurrencyid_value
-
description
protected String description
-
_kbarticletemplateid_value
protected String _kbarticletemplateid_value
-
comments
protected String comments
-
modifiedon
protected OffsetDateTime modifiedon
-
entityimage_url
protected String entityimage_url
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderKbarticle
public static Kbarticle.Builder builderKbarticle()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
with_createdonbehalfby_value
public Kbarticle with_createdonbehalfby_value(String _createdonbehalfby_value)
-
getEntityimage
public Optional<byte[]> getEntityimage()
-
withEntityimage
public Kbarticle withEntityimage(byte[] entityimage)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Kbarticle withCreatedon(OffsetDateTime createdon)
-
with_modifiedonbehalfby_value
public Kbarticle with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
-
getExchangerate
public Optional<BigDecimal> getExchangerate()
-
withExchangerate
public Kbarticle withExchangerate(BigDecimal exchangerate)
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Kbarticle withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
with_transactioncurrencyid_value
public Kbarticle with_transactioncurrencyid_value(String _transactioncurrencyid_value)
-
with_kbarticletemplateid_value
public Kbarticle with_kbarticletemplateid_value(String _kbarticletemplateid_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Kbarticle withModifiedon(OffsetDateTime modifiedon)
-
withUnmappedField
public Kbarticle withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getKbArticle_Annotation
public AnnotationCollectionRequest getKbArticle_Annotation()
-
getKbArticle_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getKbArticle_BulkDeleteFailures()
-
getKbArticle_AsyncOperations
public AsyncoperationCollectionRequest getKbArticle_AsyncOperations()
-
getKbArticle_ProcessSessions
public ProcesssessionCollectionRequest getKbArticle_ProcessSessions()
-
getKbArticle_DuplicateMatchingRecord
public DuplicaterecordCollectionRequest getKbArticle_DuplicateMatchingRecord()
-
getKbarticletemplateid
public KbarticletemplateRequest getKbarticletemplateid()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getKbarticle_principalobjectattributeaccess
public PrincipalobjectattributeaccessCollectionRequest getKbarticle_principalobjectattributeaccess()
-
getKbArticle_DuplicateBaseRecord
public DuplicaterecordCollectionRequest getKbArticle_DuplicateBaseRecord()
-
getKbArticle_SharepointDocumentLocation
public SharepointdocumentlocationCollectionRequest getKbArticle_SharepointDocumentLocation()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getKbarticle_comments
public KbarticlecommentCollectionRequest getKbarticle_comments()
-
getKbArticle_SyncErrors
public SyncerrorCollectionRequest getKbArticle_SyncErrors()
-
getSubjectid
public SubjectRequest getSubjectid()
-
getTransactioncurrencyid
public TransactioncurrencyRequest getTransactioncurrencyid()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Kbarticle patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Kbarticle put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-