Uses of Class
microsoft.dynamics.crm.entity.Subject
-
Packages that use Subject Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request -
-
Uses of Subject in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Subject Modifier and Type Method Description SubjectSubject.Builder. build()SubjectSubject. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SubjectSubject. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SubjectSubject. with_createdby_value(String _createdby_value)SubjectSubject. with_createdbyexternalparty_value(String _createdbyexternalparty_value)SubjectSubject. with_createdonbehalfby_value(String _createdonbehalfby_value)SubjectSubject. with_modifiedby_value(String _modifiedby_value)SubjectSubject. with_modifiedbyexternalparty_value(String _modifiedbyexternalparty_value)SubjectSubject. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)SubjectSubject. with_organizationid_value(String _organizationid_value)SubjectSubject. with_parentsubject_value(String _parentsubject_value)SubjectSubject. withCreatedon(OffsetDateTime createdon)SubjectSubject. withDescription(String description)SubjectSubject. withFeaturemask(Integer featuremask)SubjectSubject. withImportsequencenumber(Integer importsequencenumber)SubjectSubject. withModifiedon(OffsetDateTime modifiedon)SubjectSubject. withOverriddencreatedon(OffsetDateTime overriddencreatedon)SubjectSubject. withSubjectid(String subjectid)SubjectSubject. withTitle(String title)SubjectSubject. withUnmappedField(String name, String value)SubjectSubject. withVersionnumber(Long versionnumber) -
Uses of Subject in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request with parameters of type Subject Modifier and Type Method 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)
-