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