Class GetLicenses


public class GetLicenses extends Endpoint<List<License>,EmptyRequest>
This endpoint is used to get a list of licenses.
  • Constructor Details

    • GetLicenses

      public GetLicenses(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