- getAddress(int) - Method in interface network.minter.profile.api.ProfileAddressEndpoint
-
Get single address information
- getAddresses() - Method in interface network.minter.profile.api.ProfileAddressEndpoint
-
Get current user address list
- getAddresses(int) - Method in interface network.minter.profile.api.ProfileAddressEndpoint
-
Get current user address list (with paging)
Default limit: 20 by page
- getAddresses() - Method in class network.minter.profile.repo.ProfileAddressRepository
-
Get list of user addresses without encrypted data
- getAddresses(int) - Method in class network.minter.profile.repo.ProfileAddressRepository
-
Get list of user addresses without encrypted data
- getAddressesWithEncrypted() - Method in interface network.minter.profile.api.ProfileAddressEndpoint
-
Get current user address list with encrypted data
- getAddressesWithEncrypted() - Method in class network.minter.profile.repo.ProfileAddressRepository
-
Get list of user addresses with encrypted data
- getAddressesWithUserInfo(List<String>) - Method in interface network.minter.profile.api.ProfileInfoEndpoint
-
Get addresses and relates user information
- getAddressesWithUserInfo(List<MinterAddress>) - Method in class network.minter.profile.repo.ProfileInfoRepository
-
Get multiple blockchain addresses information with owner user data
- getAddressesWithUserInfoByStrings(List<String>) - Method in class network.minter.profile.repo.ProfileInfoRepository
-
Getting multiple blockchain addresses information with owner user data
- getAddressWithEncrypted(int) - Method in interface network.minter.profile.api.ProfileAddressEndpoint
-
Get single address information with encrypted data
- getAddressWithUserInfo(String) - Method in interface network.minter.profile.api.ProfileInfoEndpoint
-
Get address and related user information
- getAddressWithUserInfo(String) - Method in class network.minter.profile.repo.ProfileInfoRepository
-
Getting blockchain address information with owner user data
- getAddressWithUserInfo(MinterAddress) - Method in class network.minter.profile.repo.ProfileInfoRepository
-
Getting blockchain address information with owner user data
- getApiService() - Method in class network.minter.profile.MinterProfileApi
-
Api service builder instance
- getAvatar() - Method in interface network.minter.profile.api.ProfileEndpoint
-
Get current user avatar url
- getAvatar() - Method in class network.minter.profile.models.User.Data
-
- getCoinAvatarUrl(String) - Static method in class network.minter.profile.MinterProfileApi
-
Return constant coin avatar url using coin name
- getData() - Method in class network.minter.profile.models.ProfileResult.Error
-
- getData() - Method in class network.minter.profile.models.User
-
- getError() - Method in class network.minter.profile.models.ProfileResult
-
- getGsonBuilder() - Method in class network.minter.profile.MinterProfileApi
-
Creates new gson builder with predefined type adapters used in sdk
- getInstance() - Static method in class network.minter.profile.MinterProfileApi
-
Singleton sdk instance
- getLanguage() - Method in class network.minter.profile.models.User.Data
-
- getLanguageDisplay() - Method in class network.minter.profile.models.User.Data
-
- getLinks() - Method in class network.minter.profile.models.ProfileResult
-
- getMeta() - Method in class network.minter.profile.models.ProfileResult
-
- getProfile() - Method in interface network.minter.profile.api.ProfileEndpoint
-
Get current user profile data
- getProfile() - Method in class network.minter.profile.repo.ProfileRepository
-
Getting user profile from web console
- getServiceClass() - Method in class network.minter.profile.repo.ProfileAddressRepository
-
- getServiceClass() - Method in class network.minter.profile.repo.ProfileAuthRepository
-
- getServiceClass() - Method in class network.minter.profile.repo.ProfileInfoRepository
-
- getServiceClass() - Method in class network.minter.profile.repo.ProfileRepository
-
- getUrl() - Method in class network.minter.profile.models.User.Avatar
-
- getUserAvatarUrl(long) - Static method in class network.minter.profile.MinterProfileApi
-
Return constant user avatar url using user id
- getUserAvatarUrl(String) - Static method in class network.minter.profile.MinterProfileApi
-
Return constant user avatar url using user id
- getUserInfoByUser(User) - Method in class network.minter.profile.repo.ProfileInfoRepository
-
Get user information by his username using user model
- getUserInfoByUser(User.Data) - Method in class network.minter.profile.repo.ProfileInfoRepository
-
Get user information by his username
- getUserInfoByUsername(String) - Method in interface network.minter.profile.api.ProfileInfoEndpoint
-
Get user information by his username
- getUserInfoByUsername(String) - Method in class network.minter.profile.repo.ProfileInfoRepository
-
Get user information by his username