Skip navigation links
A B C D E F G H I L M N P R S T U V 

A

accessToken - Variable in class network.minter.profile.models.User.Token
 
addAddress(ProfileAddressData) - Method in interface network.minter.profile.api.ProfileAddressEndpoint
Create new address
addAddress(ProfileAddressData) - Method in class network.minter.profile.repo.ProfileAddressRepository
Add new address to the server
addEncrypted(ProfileAddressData) - Method in class network.minter.profile.models.PasswordChangeRequest
 
addEncrypted(List<ProfileAddressData>) - Method in class network.minter.profile.models.PasswordChangeRequest
 
address() - Method in class network.minter.profile.MinterProfileApi
Address api repository
address - Variable in class network.minter.profile.models.AddressInfoResult
 
address - Variable in class network.minter.profile.models.ProfileAddressData
 
addressesEncryptedData - Variable in class network.minter.profile.models.PasswordChangeRequest
 
AddressInfoResult - Class in network.minter.profile.models
minter-android-profile. 2018
AddressInfoResult() - Constructor for class network.minter.profile.models.AddressInfoResult
 
auth() - Method in class network.minter.profile.MinterProfileApi
Auth api repository
Avatar() - Constructor for class network.minter.profile.models.User.Avatar
 
avatar - Variable in class network.minter.profile.models.User.Data
 

B

build() - Method in class network.minter.profile.models.LoginData.Builder
Returns a LoginData built from the parameters previously set.

C

changePassword(PasswordChangeRequest) - Method in interface network.minter.profile.api.ProfileEndpoint
Change password and replace encrypted data with new password re-encrypted
changePassword(PasswordChangeRequest) - Method in class network.minter.profile.repo.ProfileRepository
Update user password using complex transaction (changing password leads re-encrypting whole encrypted data)
checkUsernameAvailability(String) - Method in interface network.minter.profile.api.ProfileAuthEndpoint
 
checkUsernameAvailability(String) - Method in class network.minter.profile.repo.ProfileAuthRepository
Check availability for given username
code - Variable in class network.minter.profile.models.ProfileResult.Error
 
configure(ApiService.Builder) - Method in class network.minter.profile.repo.ProfileAddressRepository
 
configure(ApiService.Builder) - Method in class network.minter.profile.repo.ProfileAuthRepository
 
configure(ApiService.Builder) - Method in class network.minter.profile.repo.ProfileRepository
 
Confirmation() - Constructor for class network.minter.profile.models.ProfileRequestResult.Confirmation
 
confirmations - Variable in class network.minter.profile.models.ProfileRequestResult
 
confirmProfile(String, String) - Method in interface network.minter.profile.api.ProfileEndpoint
2-factor auth confirmation
count - Variable in class network.minter.profile.models.ProfileResult.Meta
 
currentPage - Variable in class network.minter.profile.models.ProfileResult.Meta
 

D

data - Variable in class network.minter.profile.models.ProfileResult
 
data - Variable in class network.minter.profile.models.ProfileResult.Error
for example, validation errors: email: { "invalid email format", "can't be empty" "et cetera" }, "some": { "another field error" }
data - Variable in class network.minter.profile.models.User
 
Data() - Constructor for class network.minter.profile.models.User.Data
 
delete(String) - Method in class network.minter.profile.repo.ProfileAddressRepository
Delete user address with private data from server
delete(ProfileAddressData) - Method in class network.minter.profile.repo.ProfileAddressRepository
Delete user address with private data from server by address data
deleteAddress(String) - Method in interface network.minter.profile.api.ProfileAddressEndpoint
Delete existent address by it id
deleteAvatar() - Method in interface network.minter.profile.api.ProfileEndpoint
Delete avatar
description - Variable in class network.minter.profile.models.User.Avatar
 

E

email - Variable in class network.minter.profile.models.RegisterData
 
email - Variable in class network.minter.profile.models.User.Data
 
encrypted - Variable in class network.minter.profile.models.PasswordChangeRequest.EncryptedData
 
encrypted - Variable in class network.minter.profile.models.ProfileAddressData
 
EncryptedData() - Constructor for class network.minter.profile.models.PasswordChangeRequest.EncryptedData
 
endpoint - Variable in class network.minter.profile.models.ProfileRequestResult.Confirmation
 
error - Variable in class network.minter.profile.models.ProfileResult
 
Error() - Constructor for class network.minter.profile.models.ProfileResult.Error
 
expiresIn - Variable in class network.minter.profile.models.User.Token
 

F

findAddressByEmail(String) - Method in interface network.minter.profile.api.ProfileInfoEndpoint
Find address by email
findAddressByUsername(String) - Method in interface network.minter.profile.api.ProfileInfoEndpoint
Find address by username
findAddressInfoByInput(String) - Method in class network.minter.profile.repo.ProfileInfoRepository
Find address by indistinct recipient value: username or email address
first - Variable in class network.minter.profile.models.ProfileResult.Links
 
firstPage - Variable in class network.minter.profile.models.ProfileResult.Meta
 

G

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
getUserAvatarUrlByAddress(MinterAddress) - Static method in class network.minter.profile.MinterProfileApi
Return constant user avatar url using minter address Mx...
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

H

hasAvatar() - Method in class network.minter.profile.models.User.Data
 

I

id - Variable in class network.minter.profile.models.PasswordChangeRequest.EncryptedData
 
id - Variable in class network.minter.profile.models.ProfileAddressData
 
id - Variable in class network.minter.profile.models.User.Data
 
info() - Method in class network.minter.profile.MinterProfileApi
Info api repository
initialize(<any>) - Static method in class network.minter.profile.MinterProfileApi
Init sdk with no debug log
initialize(<any>, boolean) - Static method in class network.minter.profile.MinterProfileApi
Init sdk with debug log
isAvailable - Variable in class network.minter.profile.models.UsernameData
 
isMain - Variable in class network.minter.profile.models.ProfileAddressData
 
isServerSecured - Variable in class network.minter.profile.models.ProfileAddressData
 
isSuccess() - Method in class network.minter.profile.models.ProfileResult
 

L

language - Variable in class network.minter.profile.models.RegisterData
 
language - Variable in class network.minter.profile.models.User.Data
 
last - Variable in class network.minter.profile.models.ProfileResult.Links
 
lastPage - Variable in class network.minter.profile.models.ProfileResult.Meta
 
links - Variable in class network.minter.profile.models.ProfileResult
 
Links() - Constructor for class network.minter.profile.models.ProfileResult.Links
 
login(LoginData) - Method in interface network.minter.profile.api.ProfileAuthEndpoint
 
login(LoginData) - Method in class network.minter.profile.repo.ProfileAuthRepository
Authorize user by username and password
LoginData - Class in network.minter.profile.models
minter-android-profile. 2018
LoginData() - Constructor for class network.minter.profile.models.LoginData
 
LoginData.Builder - Class in network.minter.profile.models
LoginData builder static inner class.

M

mainAddress - Variable in class network.minter.profile.models.RegisterData
 
mainAddress - Variable in class network.minter.profile.models.User.Data
 
message - Variable in class network.minter.profile.models.ProfileResult.Error
 
meta - Variable in class network.minter.profile.models.ProfileResult
 
Meta() - Constructor for class network.minter.profile.models.ProfileResult.Meta
 
MinterProfileApi - Class in network.minter.profile
minter-android-profile. 2018

N

name - Variable in class network.minter.profile.models.RegisterData
 
name - Variable in class network.minter.profile.models.User.Data
 
network.minter.profile - package network.minter.profile
 
network.minter.profile.api - package network.minter.profile.api
 
network.minter.profile.models - package network.minter.profile.models
 
network.minter.profile.repo - package network.minter.profile.repo
 
newBuilder() - Static method in class network.minter.profile.models.LoginData
 
newPassword - Variable in class network.minter.profile.models.PasswordChangeRequest
 
next - Variable in class network.minter.profile.models.ProfileResult.Links
 

P

password - Variable in class network.minter.profile.models.LoginData
 
password - Variable in class network.minter.profile.models.RegisterData
 
PasswordChangeRequest - Class in network.minter.profile.models
minter-android-profile. 2018
PasswordChangeRequest() - Constructor for class network.minter.profile.models.PasswordChangeRequest
 
PasswordChangeRequest.EncryptedData - Class in network.minter.profile.models
 
perPage - Variable in class network.minter.profile.models.ProfileResult.Meta
 
phone - Variable in class network.minter.profile.models.RegisterData
 
phone - Variable in class network.minter.profile.models.User.Data
 
preparePassword() - Method in class network.minter.profile.models.LoginData
 
preparePassword() - Method in class network.minter.profile.models.RegisterData
 
prev - Variable in class network.minter.profile.models.ProfileResult.Links
 
profile() - Method in class network.minter.profile.MinterProfileApi
User profile api repository
ProfileAddressData - Class in network.minter.profile.models
minter-android-profile. 2018
ProfileAddressData() - Constructor for class network.minter.profile.models.ProfileAddressData
 
ProfileAddressData(MinterAddress, boolean, String, boolean, String) - Constructor for class network.minter.profile.models.ProfileAddressData
 
ProfileAddressEndpoint - Interface in network.minter.profile.api
minter-android-profile.
ProfileAddressRepository - Class in network.minter.profile.repo
minter-android-profile. 2018 User addresses managing api repository
ProfileAddressRepository(ApiService.Builder) - Constructor for class network.minter.profile.repo.ProfileAddressRepository
 
ProfileAuthEndpoint - Interface in network.minter.profile.api
minter-android-profile. 2018
ProfileAuthRepository - Class in network.minter.profile.repo
minter-android-profile. 2018 User authentication api repository
ProfileAuthRepository(ApiService.Builder) - Constructor for class network.minter.profile.repo.ProfileAuthRepository
 
ProfileEndpoint - Interface in network.minter.profile.api
minter-android-profile. 2018
ProfileInfoEndpoint - Interface in network.minter.profile.api
minter-android-profile. 2018
ProfileInfoRepository - Class in network.minter.profile.repo
minter-android-profile. 2018 Public user information api repository
ProfileInfoRepository(ApiService.Builder) - Constructor for class network.minter.profile.repo.ProfileInfoRepository
 
ProfileRepository - Class in network.minter.profile.repo
minter-android-profile. 2018 Private user data api repository
ProfileRepository(ApiService.Builder) - Constructor for class network.minter.profile.repo.ProfileRepository
 
ProfileRequestResult - Class in network.minter.profile.models
minter-android-profile. 2018
ProfileRequestResult() - Constructor for class network.minter.profile.models.ProfileRequestResult
 
ProfileRequestResult.Confirmation - Class in network.minter.profile.models
 
ProfileRequestResult.ConfirmType - Enum in network.minter.profile.models
 
ProfileResult<Result> - Class in network.minter.profile.models
minter-android-profile. 2018
ProfileResult() - Constructor for class network.minter.profile.models.ProfileResult
 
ProfileResult.Error - Class in network.minter.profile.models
 
ProfileResult.Links - Class in network.minter.profile.models
 
ProfileResult.Meta - Class in network.minter.profile.models
 

R

rawPassword - Variable in class network.minter.profile.models.LoginData
 
rawPassword - Variable in class network.minter.profile.models.RegisterData
 
refreshToken - Variable in class network.minter.profile.models.User.Token
 
register(RegisterData) - Method in interface network.minter.profile.api.ProfileAuthEndpoint
 
register(RegisterData) - Method in class network.minter.profile.repo.ProfileAuthRepository
Register user
RegisterData - Class in network.minter.profile.models
minter-android-profile. 2018
RegisterData() - Constructor for class network.minter.profile.models.RegisterData
 

S

setAddressMain(boolean, ProfileAddressData) - Method in class network.minter.profile.repo.ProfileAddressRepository
Set given address as main (only one address can be main)
setPassword(String) - Method in class network.minter.profile.models.LoginData.Builder
Sets the password and returns a reference to this Builder so that the methods can be chained together.
setRawPassword(String) - Method in class network.minter.profile.models.PasswordChangeRequest
 
setUsername(String) - Method in class network.minter.profile.models.LoginData.Builder
Sets the username and returns a reference to this Builder so that the methods can be chained together.
src - Variable in class network.minter.profile.models.User.Avatar
 

T

token - Variable in class network.minter.profile.models.User
 
Token() - Constructor for class network.minter.profile.models.User.Token
 
tokenType - Variable in class network.minter.profile.models.User.Token
 
total - Variable in class network.minter.profile.models.ProfileResult.Meta
 
type - Variable in class network.minter.profile.models.ProfileRequestResult.Confirmation
 

U

updateAddress(String, ProfileAddressData) - Method in interface network.minter.profile.api.ProfileAddressEndpoint
Update existent address
updateAddress(ProfileAddressData) - Method in class network.minter.profile.repo.ProfileAddressRepository
Update address information
updateAvatar(String) - Method in class network.minter.profile.repo.ProfileRepository
Upload base64 encoded avatar
updateAvatarBase64(String) - Method in interface network.minter.profile.api.ProfileEndpoint
Upload current user avatar (base64 encoded image) Supported formats: png, jpg Maximum size: 500 kilobytes
updateAvatarMultipart(MultipartBody.Part) - Method in interface network.minter.profile.api.ProfileEndpoint
Upload current user avatar (multipart data) Supported formats: png, jpg Maximum size: 500 kilobytes Field name for multipart: avatar
updateField(String, String) - Method in class network.minter.profile.repo.ProfileRepository
Updating user profile field by name and value
updateProfile(User.Data) - Method in interface network.minter.profile.api.ProfileEndpoint
Update current user profile
updateProfile(Map<String, String>) - Method in interface network.minter.profile.api.ProfileEndpoint
Update current user profile with specified map
updateProfile(User.Data) - Method in class network.minter.profile.repo.ProfileRepository
Updating user profile by profile data
user - Variable in class network.minter.profile.models.AddressInfoResult
 
User - Class in network.minter.profile.models
minter-android-profile. 2018
User(String) - Constructor for class network.minter.profile.models.User
 
User.Avatar - Class in network.minter.profile.models
 
User.Data - Class in network.minter.profile.models
 
User.Token - Class in network.minter.profile.models
 
username - Variable in class network.minter.profile.models.LoginData
 
username - Variable in class network.minter.profile.models.RegisterData
 
username - Variable in class network.minter.profile.models.User.Data
 
username - Variable in class network.minter.profile.models.UsernameData
 
UsernameData - Class in network.minter.profile.models
minter-android-profile. 2018
UsernameData() - Constructor for class network.minter.profile.models.UsernameData
 

V

valueOf(String) - Static method in enum network.minter.profile.models.ProfileRequestResult.ConfirmType
Returns the enum constant of this type with the specified name.
values() - Static method in enum network.minter.profile.models.ProfileRequestResult.ConfirmType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N P R S T U V 
Skip navigation links