Uses of Class
microsoft.dynamics.crm.complex.BatchPredictionResponse
-
Packages that use BatchPredictionResponse Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.request -
-
Uses of BatchPredictionResponse in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return BatchPredictionResponse Modifier and Type Method Description BatchPredictionResponseBatchPredictionResponse.Builder. build()BatchPredictionResponseBatchPredictionResponse. withResponse(String response)BatchPredictionResponseBatchPredictionResponse. withUnmappedField(String name, Object value) -
Uses of BatchPredictionResponse in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return types with arguments of type BatchPredictionResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BatchPredictionResponse>Msdyn_aimodel. batchPrediction(String version) -
Uses of BatchPredictionResponse in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type BatchPredictionResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BatchPredictionResponse>Msdyn_aimodelRequest. batchPrediction(String version)
-