/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * ICallParkOrbit. * ICallParkOrbit Interface */ @CoInterface(guid="{7CC306E9-2546-4101-82AB-29613AD6F7A7}") public interface ICallParkOrbit extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(1610743808) public String getFriendlyOrbit() throws ComException; @DeclDISPID(1610743809) public String getSafeRetrieveUri() throws ComException; @DeclDISPID(1610743810) public String getMsParkedCall() throws ComException; }