Package io.moov.sdk
Class EnrichedAddress
- java.lang.Object
-
- io.moov.sdk.EnrichedAddress
-
public class EnrichedAddress extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetEnrichmentAddressRequestBuilderget()Fetch enriched address suggestions.GetEnrichmentAddressResponseget(GetEnrichmentAddressRequest request)Fetch enriched address suggestions.
-
-
-
Method Detail
-
get
public GetEnrichmentAddressRequestBuilder get()
Fetch enriched address suggestions. Requires a partial address.To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/profile-enrichment.read` scope.
- Returns:
- The call builder
-
get
public GetEnrichmentAddressResponse get(GetEnrichmentAddressRequest request) throws java.lang.Exception
Fetch enriched address suggestions. Requires a partial address.To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/profile-enrichment.read` scope.
- Parameters:
request- The request object containing all the parameters for the API call.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
-