| Package | Description |
|---|---|
| io.gs2.friend | |
| io.gs2.friend.domain.model | |
| io.gs2.friend.request |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileByUserIdResult |
Gs2FriendRestClient.updateProfileByUserId(UpdateProfileByUserIdRequest request) |
void |
Gs2FriendRestClient.updateProfileByUserIdAsync(UpdateProfileByUserIdRequest request,
AsyncAction<AsyncResult<UpdateProfileByUserIdResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ProfileDomain |
ProfileDomain.update(UpdateProfileByUserIdRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateProfileByUserIdRequest |
UpdateProfileByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
UpdateProfileByUserIdRequest |
UpdateProfileByUserIdRequest.withFollowerProfile(String followerProfile) |
UpdateProfileByUserIdRequest |
UpdateProfileByUserIdRequest.withFriendProfile(String friendProfile) |
UpdateProfileByUserIdRequest |
UpdateProfileByUserIdRequest.withNamespaceName(String namespaceName) |
UpdateProfileByUserIdRequest |
UpdateProfileByUserIdRequest.withPublicProfile(String publicProfile) |
UpdateProfileByUserIdRequest |
UpdateProfileByUserIdRequest.withUserId(String userId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.