Package com.openai.services.blocking
Interface AdminService.WithRawResponse
-
- All Implemented Interfaces:
public interface AdminService.WithRawResponseA view of AdminService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract AdminService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract OrganizationService.WithRawResponseorganization()-
-
Method Detail
-
withOptions
abstract AdminService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
organization
abstract OrganizationService.WithRawResponse organization()
-
-
-
-