-
- All Implemented Interfaces:
-
com.hexagonkt.http.model.HttpStatus,java.io.Serializable,kotlin.Comparable
public enum SuccessStatus extends Enum<SuccessStatus> implements HttpStatus
Supported HTTP responses status.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description IM_USEDALREADY_REPORTEDMULTI_STATUSPARTIAL_CONTENTRESET_CONTENTNO_CONTENTNON_AUTHORITATIVE_INFORMATIONACCEPTEDCREATEDOK
-
Method Summary
Modifier and Type Method Description IntegergetCode()HttpStatusTypegetType()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getType
HttpStatusType getType()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-