Uses of Class
microsoft.dynamics.crm.complex.DownloadBlockResponse
-
Packages that use DownloadBlockResponse Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of DownloadBlockResponse in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return DownloadBlockResponse Modifier and Type Method Description DownloadBlockResponseDownloadBlockResponse.Builder. build()DownloadBlockResponseDownloadBlockResponse. withData(byte[] data)DownloadBlockResponseDownloadBlockResponse. withUnmappedField(String name, String value) -
Uses of DownloadBlockResponse in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type DownloadBlockResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DownloadBlockResponse>System. downloadBlock(Long offset, Long blockLength, String fileContinuationToken)
-