Uses of Class
travel.wink.sdk.user.settings.model.UpsertUserProfileResponse
Packages that use UpsertUserProfileResponse
-
Uses of UpsertUserProfileResponse in travel.wink.sdk.user.settings.api
Methods in travel.wink.sdk.user.settings.api that return types with arguments of type UpsertUserProfileResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<UpsertUserProfileResponse> UserSettingsApi.showUserProfile(String winkVersion, String accept) Show User Profile Retrieves user profile data.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpsertUserProfileResponse>> UserSettingsApi.showUserProfileWithHttpInfo(String winkVersion, String accept) Show User Profile Retrieves user profile data.reactor.core.publisher.Mono<UpsertUserProfileResponse> UserSettingsApi.updateUserProfile(UpsertUserProfileRequest upsertUserProfileRequest, String winkVersion) Update User Profile Updates user profile data.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpsertUserProfileResponse>> UserSettingsApi.updateUserProfileWithHttpInfo(UpsertUserProfileRequest upsertUserProfileRequest, String winkVersion) Update User Profile Updates user profile data. -
Uses of UpsertUserProfileResponse in travel.wink.sdk.user.settings.model
Methods in travel.wink.sdk.user.settings.model that return UpsertUserProfileResponseModifier and TypeMethodDescriptionUpsertUserProfileResponse.identifier(String identifier) UpsertUserProfileResponse.profilePicture(SimpleMultimedia profilePicture) UpsertUserProfileResponse.profilePictureUrl(String profilePictureUrl)