Uses of Class
travel.wink.sdk.extranet.model.CompanyUser
Packages that use CompanyUser
-
Uses of CompanyUser in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type CompanyUserModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CompanyUser>AccessApi.saveManager(String hotelIdentifier, CreateHotelierRequest createHotelierRequest) Add manager to property Link an existing user with your property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyUser>>AccessApi.saveManagerWithHttpInfo(String hotelIdentifier, CreateHotelierRequest createHotelierRequest) reactor.core.publisher.Flux<CompanyUser>AccessApi.showManagers(String hotelIdentifier, String accept) Show managers Retrieve list of existing property managersreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CompanyUser>>>AccessApi.showManagersWithHttpInfo(String hotelIdentifier, String accept) -
Uses of CompanyUser in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return CompanyUserModifier and TypeMethodDescriptionCompanyUser.phoneNumber(String phoneNumber) CompanyUser.secondaryEmail(String secondaryEmail) CompanyUser.userIdentifier(UUID userIdentifier)