public class ProfilesService extends Object
| Constructor and Description |
|---|
ProfilesService() |
| Modifier and Type | Method and Description |
|---|---|
Profile |
getProfile(String recipientId) |
ProfileLists |
getProfileLists(String recipientId,
String cursor) |
UpdateResponseBody |
patchProfile(String recipientId,
PatchRequestBody patchRequestBody) |
UpdateResponseBody |
postProfile(String recipientId,
Profile profile) |
UpdateResponseBody |
putProfile(String recipientId,
Profile profile) |
public Profile getProfile(String recipientId) throws IOException
IOExceptionpublic UpdateResponseBody postProfile(String recipientId, Profile profile) throws IOException
IOExceptionpublic UpdateResponseBody patchProfile(String recipientId, PatchRequestBody patchRequestBody) throws IOException
IOExceptionpublic UpdateResponseBody putProfile(String recipientId, Profile profile) throws IOException
IOExceptionpublic ProfileLists getProfileLists(String recipientId, String cursor) throws IOException
IOExceptionCopyright © 2021. All rights reserved.