Uses of Class
io.gs2.account.model.Account
Packages that use Account
-
Uses of Account in io.gs2.account.model
Methods in io.gs2.account.model that return AccountModifier and TypeMethodDescriptionstatic AccountAccount.fromJson(com.fasterxml.jackson.databind.JsonNode data) Account.withAccountId(String accountId) Account.withBanned(Boolean banned) Account.withBanStatuses(List<BanStatus> banStatuses) Account.withCreatedAt(Long createdAt) Account.withPassword(String password) Account.withRevision(Long revision) Account.withTimeOffset(Integer timeOffset) Account.withUserId(String userId) Methods in io.gs2.account.model with parameters of type Account -
Uses of Account in io.gs2.account.result
Methods in io.gs2.account.result that return AccountModifier and TypeMethodDescriptionAddBanResult.getItem()AuthenticationResult.getItem()CreateAccountResult.getItem()DeleteAccountResult.getItem()DoTakeOverResult.getItem()GetAccountResult.getItem()RemoveBanResult.getItem()UpdateBannedResult.getItem()UpdateTimeOffsetResult.getItem()Methods in io.gs2.account.result that return types with arguments of type AccountMethods in io.gs2.account.result with parameters of type AccountModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidMethod parameters in io.gs2.account.result with type arguments of type Account