Uses of Class
io.gs2.guild.result.DeleteGuildByGuildNameResult
Packages that use DeleteGuildByGuildNameResult
-
Uses of DeleteGuildByGuildNameResult in io.gs2.guild
Methods in io.gs2.guild that return DeleteGuildByGuildNameResultModifier and TypeMethodDescriptionGs2GuildRestClient.deleteGuildByGuildName(DeleteGuildByGuildNameRequest request) Method parameters in io.gs2.guild with type arguments of type DeleteGuildByGuildNameResultModifier and TypeMethodDescriptionvoidGs2GuildRestClient.deleteGuildByGuildNameAsync(DeleteGuildByGuildNameRequest request, AsyncAction<AsyncResult<DeleteGuildByGuildNameResult>> callback) -
Uses of DeleteGuildByGuildNameResult in io.gs2.guild.result
Methods in io.gs2.guild.result that return DeleteGuildByGuildNameResultModifier and TypeMethodDescriptionstatic DeleteGuildByGuildNameResultDeleteGuildByGuildNameResult.fromJson(com.fasterxml.jackson.databind.JsonNode data)