Class BatchCancelledWebhookEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class BatchCancelledWebhookEventSent when a batch API request has been cancelled. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classBatchCancelledWebhookEvent.BuilderA builder for BatchCancelledWebhookEvent. public final classBatchCancelledWebhookEvent.DataEvent data payload. public final classBatchCancelledWebhookEvent.ObjectThe object of the event. Always event.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The unique ID of the event. final LongcreatedAt()The Unix timestamp (in seconds) of when the batch API request was cancelled. final BatchCancelledWebhookEvent.Datadata()Event data payload. final JsonValue_type()The type of the event. final Optional<BatchCancelledWebhookEvent.Object>object_()The object of the event. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Long>_createdAt()Returns the raw JSON value of createdAt. final JsonField<BatchCancelledWebhookEvent.Data>_data()Returns the raw JSON value of data. final JsonField<BatchCancelledWebhookEvent.Object>_object_()Returns the raw JSON value of object_. final Map<String, JsonValue>_additionalProperties()final BatchCancelledWebhookEvent.BuildertoBuilder()final BatchCancelledWebhookEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BatchCancelledWebhookEvent.Builderbuilder()Returns a mutable builder for constructing an instance of BatchCancelledWebhookEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        createdAtfinal Long createdAt() The Unix timestamp (in seconds) of when the batch API request was cancelled. 
 - 
                                        datafinal BatchCancelledWebhookEvent.Data data() Event data payload. 
 - 
                                        _typefinal JsonValue _type() The type of the event. Always batch.cancelled.Expected to always return the following: JsonValue.from("batch.cancelled")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        object_final Optional<BatchCancelledWebhookEvent.Object> object_() The object of the event. Always event.
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _createdAtfinal JsonField<Long> _createdAt() Returns the raw JSON value of createdAt. Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _datafinal JsonField<BatchCancelledWebhookEvent.Data> _data() Returns the raw JSON value of data. Unlike data, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _object_final JsonField<BatchCancelledWebhookEvent.Object> _object_() Returns the raw JSON value of object_. Unlike object_, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal BatchCancelledWebhookEvent.Builder toBuilder() 
 - 
                                        validatefinal BatchCancelledWebhookEvent validate() 
 - 
                                        builderfinal static BatchCancelledWebhookEvent.Builder builder() Returns a mutable builder for constructing an instance of BatchCancelledWebhookEvent. The following fields are required: .id() .createdAt() .data()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-