Package bot.colla.donation.event
Enum Class DonationEvent.Type
- All Implemented Interfaces:
Serializable
,Comparable<DonationEvent.Type>
,Constable
- Enclosing class:
DonationEvent
후원 유형
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription애드벌룬 (SOOP)별풍선 (SOOP)대결미션 (SOOP, 승리 여부에 관계 없이 후원한 방송에 후원 시 전달)도전미션 (SOOP, 미션 성공 시 전달)치즈 채팅 후원 (치지직)영상풍선 (SOOP)치즈 영상 후원 (치지직) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
후원 유형 이름을 가져옵니다.방송 플랫폼을 가져옵니다.static DonationEvent.Type
Returns the enum constant of this class with the specified name.static DonationEvent.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BALLOON
별풍선 (SOOP) -
ADBALLOON
애드벌룬 (SOOP) -
BATTLE_MISSION
대결미션 (SOOP, 승리 여부에 관계 없이 후원한 방송에 후원 시 전달) -
CHALLENGE_MISSION
도전미션 (SOOP, 미션 성공 시 전달) -
VIDEO_BALLOON
영상풍선 (SOOP) -
CHEESE
치즈 채팅 후원 (치지직) -
VIDEO_DONATION
치즈 영상 후원 (치지직)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getName
후원 유형 이름을 가져옵니다.- Returns:
- 이름
-
getPlatform
방송 플랫폼을 가져옵니다.- Returns:
- 플랫폼
-