Uses of Class
microsoft.dynamics.crm.enums.DeletedMetadataFilters
-
Packages that use DeletedMetadataFilters Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container microsoft.dynamics.crm.enums -
-
Uses of DeletedMetadataFilters in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type DeletedMetadataFilters Modifier and Type Field Description protected List<DeletedMetadataFilters>DeletedMetadataCollection. keysMethods in microsoft.dynamics.crm.complex that return types with arguments of type DeletedMetadataFilters Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeletedMetadataFilters>DeletedMetadataCollection. getKeys()com.github.davidmoten.odata.client.CollectionPage<DeletedMetadataFilters>DeletedMetadataCollection. getKeys(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type DeletedMetadataFilters Modifier and Type Method Description DeletedMetadataCollection.BuilderDeletedMetadataCollection.Builder. keys(DeletedMetadataFilters... keys)Method parameters in microsoft.dynamics.crm.complex with type arguments of type DeletedMetadataFilters Modifier and Type Method Description DeletedMetadataCollection.BuilderDeletedMetadataCollection.Builder. keys(List<DeletedMetadataFilters> keys) -
Uses of DeletedMetadataFilters in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container with parameters of type DeletedMetadataFilters Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveMetadataChangesResponse>System. retrieveMetadataChanges(EntityQueryExpression query, DeletedMetadataFilters deletedMetadataFilters, String clientVersionStamp, String appModuleId, Boolean retrieveAllSettings) -
Uses of DeletedMetadataFilters in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return DeletedMetadataFilters Modifier and Type Method Description static DeletedMetadataFiltersDeletedMetadataFilters. valueOf(String name)Returns the enum constant of this type with the specified name.static DeletedMetadataFilters[]DeletedMetadataFilters. values()Returns an array containing the constants of this enum type, in the order they are declared.
-