Class Author

    • Method Detail

      • name

        public abstract String name()
      • emailAddress

        @Nullable
        public abstract String emailAddress()
      • id

        @Nullable
        public abstract Integer id()
      • displayName

        @Nullable
        public abstract String displayName()
      • active

        @Nullable
        public abstract Boolean active()
      • slug

        @Nullable
        public abstract String slug()
      • type

        @Nullable
        public abstract String type()
      • link

        @Nullable
        public abstract Link link()