Class InviteServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.InviteService
public final class InviteServiceImpl implements InviteService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInviteServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InviteService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InviteServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Invitecreate(InviteCreateParams params, RequestOptions requestOptions)Inviteretrieve(InviteRetrieveParams params, RequestOptions requestOptions)InviteListPagelist(InviteListParams params, RequestOptions requestOptions)InviteDeleteResponsedelete(InviteDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.InviteService
create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
InviteService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InviteService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
Invite create(InviteCreateParams params, RequestOptions requestOptions)
-
retrieve
Invite retrieve(InviteRetrieveParams params, RequestOptions requestOptions)
-
list
InviteListPage list(InviteListParams params, RequestOptions requestOptions)
-
delete
InviteDeleteResponse delete(InviteDeleteParams params, RequestOptions requestOptions)
-
-
-
-