Package com.glideapi.services
Class TelcoFinderClient
java.lang.Object
com.glideapi.services.TelcoFinderClient
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionTelcoFinderClient(Types.GlideSdkSettings settings) TelcoFinderClient(Types.GlideSdkSettings settings, boolean autoSession, SessionStrategy sessionStrategy) -
Method Summary
Modifier and TypeMethodDescriptionlookupIp(String ip, Types.ApiConfig conf) lookupNumber(String phoneNumber, Types.ApiConfig conf) networkIdForNumber(String phoneNumber, Types.ApiConfig conf)
-
Constructor Details
-
TelcoFinderClient
-
TelcoFinderClient
public TelcoFinderClient(Types.GlideSdkSettings settings, boolean autoSession, SessionStrategy sessionStrategy)
-
-
Method Details
-
networkIdForNumber
public TelcoFinderClient.TelcoFinderNetworkIdResponse networkIdForNumber(String phoneNumber, Types.ApiConfig conf) throws Exception - Throws:
Exception
-
lookupIp
public TelcoFinderClient.TelcoFinderSearchResponse lookupIp(String ip, Types.ApiConfig conf) throws Exception - Throws:
Exception
-
lookupNumber
public TelcoFinderClient.TelcoFinderSearchResponse lookupNumber(String phoneNumber, Types.ApiConfig conf) throws Exception - Throws:
Exception
-