Uses of Enum Class
travel.wink.sdk.travel.agent.model.CompanyAgent.CompanyTypeEnum
Packages that use CompanyAgent.CompanyTypeEnum
-
Uses of CompanyAgent.CompanyTypeEnum in travel.wink.sdk.travel.agent.model
Subclasses with type arguments of type CompanyAgent.CompanyTypeEnum in travel.wink.sdk.travel.agent.modelMethods in travel.wink.sdk.travel.agent.model that return CompanyAgent.CompanyTypeEnumModifier and TypeMethodDescriptionstatic CompanyAgent.CompanyTypeEnum@NotNull CompanyAgent.CompanyTypeEnumCompanyAgent.getCompanyType()Type of companystatic CompanyAgent.CompanyTypeEnumReturns the enum constant of this class with the specified name.static CompanyAgent.CompanyTypeEnum[]CompanyAgent.CompanyTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.travel.agent.model with parameters of type CompanyAgent.CompanyTypeEnumModifier and TypeMethodDescriptionCompanyAgent.companyType(CompanyAgent.CompanyTypeEnum companyType) voidCompanyAgent.setCompanyType(CompanyAgent.CompanyTypeEnum companyType)