| Package | Description |
|---|---|
| io.gs2.friend.domain.model | |
| io.gs2.friend.model | |
| io.gs2.friend.result |
| Modifier and Type | Method and Description |
|---|---|
Profile |
ProfileAccessTokenDomain.model() |
Profile |
ProfileDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static Profile |
Profile.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Profile |
Profile.withCreatedAt(Long createdAt) |
Profile |
Profile.withFollowerProfile(String followerProfile) |
Profile |
Profile.withFriendProfile(String friendProfile) |
Profile |
Profile.withProfileId(String profileId) |
Profile |
Profile.withPublicProfile(String publicProfile) |
Profile |
Profile.withUpdatedAt(Long updatedAt) |
Profile |
Profile.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
int |
Profile.compareTo(Profile o) |
| Modifier and Type | Method and Description |
|---|---|
Profile |
GetProfileResult.getItem() |
Profile |
UpdateProfileResult.getItem() |
Profile |
GetProfileByUserIdResult.getItem() |
Profile |
UpdateProfileByUserIdResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
DescribeProfilesResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetProfileResult.setItem(Profile item) |
void |
UpdateProfileResult.setItem(Profile item) |
void |
GetProfileByUserIdResult.setItem(Profile item) |
void |
UpdateProfileByUserIdResult.setItem(Profile item) |
GetProfileResult |
GetProfileResult.withItem(Profile item) |
UpdateProfileResult |
UpdateProfileResult.withItem(Profile item) |
GetProfileByUserIdResult |
GetProfileByUserIdResult.withItem(Profile item) |
UpdateProfileByUserIdResult |
UpdateProfileByUserIdResult.withItem(Profile item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProfilesResult.setItems(List<Profile> items) |
DescribeProfilesResult |
DescribeProfilesResult.withItems(List<Profile> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.