| Package | Description |
|---|---|
| io.gs2.friend | |
| io.gs2.friend.domain.model | |
| io.gs2.friend.request |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileResult |
Gs2FriendRestClient.updateProfile(UpdateProfileRequest request) |
void |
Gs2FriendRestClient.updateProfileAsync(UpdateProfileRequest request,
AsyncAction<AsyncResult<UpdateProfileResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ProfileAccessTokenDomain |
ProfileAccessTokenDomain.update(UpdateProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateProfileRequest |
UpdateProfileRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
UpdateProfileRequest |
UpdateProfileRequest.withAccessToken(String accessToken) |
UpdateProfileRequest |
UpdateProfileRequest.withFollowerProfile(String followerProfile) |
UpdateProfileRequest |
UpdateProfileRequest.withFriendProfile(String friendProfile) |
UpdateProfileRequest |
UpdateProfileRequest.withNamespaceName(String namespaceName) |
UpdateProfileRequest |
UpdateProfileRequest.withPublicProfile(String publicProfile) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.