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