Uses of Class
travel.wink.sdk.affiliate.model.CompanyUserSupplier
Packages that use CompanyUserSupplier
-
Uses of CompanyUserSupplier in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return CompanyUserSupplierModifier and TypeMethodDescription@NotNull @Valid CompanyUserSupplierCompanySupplier.getOwner()Get ownerCompanyUserSupplier.phoneNumber(String phoneNumber) CompanyUserSupplier.profilePictureUrl(String profilePictureUrl) CompanyUserSupplier.secondaryEmail(String secondaryEmail) CompanyUserSupplier.status(CompanyUserSupplier.StatusEnum status) CompanyUserSupplier.userIdentifier(UUID userIdentifier) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type CompanyUserSupplierModifier and TypeMethodDescription@Valid @Size(min=0,max=30) List<CompanyUserSupplier> CompanySupplier.getManagers()Get managersMethods in travel.wink.sdk.affiliate.model with parameters of type CompanyUserSupplierModifier and TypeMethodDescriptionCompanySupplier.addManagersItem(CompanyUserSupplier managersItem) CompanySupplier.owner(CompanyUserSupplier owner) voidCompanySupplier.setOwner(CompanyUserSupplier owner) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type CompanyUserSupplierModifier and TypeMethodDescriptionCompanySupplier.managers(List<CompanyUserSupplier> managers) voidCompanySupplier.setManagers(List<CompanyUserSupplier> managers)