Uses of Enum Class
travel.wink.affiliate.model.UpsertCompanyRequest.CompanyTypeEnum
Packages that use UpsertCompanyRequest.CompanyTypeEnum
-
Uses of UpsertCompanyRequest.CompanyTypeEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return UpsertCompanyRequest.CompanyTypeEnumModifier and TypeMethodDescription@NotNull UpsertCompanyRequest.CompanyTypeEnumUpsertCompanyRequest.getCompanyType()Type of companyReturns the enum constant of this class with the specified name.static UpsertCompanyRequest.CompanyTypeEnum[]UpsertCompanyRequest.CompanyTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.affiliate.model with parameters of type UpsertCompanyRequest.CompanyTypeEnumModifier and TypeMethodDescriptionUpsertCompanyRequest.companyType(UpsertCompanyRequest.CompanyTypeEnum companyType) voidUpsertCompanyRequest.setCompanyType(UpsertCompanyRequest.CompanyTypeEnum companyType)