Package io.moov.sdk

Class EnrichedAddress

    • 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.

        Specified by:
        get in interface SDKMethodInterfaces.MethodCallGetEnrichmentAddress
        Parameters:
        request - The request object containing all of the parameters for the API call.
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails