MessageStatusType

메시지 조회를 위한 Custom Message Status. 실제 메시지 발송 API 규격에 따르지 않아 주의가 필요합니다. Message 모델의 status와는 다른 값입니다!

Entries

Link copied to clipboard

대기 상태, 상태코드 2000

Link copied to clipboard

발송 중 상태, 상태코드 3000

Link copied to clipboard

발송 완료 상태, 상태코드 4000

Link copied to clipboard

발송 실패(접수 실패 포함) 상태, 상태코드가 2000, 3000, 4000번이 아닌 모든 상태코드

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal

Functions

Link copied to clipboard

메시지 조회를 위한 Custom Message Status. 실제 메시지 발송 API 규격에 따르지 않아 주의가 필요합니다. Message 모델의 status와는 다른 값입니다!

Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()
Link copied to clipboard
public final MessageStatusType valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public final Array<MessageStatusType> values()

Returns an array containing the constants of this enum type, in the order they're declared.