Uses of Class
microsoft.dynamics.crm.complex.GetDistinctValuesImportFileResponse
-
Packages that use GetDistinctValuesImportFileResponse Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.request -
-
Uses of GetDistinctValuesImportFileResponse in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return GetDistinctValuesImportFileResponse Modifier and Type Method Description GetDistinctValuesImportFileResponseGetDistinctValuesImportFileResponse.Builder. build()GetDistinctValuesImportFileResponseGetDistinctValuesImportFileResponse. withUnmappedField(String name, Object value) -
Uses of GetDistinctValuesImportFileResponse in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return types with arguments of type GetDistinctValuesImportFileResponse Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<GetDistinctValuesImportFileResponse>Importfile. getDistinctValuesImportFile(Integer columnNumber, Integer pageNumber, Integer recordsPerPage) -
Uses of GetDistinctValuesImportFileResponse in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type GetDistinctValuesImportFileResponse Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<GetDistinctValuesImportFileResponse>ImportfileRequest. getDistinctValuesImportFile(Integer columnNumber, Integer pageNumber, Integer recordsPerPage)
-