Uses of Class
microsoft.dynamics.crm.complex.IChangedItem
-
Packages that use IChangedItem Package Description microsoft.dynamics.crm.complex -
-
Uses of IChangedItem in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type IChangedItem Modifier and Type Field Description protected List<IChangedItem>BusinessEntityChanges. changesMethods in microsoft.dynamics.crm.complex that return IChangedItem Modifier and Type Method Description IChangedItemIChangedItem.Builder. build()IChangedItemIChangedItem. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type IChangedItem Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IChangedItem>BusinessEntityChanges. getChanges()com.github.davidmoten.odata.client.CollectionPage<IChangedItem>BusinessEntityChanges. getChanges(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type IChangedItem Modifier and Type Method Description BusinessEntityChanges.BuilderBusinessEntityChanges.Builder. changes(IChangedItem... changes)Method parameters in microsoft.dynamics.crm.complex with type arguments of type IChangedItem Modifier and Type Method Description BusinessEntityChanges.BuilderBusinessEntityChanges.Builder. changes(List<IChangedItem> changes)
-