Class PermissionRetrieveParams
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.core.Params
 
 public final class PermissionRetrieveParams implements Params NOTE: This endpoint requires an ../admin-api-keys. Organization owners can use this endpoint to view all permissions for a fine-tuned model checkpoint. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classPermissionRetrieveParams.BuilderA builder for PermissionRetrieveParams. public final classPermissionRetrieveParams.OrderThe order in which to retrieve permissions. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>fineTunedModelCheckpoint()final Optional<String>after()Identifier for the last permission ID from the previous pagination request. final Optional<Long>limit()Number of permissions to retrieve. final Optional<PermissionRetrieveParams.Order>order()The order in which to retrieve permissions. final Optional<String>projectId()The ID of the project to get permissions for. final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final PermissionRetrieveParams.BuildertoBuilder()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static PermissionRetrieveParamsnone()final static PermissionRetrieveParams.Builderbuilder()Returns a mutable builder for constructing an instance of PermissionRetrieveParams. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        fineTunedModelCheckpointfinal Optional<String> fineTunedModelCheckpoint() 
 - 
                                        afterfinal Optional<String> after() Identifier for the last permission ID from the previous pagination request. 
 - 
                                        orderfinal Optional<PermissionRetrieveParams.Order> order() The order in which to retrieve permissions. 
 - 
                                        _additionalHeadersfinal Headers _additionalHeaders() Additional headers to send with the request. 
 - 
                                        _additionalQueryParamsfinal QueryParams _additionalQueryParams() Additional query param to send with the request. 
 - 
                                        toBuilderfinal PermissionRetrieveParams.Builder toBuilder() 
 - 
                                        _pathParamfinal String _pathParam(Integer index) 
 - 
                                        _headersHeaders _headers() The full set of headers in the parameters, including both fixed and additional headers. 
 - 
                                        _queryParamsQueryParams _queryParams() The full set of query params in the parameters, including both fixed and additional query params. 
 - 
                                        nonefinal static PermissionRetrieveParams none() 
 - 
                                        builderfinal static PermissionRetrieveParams.Builder builder() Returns a mutable builder for constructing an instance of PermissionRetrieveParams. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-