Class UserProfileServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.UserProfileServiceAsync
public final class UserProfileServiceAsyncImpl implements UserProfileServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserProfileServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description UserProfileServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. UserProfileServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<BetaUserProfile>create(UserProfileCreateParams params, RequestOptions requestOptions)CompletableFuture<BetaUserProfile>retrieve(UserProfileRetrieveParams params, RequestOptions requestOptions)CompletableFuture<BetaUserProfile>update(UserProfileUpdateParams params, RequestOptions requestOptions)CompletableFuture<UserProfileListPageAsync>list(UserProfileListParams params, RequestOptions requestOptions)CompletableFuture<BetaUserProfileEnrollmentUrl>createEnrollmentUrl(UserProfileCreateEnrollmentUrlParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.beta.UserProfileServiceAsync
create, create, create, createEnrollmentUrl, createEnrollmentUrl, createEnrollmentUrl, createEnrollmentUrl, createEnrollmentUrl, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
UserProfileServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
UserProfileServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<BetaUserProfile> create(UserProfileCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaUserProfile> retrieve(UserProfileRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<BetaUserProfile> update(UserProfileUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<UserProfileListPageAsync> list(UserProfileListParams params, RequestOptions requestOptions)
-
createEnrollmentUrl
CompletableFuture<BetaUserProfileEnrollmentUrl> createEnrollmentUrl(UserProfileCreateEnrollmentUrlParams params, RequestOptions requestOptions)
-
-
-
-