Uses of Class
ru.easydonate.easydonate4j.api.v3.data.model.shop.DeliveryModeType
-
Packages that use DeliveryModeType Package Description ru.easydonate.easydonate4j.api.v3.data.model.shop ru.easydonate.easydonate4j.api.v3.data.model.shop.payment -
-
Uses of DeliveryModeType in ru.easydonate.easydonate4j.api.v3.data.model.shop
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop that return DeliveryModeType Modifier and Type Method Description static @NotNull DeliveryModeTypeDeliveryModeType. getByKey(@Nullable String key)Get the enum constant by the known delivery mode key (can be null).@NotNull DeliveryModeTypeShop.DeliveryMode. getType()Parse the raw type as the enum constant.static DeliveryModeTypeDeliveryModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryModeType[]DeliveryModeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeliveryModeType in ru.easydonate.easydonate4j.api.v3.data.model.shop.payment
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.payment that return DeliveryModeType Modifier and Type Method Description @NotNull DeliveryModeTypePayment. getDeliveryType()Get the delivery mode used for this payment.
-