Uses of Class
travel.wink.sdk.user.settings.model.ProfileNonAuthenticatedEntity
Packages that use ProfileNonAuthenticatedEntity
-
Uses of ProfileNonAuthenticatedEntity in travel.wink.sdk.user.settings.api
Methods in travel.wink.sdk.user.settings.api that return types with arguments of type ProfileNonAuthenticatedEntityModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ProfileNonAuthenticatedEntity> UserSettingsApi.showProfile(String winkVersion, String accept) Show Profile Show profile by profile owner.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ProfileNonAuthenticatedEntity>> UserSettingsApi.showProfileWithHttpInfo(String winkVersion, String accept) Show Profile Show profile by profile owner.reactor.core.publisher.Mono<ProfileNonAuthenticatedEntity> UserSettingsApi.updateProfile(UpsertProfileRequestNonAuthenticatedEntity upsertProfileRequestNonAuthenticatedEntity, String winkVersion) Update Profile Update profile by profile owner.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ProfileNonAuthenticatedEntity>> UserSettingsApi.updateProfileWithHttpInfo(UpsertProfileRequestNonAuthenticatedEntity upsertProfileRequestNonAuthenticatedEntity, String winkVersion) Update Profile Update profile by profile owner. -
Uses of ProfileNonAuthenticatedEntity in travel.wink.sdk.user.settings.model
Methods in travel.wink.sdk.user.settings.model that return ProfileNonAuthenticatedEntityModifier and TypeMethodDescriptionProfileNonAuthenticatedEntity.createdDate(LocalDateTime createdDate) ProfileNonAuthenticatedEntity.lastUpdate(LocalDateTime lastUpdate) ProfileNonAuthenticatedEntity.personal(PersonalNonAuthenticatedEntity personal) ProfileNonAuthenticatedEntity.preferences(PreferencesNonAuthenticatedEntity preferences) ProfileNonAuthenticatedEntity.user(ProfileUserNonAuthenticatedEntity user) ProfileNonAuthenticatedEntity.userIdentifier(UUID userIdentifier)