Class UpdateJobRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class UpdateJobRequest extends ActionRequest implements org.elasticsearch.xcontent.ToXContentObject
Updates a Job with the passed JobUpdate settings
  • Constructor Details

    • UpdateJobRequest

      public UpdateJobRequest(JobUpdate update)
  • Method Details