Uses of Enum Class
travel.wink.sdk.affiliate.model.UpsertCompanyRequest.TypeEnum
Packages that use UpsertCompanyRequest.TypeEnum
-
Uses of UpsertCompanyRequest.TypeEnum in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return UpsertCompanyRequest.TypeEnumModifier and TypeMethodDescription@NotNull UpsertCompanyRequest.TypeEnumUpsertCompanyRequest.getType()Type of companyReturns the enum constant of this class with the specified name.static UpsertCompanyRequest.TypeEnum[]UpsertCompanyRequest.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.affiliate.model with parameters of type UpsertCompanyRequest.TypeEnumModifier and TypeMethodDescriptionvoidUpsertCompanyRequest.setType(UpsertCompanyRequest.TypeEnum type) UpsertCompanyRequest.type(UpsertCompanyRequest.TypeEnum type)