Class VerificationDeadline


  • public class VerificationDeadline
    extends Object
    VerificationDeadline
    • Constructor Detail

      • VerificationDeadline

        public VerificationDeadline()
    • Method Detail

      • capabilities

        public VerificationDeadline capabilities​(List<VerificationDeadline.CapabilitiesEnum> capabilities)
        The list of capabilities that will be disallowed if information is not reviewed by the time of the deadline
        Parameters:
        capabilities -
        Returns:
        the current VerificationDeadline instance, allowing for method chaining
      • getCapabilities

        public List<VerificationDeadline.CapabilitiesEnum> getCapabilities()
        The list of capabilities that will be disallowed if information is not reviewed by the time of the deadline
        Returns:
        capabilities
      • setCapabilities

        public void setCapabilities​(List<VerificationDeadline.CapabilitiesEnum> capabilities)
        The list of capabilities that will be disallowed if information is not reviewed by the time of the deadline
        Parameters:
        capabilities -
      • entityIds

        public VerificationDeadline entityIds​(List<String> entityIds)
        The unique identifiers of the legal entity or supporting entities that the deadline applies to
        Parameters:
        entityIds -
        Returns:
        the current VerificationDeadline instance, allowing for method chaining
      • getEntityIds

        public List<String> getEntityIds()
        The unique identifiers of the legal entity or supporting entities that the deadline applies to
        Returns:
        entityIds
      • setEntityIds

        public void setEntityIds​(List<String> entityIds)
        The unique identifiers of the legal entity or supporting entities that the deadline applies to
        Parameters:
        entityIds -
      • expiresAt

        public VerificationDeadline expiresAt​(OffsetDateTime expiresAt)
        The date that verification is due by before capabilities are disallowed.
        Parameters:
        expiresAt -
        Returns:
        the current VerificationDeadline instance, allowing for method chaining
      • getExpiresAt

        public OffsetDateTime getExpiresAt()
        The date that verification is due by before capabilities are disallowed.
        Returns:
        expiresAt
      • setExpiresAt

        public void setExpiresAt​(OffsetDateTime expiresAt)
        The date that verification is due by before capabilities are disallowed.
        Parameters:
        expiresAt -
      • equals

        public boolean equals​(Object o)
        Return true if this VerificationDeadline object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static VerificationDeadline fromJson​(String jsonString)
                                             throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of VerificationDeadline given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of VerificationDeadline
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to VerificationDeadline
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of VerificationDeadline to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException