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