Class EvalRunCanceledWebhookEvent.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class EvalRunCanceledWebhookEvent.BuilderA builder for EvalRunCanceledWebhookEvent. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal EvalRunCanceledWebhookEvent.Builder id(String id) The unique ID of the event. 
 - 
                                        idfinal EvalRunCanceledWebhookEvent.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        createdAtfinal EvalRunCanceledWebhookEvent.Builder createdAt(Long createdAt) The Unix timestamp (in seconds) of when the eval run was canceled. 
 - 
                                        createdAtfinal EvalRunCanceledWebhookEvent.Builder createdAt(JsonField<Long> createdAt) Sets Builder.createdAt to an arbitrary JSON value. You should usually call Builder.createdAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        datafinal EvalRunCanceledWebhookEvent.Builder data(EvalRunCanceledWebhookEvent.Data data) Event data payload. 
 - 
                                        datafinal EvalRunCanceledWebhookEvent.Builder data(JsonField<EvalRunCanceledWebhookEvent.Data> data) Sets Builder.data to an arbitrary JSON value. You should usually call Builder.data with a well-typed Data value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal EvalRunCanceledWebhookEvent.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("eval.run.canceled")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        object_final EvalRunCanceledWebhookEvent.Builder object_(EvalRunCanceledWebhookEvent.Object object_) The object of the event. Always event.
 - 
                                        object_final EvalRunCanceledWebhookEvent.Builder object_(JsonField<EvalRunCanceledWebhookEvent.Object> object_) Sets Builder.object_ to an arbitrary JSON value. You should usually call Builder.object_ with a well-typed Object value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal EvalRunCanceledWebhookEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal EvalRunCanceledWebhookEvent.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal EvalRunCanceledWebhookEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal EvalRunCanceledWebhookEvent.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal EvalRunCanceledWebhookEvent.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal EvalRunCanceledWebhookEvent build() Returns an immutable instance of EvalRunCanceledWebhookEvent. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .createdAt() .data()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-