Uses of Class
microsoft.dynamics.crm.complex.EntityCollection
-
Packages that use EntityCollection Package Description microsoft.dynamics.crm.complex -
-
Uses of EntityCollection in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type EntityCollection Modifier and Type Field Description protected List<EntityCollection>SubscriptionUpdatedEntityData. valuesMethods in microsoft.dynamics.crm.complex that return EntityCollection Modifier and Type Method Description EntityCollectionEntityCollection.Builder. build()EntityCollectionEntityCollection. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type EntityCollection Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<EntityCollection>SubscriptionUpdatedEntityData. getValues()com.github.davidmoten.odata.client.CollectionPage<EntityCollection>SubscriptionUpdatedEntityData. getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type EntityCollection Modifier and Type Method Description SubscriptionUpdatedEntityData.BuilderSubscriptionUpdatedEntityData.Builder. values(EntityCollection... values)Method parameters in microsoft.dynamics.crm.complex with type arguments of type EntityCollection Modifier and Type Method Description SubscriptionUpdatedEntityData.BuilderSubscriptionUpdatedEntityData.Builder. values(List<EntityCollection> values)
-