Package io.moov.sdk

Class Avatars


  • public class Avatars
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GetAvatarRequestBuilder get()
      Get avatar image for an account using a unique ID.
      GetAvatarResponse get​(java.lang.String uniqueID)
      Get avatar image for an account using a unique ID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public GetAvatarRequestBuilder get()
        Get avatar image for an account using a unique ID.

        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 GetAvatarResponse get​(java.lang.String uniqueID)
                              throws java.lang.Exception
        Get avatar image for an account using a unique ID.

        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:
        uniqueID - Any unique ID associated with an account such as accountID, representativeID, routing number, or userID.
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails