Interface SignatureFields

All Superinterfaces:
Fields, Iterable<Field>, IterableWithSize<Field>

public interface SignatureFields extends Fields
Since:
3.10.0
  • Method Details

    • signedBy

      @NotNull UserField signedBy()
    • verdict

      @NotNull EnumOptionField verdict()
    • verdictTime

      @NotNull DateField verdictTime()
      Time when verdict was set, or this field contains null if this signature is pending.
    • signedRevision

      @NotNull StringField signedRevision()
      Returns revision of the parent object for which the verdict applies, or empty string if this signature is pending.
    • signerRole

      @NotNull StringField signerRole()
    • verdictComment

      @NotNull <T extends CommentBase> CommentBaseField<T> verdictComment()