Class PermissionCreateResponse
- 
                    
                    - All Implemented Interfaces:
 
 public final class PermissionCreateResponseThe checkpoint.permissionobject represents a permission for a fine-tuned model checkpoint.
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classPermissionCreateResponse.BuilderA builder for PermissionCreateResponse. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The permission identifier, which can be referenced in the API endpoints. final LongcreatedAt()The Unix timestamp (in seconds) for when the permission was created. final JsonValue_object_()The object type, which is always "checkpoint.permission". final StringprojectId()The project identifier that the permission is for. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Long>_createdAt()Returns the raw JSON value of createdAt. final JsonField<String>_projectId()Returns the raw JSON value of projectId. final Map<String, JsonValue>_additionalProperties()final PermissionCreateResponse.BuildertoBuilder()final PermissionCreateResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PermissionCreateResponse.Builderbuilder()Returns a mutable builder for constructing an instance of PermissionCreateResponse. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        createdAtfinal Long createdAt() The Unix timestamp (in seconds) for when the permission was created. 
 - 
                                        _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. 
 - 
                                        _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. 
 - 
                                        _projectIdfinal JsonField<String> _projectId() Returns the raw JSON value of projectId. Unlike projectId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal PermissionCreateResponse.Builder toBuilder() 
 - 
                                        validatefinal PermissionCreateResponse validate() 
 - 
                                        builderfinal static PermissionCreateResponse.Builder builder() Returns a mutable builder for constructing an instance of PermissionCreateResponse. The following fields are required: .id() .createdAt() .projectId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-