public class NppesNpi
This class is behave as a wrapper for internal get(url: String) function,
providing the ability to use class NppesRequest or class NppesRequestBuilder to perform the api call.
class NppesRequest,
class NppesRequestBuilder| Modifier and Type | Class and Description |
|---|---|
static class |
NppesNpi.Companion
Companion object of a NppesNpi.
|
| Modifier and Type | Field and Description |
|---|---|
static NppesNpi.Companion |
Companion
Companion object of a NppesNpi.
|
| Constructor and Description |
|---|
NppesNpi()
This class is behave as a wrapper for internal get(url: String) function,
providing the ability to use
class NppesRequest or class NppesRequestBuilder to perform the api call. |
| Modifier and Type | Method and Description |
|---|---|
static NppesResponse |
get(NppesRequest request)
Performs the get request to NPPES NPI Registry based on a given
class NppesRequest. |
static 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 static NppesNpi.Companion Companion
Companion object of a NppesNpi.
public NppesNpi()
This class is behave as a wrapper for internal get(url: String) function,
providing the ability to use class NppesRequest or class NppesRequestBuilder to perform the api call.
class NppesRequest,
class NppesRequestBuilderpublic static NppesResponse get(NppesRequest request)
Performs the get request to NPPES NPI Registry based on a given class NppesRequest.
class NppesRequestpublic static 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