Class PermissionDeleteResponse
- 
                    
                    - All Implemented Interfaces:
 
 public final class PermissionDeleteResponse
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classPermissionDeleteResponse.BuilderA builder for PermissionDeleteResponse. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The ID of the fine-tuned model checkpoint permission that was deleted. final Booleandeleted()Whether the fine-tuned model checkpoint permission was successfully deleted. final JsonValue_object_()The object type, which is always "checkpoint.permission". final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Boolean>_deleted()Returns the raw JSON value of deleted. final Map<String, JsonValue>_additionalProperties()final PermissionDeleteResponse.BuildertoBuilder()final PermissionDeleteResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PermissionDeleteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of PermissionDeleteResponse. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        deletedfinal Boolean deleted() Whether the fine-tuned model checkpoint permission was successfully deleted. 
 - 
                                        _object_final JsonValue _object_() The object type, which is always "checkpoint.permission". Expected to always return the following: JsonValue.from("checkpoint.permission")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _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. 
 - 
                                        _deletedfinal JsonField<Boolean> _deleted() Returns the raw JSON value of deleted. Unlike deleted, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal PermissionDeleteResponse.Builder toBuilder() 
 - 
                                        validatefinal PermissionDeleteResponse validate() 
 - 
                                        builderfinal static PermissionDeleteResponse.Builder builder() Returns a mutable builder for constructing an instance of PermissionDeleteResponse. The following fields are required: .id() .deleted()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-