| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity | |
| microsoft.dynamics.crm.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
Subject |
Subject.Builder.build() |
Subject |
Subject.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Subject |
Subject.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Subject |
Subject.with_createdby_value(String _createdby_value) |
Subject |
Subject.with_createdbyexternalparty_value(String _createdbyexternalparty_value) |
Subject |
Subject.with_createdonbehalfby_value(String _createdonbehalfby_value) |
Subject |
Subject.with_modifiedby_value(String _modifiedby_value) |
Subject |
Subject.with_modifiedbyexternalparty_value(String _modifiedbyexternalparty_value) |
Subject |
Subject.with_modifiedonbehalfby_value(String _modifiedonbehalfby_value) |
Subject |
Subject.with_organizationid_value(String _organizationid_value) |
Subject |
Subject.with_parentsubject_value(String _parentsubject_value) |
Subject |
Subject.withCreatedon(OffsetDateTime createdon) |
Subject |
Subject.withDescription(String description) |
Subject |
Subject.withFeaturemask(Integer featuremask) |
Subject |
Subject.withImportsequencenumber(Integer importsequencenumber) |
Subject |
Subject.withModifiedon(OffsetDateTime modifiedon) |
Subject |
Subject.withOverriddencreatedon(OffsetDateTime overriddencreatedon) |
Subject |
Subject.withSubjectid(String subjectid) |
Subject |
Subject.withTitle(String title) |
Subject |
Subject.withUnmappedField(String name,
String value) |
Subject |
Subject.withVersionnumber(Long versionnumber) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Kbarticle> |
KbarticleCollectionRequest.searchByBodyKbArticle(String searchText,
Subject subject,
Boolean useInflection) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Kbarticle> |
KbarticleCollectionRequest.searchByKeywordsKbArticle(String searchText,
Subject subject,
Boolean useInflection) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Kbarticle> |
KbarticleCollectionRequest.searchByTitleKbArticle(String searchText,
Subject subject,
Boolean useInflection) |
Copyright © 2018–2020. All rights reserved.