Uses of Enum Class
io.meeds.tenant.hub.constant.HubReportStatusType
Packages that use HubReportStatusType
Package
Description
-
Uses of HubReportStatusType in io.meeds.tenant.hub.constant
Methods in io.meeds.tenant.hub.constant that return HubReportStatusTypeModifier and TypeMethodDescriptionstatic HubReportStatusTypeReturns the enum constant of this class with the specified name.static HubReportStatusType[]HubReportStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HubReportStatusType in io.meeds.tenant.hub.model
Constructors in io.meeds.tenant.hub.model with parameters of type HubReportStatusTypeModifierConstructorDescriptionHubReportLocalStatus(long reportId, String hubAddress, long deedId, Instant fromDate, Instant toDate, Instant sentDate, String periodType, long usersCount, long participantsCount, long recipientsCount, long achievementsCount, long actionsCount, String rewardTokenAddress, long rewardTokenNetworkId, double hubRewardAmount, double hubTopReceiverAmount, SortedSet<String> transactions, long periodId, boolean canRefresh, boolean canSend, HubReportStatusType status, String error) -
Uses of HubReportStatusType in io.meeds.tenant.hub.utils
Methods in io.meeds.tenant.hub.utils with parameters of type HubReportStatusTypeModifier and TypeMethodDescriptionstatic HubReportLocalStatusEntityMapper.toHubLocalReport(io.meeds.wom.api.model.HubReportPayload reportData, long periodId, long reportId, boolean canRefresh, boolean canSend, HubReportStatusType statusType, String errorMessageKey) static HubReportLocalStatusEntityMapper.toHubLocalReport(io.meeds.wom.api.model.HubReport report, long id, boolean canRefresh, boolean canSend, HubReportStatusType status, String error)