Uses of Enum Class
esendex.sdk.java.model.types.DateRangeType
Packages that use DateRangeType
-
Uses of DateRangeType in esendex.sdk.java.model.domain.request
Methods in esendex.sdk.java.model.domain.request that return DateRangeTypeMethods in esendex.sdk.java.model.domain.request with parameters of type DateRangeTypeModifier and TypeMethodDescriptionvoid
StandardReportRequest.setDateRangeType
(DateRangeType type) Constructors in esendex.sdk.java.model.domain.request with parameters of type DateRangeTypeModifierConstructorDescriptionStandardReportRequest
(Date startDate, Date endDate, DateRangeType type) -
Uses of DateRangeType in esendex.sdk.java.model.types
Methods in esendex.sdk.java.model.types that return DateRangeTypeModifier and TypeMethodDescriptionstatic DateRangeType
Returns the enum constant of this class with the specified name.static DateRangeType[]
DateRangeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.