| Package | Description |
|---|---|
| services |
| Modifier and Type | Method and Description |
|---|---|
Profile |
ProfilesService.getProfile(String recipientId) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Profile> |
ProfilesInterface.getProfile(String recipientId,
String authorization,
String userAgent) |
| Modifier and Type | Method and Description |
|---|---|
UpdateResponseBody |
ProfilesService.postProfile(String recipientId,
Profile profile) |
retrofit2.Call<UpdateResponseBody> |
ProfilesInterface.postProfile(String recipientId,
Profile profile,
String authorization,
String userAgent) |
UpdateResponseBody |
ProfilesService.putProfile(String recipientId,
Profile profile) |
retrofit2.Call<UpdateResponseBody> |
ProfilesInterface.putProfile(String recipientId,
Profile profile,
String authorization,
String userAgent) |
Copyright © 2021. All rights reserved.