Uses of Class
org.javacord.api.entity.message.TimestampStyle
-
Packages that use TimestampStyle Package Description org.javacord.api.entity.message -
-
Uses of TimestampStyle in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return TimestampStyle Modifier and Type Method Description static TimestampStyleTimestampStyle. byStyle(java.lang.String timestampStyle)Gets the type by its int representation.static TimestampStyleTimestampStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimestampStyle[]TimestampStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-