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