Uses of Class
io.gs2.guild.result.GetCurrentGuildMasterResult
Packages that use GetCurrentGuildMasterResult
-
Uses of GetCurrentGuildMasterResult in io.gs2.guild
Methods in io.gs2.guild that return GetCurrentGuildMasterResultModifier and TypeMethodDescriptionGs2GuildRestClient.getCurrentGuildMaster(GetCurrentGuildMasterRequest request) Method parameters in io.gs2.guild with type arguments of type GetCurrentGuildMasterResultModifier and TypeMethodDescriptionvoidGs2GuildRestClient.getCurrentGuildMasterAsync(GetCurrentGuildMasterRequest request, AsyncAction<AsyncResult<GetCurrentGuildMasterResult>> callback) -
Uses of GetCurrentGuildMasterResult in io.gs2.guild.result
Methods in io.gs2.guild.result that return GetCurrentGuildMasterResultModifier and TypeMethodDescriptionstatic GetCurrentGuildMasterResultGetCurrentGuildMasterResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetCurrentGuildMasterResult.withItem(CurrentGuildMaster item)