Interface NumberLookupResponse
public interface NumberLookupResponse
NumberLookupResponse
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic NumberLookupResponse.Builderbuilder()Getting builderISO 3166-1 alpha-2 two-letter country identifiergetLine()An object containing information about the line type of the number.Requested MSISDN in E.164 format.getRnd()An object containing information whether number is disconnected.An object containing information about the SimSwap verification performed on the number.The identifier for a trace.An object containing information about the VoIP detection performed on the number.
-
Method Details
-
getLine
Line getLine()An object containing information about the line type of the number.- Returns:
- line
-
getSimSwap
SimSwap getSimSwap()An object containing information about the SimSwap verification performed on the number.- Returns:
- simSwap
-
getVoIPDetection
VoIPDetection getVoIPDetection()An object containing information about the VoIP detection performed on the number.- Returns:
- voIPDetection
-
getRnd
Rnd getRnd()An object containing information whether number is disconnected.- Returns:
- rnd
-
getCountryCode
String getCountryCode()ISO 3166-1 alpha-2 two-letter country identifier- Returns:
- countryCode
-
getTraceId
String getTraceId()The identifier for a trace.- Returns:
- traceId
-
getNumber
String getNumber()Requested MSISDN in E.164 format.- Returns:
- number
-
builder
Getting builder- Returns:
- New Builder instance
-