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> AffiliateApi.createCompany(CreateCompanyRequestAffiliate createCompanyRequestAffiliate, String winkVersion) Create Affiliate Create a new affiliatereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.createCompanyWithHttpInfo(CreateCompanyRequestAffiliate createCompanyRequestAffiliate, String winkVersion) Create Affiliate Create a new affiliatereactor.core.publisher.Mono<CompanyViewAffiliate> AccountManagerApi.inviteManager(InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) Invite Manager Invite user to be a manager for this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AccountManagerApi.inviteManagerWithHttpInfo(InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) Invite Manager Invite user to be a manager for this company.reactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.removeCompany(String companyIdentifier, String winkVersion, String accept) Delete Affiliate Delete a company by identifierreactor.core.publisher.Mono<CompanyViewAffiliate> AccountManagerApi.removeCompanyUser(String email, String winkVersion, String accept) Remove Manager Disassociate user from this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AccountManagerApi.removeCompanyUserWithHttpInfo(String email, String winkVersion, String accept) Remove Manager Disassociate user from this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.removeCompanyWithHttpInfo(String companyIdentifier, String winkVersion, String accept) Delete Affiliate Delete a company by identifierreactor.core.publisher.Mono<CompanyViewAffiliate> AccountManagerApi.removeManagerAgency(String winkVersion, String accept) Remove Managing Agency Unset managing agency.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AccountManagerApi.removeManagerAgencyWithHttpInfo(String winkVersion, String accept) Remove Managing Agency Unset managing agency.reactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.removeMyAccount(String winkVersion, String accept) Delete Affiliate Delete a company by identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.removeMyAccountWithHttpInfo(String winkVersion, String accept) Delete Affiliate Delete a company by identifierreactor.core.publisher.Flux<CompanyViewAffiliate> AffiliateApi.showCompanies(String type, String winkVersion, String accept) Show Affiliates List all companies owned by caller.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CompanyViewAffiliate>>> AffiliateApi.showCompaniesWithHttpInfo(String type, String winkVersion, String accept) Show Affiliates List all companies owned by caller.reactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.showCompany(String companyIdentifier, String winkVersion, String accept) Show Affiliate Retrieve company by identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.showCompanyWithHttpInfo(String companyIdentifier, String winkVersion, String accept) Show Affiliate Retrieve company by identifierreactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.showMyAccount(String winkVersion, String accept) Show My Account Retrieve my own account on Winkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.showMyAccountWithHttpInfo(String winkVersion, String accept) Show My Account Retrieve my own account on Winkreactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.updateCompany(String companyIdentifier, UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, String winkVersion) Update Affiliate Update an existing companyreactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.updateCompany1(String companyIdentifier, UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, String winkVersion) Toggle Affiliate Status Update company statusreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.updateCompany1WithHttpInfo(String companyIdentifier, UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, String winkVersion) Toggle Affiliate Status Update company statusreactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.updateCompanyAddress(String companyIdentifier, UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, String winkVersion) Update Affiliate Address Updates company address.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.updateCompanyAddressWithHttpInfo(String companyIdentifier, UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, String winkVersion) Update Affiliate Address Updates company address.reactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.updateCompanyLogo(String companyIdentifier, UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, String winkVersion) Update Affiliate Logo Updates company logo.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.updateCompanyLogoWithHttpInfo(String companyIdentifier, UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, String winkVersion) Update Affiliate Logo Updates company logo.reactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.updateCompanyOnlinePresence(String companyIdentifier, UpsertCompanyOnlinePresenceRequestAffiliate upsertCompanyOnlinePresenceRequestAffiliate, String winkVersion) Update Affiliate Online Presence Updates company online presence.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.updateCompanyOnlinePresenceWithHttpInfo(String companyIdentifier, UpsertCompanyOnlinePresenceRequestAffiliate upsertCompanyOnlinePresenceRequestAffiliate, String winkVersion) Update Affiliate Online Presence Updates company online presence.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.updateCompanyWithHttpInfo(String companyIdentifier, UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, String winkVersion) Update Affiliate Update an existing companyreactor.core.publisher.Mono<CompanyViewAffiliate> AccountManagerApi.updateManagerAgency(UpsertManagedByAgencyRequestAffiliate upsertManagedByAgencyRequestAffiliate, String winkVersion) Set Managing Agency Indicates that the entity is managed by an another entity on the platform.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AccountManagerApi.updateManagerAgencyWithHttpInfo(UpsertManagedByAgencyRequestAffiliate upsertManagedByAgencyRequestAffiliate, String winkVersion) Set Managing Agency Indicates that the entity is managed by an another entity on the platform.reactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.updateMyAccount(UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, String winkVersion) Toggle My Account Status Update company statusreactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.updateMyAccountAddress(UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, String winkVersion) Update My Account Address Updates company address.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.updateMyAccountAddressWithHttpInfo(UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, String winkVersion) Update My Account Address Updates company address.reactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.updateMyAccountLogo(UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, String winkVersion) Update My Account Logo Updates company logo.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.updateMyAccountLogoWithHttpInfo(UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, String winkVersion) Update My Account Logo Updates company logo.reactor.core.publisher.Mono<CompanyViewAffiliate> AffiliateApi.updateMyAccountOnlinePresence(UpsertCompanyOnlinePresenceRequestAffiliate upsertCompanyOnlinePresenceRequestAffiliate, String winkVersion) Update My Account Online Presence Updates company online presence.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.updateMyAccountOnlinePresenceWithHttpInfo(UpsertCompanyOnlinePresenceRequestAffiliate upsertCompanyOnlinePresenceRequestAffiliate, String winkVersion) Update My Account Online Presence Updates company online presence.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> AffiliateApi.updateMyAccountWithHttpInfo(UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, String winkVersion) Toggle My Account Status Update company status -
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)