Class UserProfileServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.UserProfileService
public final class UserProfileServiceImpl implements UserProfileService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserProfileServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description UserProfileService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. UserProfileServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. BetaUserProfilecreate(UserProfileCreateParams params, RequestOptions requestOptions)BetaUserProfileretrieve(UserProfileRetrieveParams params, RequestOptions requestOptions)BetaUserProfileupdate(UserProfileUpdateParams params, RequestOptions requestOptions)UserProfileListPagelist(UserProfileListParams params, RequestOptions requestOptions)BetaUserProfileEnrollmentUrlcreateEnrollmentUrl(UserProfileCreateEnrollmentUrlParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.UserProfileService
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
UserProfileService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
UserProfileService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
BetaUserProfile create(UserProfileCreateParams params, RequestOptions requestOptions)
-
retrieve
BetaUserProfile retrieve(UserProfileRetrieveParams params, RequestOptions requestOptions)
-
update
BetaUserProfile update(UserProfileUpdateParams params, RequestOptions requestOptions)
-
list
UserProfileListPage list(UserProfileListParams params, RequestOptions requestOptions)
-
createEnrollmentUrl
BetaUserProfileEnrollmentUrl createEnrollmentUrl(UserProfileCreateEnrollmentUrlParams params, RequestOptions requestOptions)
-
-
-
-