Uses of Class
feast.common.logging.entry.AuditLogEntryKind
-
Packages that use AuditLogEntryKind Package Description feast.common.logging.entry -
-
Uses of AuditLogEntryKind in feast.common.logging.entry
Methods in feast.common.logging.entry that return AuditLogEntryKind Modifier and Type Method Description abstract AuditLogEntryKindAuditLogEntry. getKind()static AuditLogEntryKindAuditLogEntryKind. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditLogEntryKind[]AuditLogEntryKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in feast.common.logging.entry with parameters of type AuditLogEntryKind Modifier and Type Method Description abstract MessageAuditLogEntry.BuilderMessageAuditLogEntry.Builder. setKind(AuditLogEntryKind kind)
-