Class GetLoaders


public class GetLoaders extends Endpoint<List<Loader>,EmptyRequest>
This endpoint is used to get a list of loaders.
  • Constructor Details

    • GetLoaders

      public GetLoaders(HttpClient client, com.google.gson.Gson gson)
      Creates a new instance of the endpoint.
      Parameters:
      client - The client to use.
      gson - The gson instance to use.
  • Method Details