Class Entities
- java.lang.Object
-
- com.github.davidmoten.odata.client.CollectionPageEntityRequest<Entity,EntityRequest>
-
- microsoft.dynamics.crm.entity.collection.request.EntityCollectionRequest
-
- microsoft.dynamics.crm.entity.set.Entities
-
public final class Entities extends EntityCollectionRequest
-
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.collection.request.EntityCollectionRequest
contextPath
-
-
Constructor Summary
Constructors Constructor Description Entities(com.github.davidmoten.odata.client.ContextPath contextPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Entityanalyticsconfigsentity_entityanalyticsconfig()Solutioncomponentconfigurationsentity_solutioncomponentconfiguration()-
Methods inherited from class microsoft.dynamics.crm.entity.collection.request.EntityCollectionRequest
entity_entityanalyticsconfig, entity_solutioncomponentconfiguration
-
Methods inherited from class com.github.davidmoten.odata.client.CollectionPageEntityRequest
connectTimeout, deltaTokenLatest, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, post, query, readTimeout, requestHeader, requestHeader, search, select, skip, stream, streamWithDeltaLink, to, toList, top, urlOverride
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
entity_entityanalyticsconfig
public Entityanalyticsconfigs entity_entityanalyticsconfig()
- Overrides:
entity_entityanalyticsconfigin classEntityCollectionRequest
-
entity_solutioncomponentconfiguration
public Solutioncomponentconfigurations entity_solutioncomponentconfiguration()
- Overrides:
entity_solutioncomponentconfigurationin classEntityCollectionRequest
-
-