Uses of Class
travel.wink.sdk.affiliate.model.CompanyView
Packages that use CompanyView
-
Uses of CompanyView in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type CompanyViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CompanyView>CompanyApi.addCompanyUser(String companyIdentifier, AddManagerRequest addManagerRequest, String winkVersion) Add Manager Associate an existing payment user with this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.addCompanyUserWithHttpInfo(String companyIdentifier, AddManagerRequest addManagerRequest, String winkVersion) reactor.core.publisher.Mono<CompanyView>CompanyApi.createCompany(UpsertCompanyRequest upsertCompanyRequest, String winkVersion) Create company Create a new companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.createCompanyWithHttpInfo(UpsertCompanyRequest upsertCompanyRequest, String winkVersion) reactor.core.publisher.Mono<CompanyView>CompanyApi.removeCompanyUser(String companyIdentifier, String userIdentifier, String winkVersion) Remove Manager Disassociate user from this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.removeCompanyUserWithHttpInfo(String companyIdentifier, String userIdentifier, String winkVersion) reactor.core.publisher.Flux<CompanyView>CompanyApi.showCompanies(String winkVersion) Show Companies List all companies owned by callerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CompanyView>>>CompanyApi.showCompaniesWithHttpInfo(String winkVersion) reactor.core.publisher.Mono<CompanyView>CompanyApi.showCompany(String companyIdentifier, String winkVersion) Show Company Retrieve company by identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.showCompanyWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Mono<CompanyView>CompanyApi.updateCompany(String companyIdentifier, UpsertCompanyRequest upsertCompanyRequest, String winkVersion) Update Company Update an existing companyreactor.core.publisher.Mono<CompanyView>CompanyApi.updateCompany1(String companyIdentifier, UpsertCompanyStatusRequest upsertCompanyStatusRequest, String winkVersion) Toggle Company Status Update company statusreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.updateCompany1WithHttpInfo(String companyIdentifier, UpsertCompanyStatusRequest upsertCompanyStatusRequest, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.updateCompanyWithHttpInfo(String companyIdentifier, UpsertCompanyRequest upsertCompanyRequest, String winkVersion) -
Uses of CompanyView in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return CompanyView