Uses of Class
travel.wink.sdk.affiliate.model.UpsertCompanyRequest
Packages that use UpsertCompanyRequest
-
Uses of UpsertCompanyRequest in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type UpsertCompanyRequestModifier and TypeMethodDescriptionreactor.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.updateCompany(String companyIdentifier, UpsertCompanyRequest upsertCompanyRequest, String winkVersion) Update Company Update an existing companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyView>>CompanyApi.updateCompanyWithHttpInfo(String companyIdentifier, UpsertCompanyRequest upsertCompanyRequest, String winkVersion) -
Uses of UpsertCompanyRequest in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return UpsertCompanyRequestModifier and TypeMethodDescriptionUpsertCompanyRequest.address(UpsertAddressRequest address) UpsertCompanyRequest.addUrlsItem(String urlsItem) UpsertCompanyRequest.companyType(UpsertCompanyRequest.CompanyTypeEnum companyType) UpsertCompanyRequest.description(String description) UpsertCompanyRequest.type(UpsertCompanyRequest.TypeEnum type)