public static class NppesNpi.Companion
Companion object of a NppesNpi.
| Modifier and Type | Method and Description |
|---|---|
NppesResponse |
get(NppesRequest request)
Performs the get request to NPPES NPI Registry based on a given
class NppesRequest. |
NppesResponse |
get(NppesRequestBuilder request)
Performs the get request to NPPES NPI Registry based on a given
class NppesRequestBuilder. This function may be
more suitable to use with Java based application. |
public NppesResponse get(NppesRequest request)
Performs the get request to NPPES NPI Registry based on a given class NppesRequest.
class NppesRequestpublic NppesResponse get(NppesRequestBuilder request)
Performs the get request to NPPES NPI Registry based on a given class NppesRequestBuilder. This function may be
more suitable to use with Java based application.
class NppesRequestBuilder