Uses of Class
org.javacord.api.entity.auditlog.AuditLogChangeType
-
Packages that use AuditLogChangeType Package Description org.javacord.api.entity.auditlog -
-
Uses of AuditLogChangeType in org.javacord.api.entity.auditlog
Methods in org.javacord.api.entity.auditlog that return AuditLogChangeType Modifier and Type Method Description static AuditLogChangeTypeAuditLogChangeType. fromName(java.lang.String name)Gets the type by its name.AuditLogChangeTypeAuditLogChange. getType()Gets the type of the change.static AuditLogChangeTypeAuditLogChangeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuditLogChangeType[]AuditLogChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-