Class JobTemplateListResponse

java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.JobTemplateListResponse
All Implemented Interfaces:
RESTMessage, RESTResponse

public class JobTemplateListResponse extends BaseResponse
Represents a response containing a list of job templates.
  • Constructor Details

    • JobTemplateListResponse

      public JobTemplateListResponse(List<JobTemplateDTO> jobTemplates)
      Creates a new JobTemplateListResponse with the specified list of job templates.
      Parameters:
      jobTemplates - The list of job templates to include in the response.
  • Method Details