Interface NotificationContentTypeContract

All Superinterfaces:
GloballyUnique, KenIdentifiable, Versioned
All Known Implementing Classes:
NotificationContentType, NotificationContentType.Builder

public interface NotificationContentTypeContract extends KenIdentifiable, Versioned, GloballyUnique
  • Method Details

    • getName

      String getName()
    • isCurrent

      boolean isCurrent()
    • getVersion

      Integer getVersion()
    • getDescription

      String getDescription()
    • getNamespace

      String getNamespace()
    • getXsd

      String getXsd()
    • getXsl

      String getXsl()