Class ConfigClient


  • public class ConfigClient
    extends Object
    • Method Detail

      • get

        public net.runelite.http.api.config.Configuration get​(long profile)
                                                       throws IOException
        Throws:
        IOException
      • patch

        public CompletableFuture<net.runelite.http.api.config.ConfigPatchResult> patch​(net.runelite.http.api.config.ConfigPatch patch,
                                                                                       long profile)
      • delete

        public void delete​(long profile)
      • rename

        public void rename​(long profile,
                           String name)
      • setUuid

        public void setUuid​(UUID uuid)