Class CapabilityProblemEntityRecursive


  • public class CapabilityProblemEntityRecursive
    extends Object
    CapabilityProblemEntityRecursive
    • Constructor Detail

      • CapabilityProblemEntityRecursive

        public CapabilityProblemEntityRecursive()
    • Method Detail

      • documents

        public CapabilityProblemEntityRecursive documents​(List<String> documents)
        List of document IDs to which the verification errors related to the capabilities correspond to.
        Parameters:
        documents - List of document IDs to which the verification errors related to the capabilities correspond to.
        Returns:
        the current CapabilityProblemEntityRecursive instance, allowing for method chaining
      • getDocuments

        public List<String> getDocuments()
        List of document IDs to which the verification errors related to the capabilities correspond to.
        Returns:
        documents List of document IDs to which the verification errors related to the capabilities correspond to.
      • setDocuments

        public void setDocuments​(List<String> documents)
        List of document IDs to which the verification errors related to the capabilities correspond to.
        Parameters:
        documents - List of document IDs to which the verification errors related to the capabilities correspond to.
      • id

        public CapabilityProblemEntityRecursive id​(String id)
        The ID of the entity.
        Parameters:
        id - The ID of the entity.
        Returns:
        the current CapabilityProblemEntityRecursive instance, allowing for method chaining
      • getId

        public String getId()
        The ID of the entity.
        Returns:
        id The ID of the entity.
      • setId

        public void setId​(String id)
        The ID of the entity.
        Parameters:
        id - The ID of the entity.
      • type

        public CapabilityProblemEntityRecursive type​(CapabilityProblemEntityRecursive.TypeEnum type)
        Type of entity. Possible values: **LegalEntity**, **BankAccount**, **Document**.
        Parameters:
        type - Type of entity. Possible values: **LegalEntity**, **BankAccount**, **Document**.
        Returns:
        the current CapabilityProblemEntityRecursive instance, allowing for method chaining
      • getType

        public CapabilityProblemEntityRecursive.TypeEnum getType()
        Type of entity. Possible values: **LegalEntity**, **BankAccount**, **Document**.
        Returns:
        type Type of entity. Possible values: **LegalEntity**, **BankAccount**, **Document**.
      • setType

        public void setType​(CapabilityProblemEntityRecursive.TypeEnum type)
        Type of entity. Possible values: **LegalEntity**, **BankAccount**, **Document**.
        Parameters:
        type - Type of entity. Possible values: **LegalEntity**, **BankAccount**, **Document**.
      • equals

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

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

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

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