Class UpdateEvidence


  • public class UpdateEvidence
    extends java.lang.Object
    • Constructor Detail

      • UpdateEvidence

        public UpdateEvidence​(java.util.Optional<? extends EvidenceType> evidenceType,
                              java.util.Optional<java.lang.String> text)
      • UpdateEvidence

        public UpdateEvidence()
    • Method Detail

      • evidenceType

        public java.util.Optional<EvidenceType> evidenceType()
      • text

        public java.util.Optional<java.lang.String> text()
        If updating text evidence, the new text to associate with the dispute.
      • withText

        public UpdateEvidence withText​(java.lang.String text)
        If updating text evidence, the new text to associate with the dispute.
      • withText

        public UpdateEvidence withText​(java.util.Optional<java.lang.String> text)
        If updating text evidence, the new text to associate with the dispute.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object