Class UserSettingsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<BooleanResponse> changePassword(ChangePasswordRequest changePasswordRequest, String winkVersion) Change password Updates currently authenticated user's password.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BooleanResponse>> changePasswordWithHttpInfo(ChangePasswordRequest changePasswordRequest, String winkVersion) Change password Updates currently authenticated user's password.org.springframework.web.reactive.function.client.WebClient.ResponseSpecchangePasswordWithResponseSpec(ChangePasswordRequest changePasswordRequest, String winkVersion) Change password Updates currently authenticated user's password.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<ProfileNonAuthenticatedEntity> showProfile(String winkVersion, String accept) Show Profile Show profile by profile owner.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ProfileNonAuthenticatedEntity>> showProfileWithHttpInfo(String winkVersion, String accept) Show Profile Show profile by profile owner.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowProfileWithResponseSpec(String winkVersion, String accept) Show Profile Show profile by profile owner.reactor.core.publisher.Mono<UpsertUserProfileResponse> showUserProfile(String winkVersion, String accept) Show User Profile Retrieves user profile data.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpsertUserProfileResponse>> showUserProfileWithHttpInfo(String winkVersion, String accept) Show User Profile Retrieves user profile data.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowUserProfileWithResponseSpec(String winkVersion, String accept) Show User Profile Retrieves user profile data.reactor.core.publisher.Mono<ProfileNonAuthenticatedEntity> updateProfile(UpsertProfileRequestNonAuthenticatedEntity upsertProfileRequestNonAuthenticatedEntity, String winkVersion) Update Profile Update profile by profile owner.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ProfileNonAuthenticatedEntity>> updateProfileWithHttpInfo(UpsertProfileRequestNonAuthenticatedEntity upsertProfileRequestNonAuthenticatedEntity, String winkVersion) Update Profile Update profile by profile owner.org.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateProfileWithResponseSpec(UpsertProfileRequestNonAuthenticatedEntity upsertProfileRequestNonAuthenticatedEntity, String winkVersion) Update Profile Update profile by profile owner.reactor.core.publisher.Mono<UpsertUserProfileResponse> updateUserProfile(UpsertUserProfileRequest upsertUserProfileRequest, String winkVersion) Update User Profile Updates user profile data.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpsertUserProfileResponse>> updateUserProfileWithHttpInfo(UpsertUserProfileRequest upsertUserProfileRequest, String winkVersion) Update User Profile Updates user profile data.org.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateUserProfileWithResponseSpec(UpsertUserProfileRequest upsertUserProfileRequest, String winkVersion) Update User Profile Updates user profile data.
-
Constructor Details
-
UserSettingsApi
public UserSettingsApi() -
UserSettingsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
changePassword
public reactor.core.publisher.Mono<BooleanResponse> changePassword(@Nonnull ChangePasswordRequest changePasswordRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Change password Updates currently authenticated user's password.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
changePasswordRequest- The changePasswordRequest parameterwinkVersion- The winkVersion parameter- Returns:
- BooleanResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
changePasswordWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BooleanResponse>> changePasswordWithHttpInfo(@Nonnull ChangePasswordRequest changePasswordRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Change password Updates currently authenticated user's password.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
changePasswordRequest- The changePasswordRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<BooleanResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
changePasswordWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec changePasswordWithResponseSpec(@Nonnull ChangePasswordRequest changePasswordRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Change password Updates currently authenticated user's password.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
changePasswordRequest- The changePasswordRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showProfile
public reactor.core.publisher.Mono<ProfileNonAuthenticatedEntity> showProfile(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Profile Show profile by profile owner.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ProfileNonAuthenticatedEntity
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showProfileWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ProfileNonAuthenticatedEntity>> showProfileWithHttpInfo(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Profile Show profile by profile owner.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<ProfileNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showProfileWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showProfileWithResponseSpec(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Profile Show profile by profile owner.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUserProfile
public reactor.core.publisher.Mono<UpsertUserProfileResponse> showUserProfile(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show User Profile Retrieves user profile data.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- UpsertUserProfileResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUserProfileWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpsertUserProfileResponse>> showUserProfileWithHttpInfo(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show User Profile Retrieves user profile data.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<UpsertUserProfileResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUserProfileWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUserProfileWithResponseSpec(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show User Profile Retrieves user profile data.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateProfile
public reactor.core.publisher.Mono<ProfileNonAuthenticatedEntity> updateProfile(@Nonnull UpsertProfileRequestNonAuthenticatedEntity upsertProfileRequestNonAuthenticatedEntity, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Profile Update profile by profile owner.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
upsertProfileRequestNonAuthenticatedEntity- The upsertProfileRequestNonAuthenticatedEntity parameterwinkVersion- The winkVersion parameter- Returns:
- ProfileNonAuthenticatedEntity
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateProfileWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ProfileNonAuthenticatedEntity>> updateProfileWithHttpInfo(@Nonnull UpsertProfileRequestNonAuthenticatedEntity upsertProfileRequestNonAuthenticatedEntity, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Profile Update profile by profile owner.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
upsertProfileRequestNonAuthenticatedEntity- The upsertProfileRequestNonAuthenticatedEntity parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<ProfileNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateProfileWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateProfileWithResponseSpec(@Nonnull UpsertProfileRequestNonAuthenticatedEntity upsertProfileRequestNonAuthenticatedEntity, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Profile Update profile by profile owner.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
upsertProfileRequestNonAuthenticatedEntity- The upsertProfileRequestNonAuthenticatedEntity parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateUserProfile
public reactor.core.publisher.Mono<UpsertUserProfileResponse> updateUserProfile(@Nonnull UpsertUserProfileRequest upsertUserProfileRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update User Profile Updates user profile data.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
upsertUserProfileRequest- The upsertUserProfileRequest parameterwinkVersion- The winkVersion parameter- Returns:
- UpsertUserProfileResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateUserProfileWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpsertUserProfileResponse>> updateUserProfileWithHttpInfo(@Nonnull UpsertUserProfileRequest upsertUserProfileRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update User Profile Updates user profile data.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
upsertUserProfileRequest- The upsertUserProfileRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<UpsertUserProfileResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateUserProfileWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateUserProfileWithResponseSpec(@Nonnull UpsertUserProfileRequest upsertUserProfileRequest, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update User Profile Updates user profile data.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
upsertUserProfileRequest- The upsertUserProfileRequest parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-