Package io.moov.sdk.models.components
Class UpdateEvidence
- java.lang.Object
-
- io.moov.sdk.models.components.UpdateEvidence
-
public class UpdateEvidence extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateEvidence.Builder
-
Constructor Summary
Constructors Constructor Description UpdateEvidence()UpdateEvidence(java.util.Optional<? extends EvidenceType> evidenceType, java.util.Optional<java.lang.String> text)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateEvidence.Builderbuilder()booleanequals(java.lang.Object o)java.util.Optional<EvidenceType>evidenceType()inthashCode()java.util.Optional<java.lang.String>text()If updating text evidence, the new text to associate with the dispute.java.lang.StringtoString()UpdateEvidencewithEvidenceType(EvidenceType evidenceType)UpdateEvidencewithEvidenceType(java.util.Optional<? extends EvidenceType> evidenceType)UpdateEvidencewithText(java.lang.String text)If updating text evidence, the new text to associate with the dispute.UpdateEvidencewithText(java.util.Optional<java.lang.String> text)If updating text evidence, the new text to associate with the dispute.
-
-
-
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.
-
builder
public static UpdateEvidence.Builder builder()
-
withEvidenceType
public UpdateEvidence withEvidenceType(EvidenceType evidenceType)
-
withEvidenceType
public UpdateEvidence withEvidenceType(java.util.Optional<? extends EvidenceType> evidenceType)
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-