public class Subject extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Subject.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdbyexternalparty_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedbyexternalparty_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected String |
_parentsubject_value |
protected OffsetDateTime |
createdon |
protected String |
description |
protected Integer |
featuremask |
protected Integer |
importsequencenumber |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overriddencreatedon |
protected String |
subjectid |
protected String |
title |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Subject() |
protected Integer importsequencenumber
protected String description
protected OffsetDateTime createdon
protected String _modifiedbyexternalparty_value
protected String _parentsubject_value
protected String _organizationid_value
protected String _createdbyexternalparty_value
protected Long versionnumber
protected String _modifiedby_value
protected String subjectid
protected String _createdonbehalfby_value
protected String title
protected OffsetDateTime modifiedon
protected Integer featuremask
protected String _modifiedonbehalfby_value
protected OffsetDateTime overriddencreatedon
protected String _createdby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Subject.Builder builderSubject()
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 Optional<OffsetDateTime> getCreatedon()
public Subject withCreatedon(OffsetDateTime createdon)
public Subject with_modifiedbyexternalparty_value(String _modifiedbyexternalparty_value)
public Subject with_createdbyexternalparty_value(String _createdbyexternalparty_value)
public Subject with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Subject withModifiedon(OffsetDateTime modifiedon)
public Subject with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Subject withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Subject withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic ProcesssessionCollectionRequest getSubject_ProcessSessions()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public SubjectRequest getParentsubject()
public SubjectCollectionRequest getSubject_parent_subject()
public SystemuserRequest getCreatedonbehalfby()
public AsyncoperationCollectionRequest getSubject_AsyncOperations()
public SyncerrorCollectionRequest getSubject_SyncErrors()
public KbarticleCollectionRequest getSubject_kb_articles()
public KnowledgearticleCollectionRequest getSubject_knowledgearticles()
public OrganizationRequest getOrganizationid()
public BulkdeletefailureCollectionRequest getSubject_BulkDeleteFailures()
public Msdyn_knowledgearticletemplateCollectionRequest getMsdyn_subject_knowledgearticletemplate_subjectid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Subject 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 Subject 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 com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Kbarticle> retrieveByTopIncidentSubjectKbArticle()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.