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