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