Class PersonsCredentials


  • @Generated("jsonschema2pojo")
    public class PersonsCredentials
    extends Object
    Persons Credentials

    A subset of person's data, including only their credentials.

    • Field Detail

      • id

        @JsonPropertyDescription("A global identifier of a person.")
        private String id
        ID

        A global identifier of a person. (Required)

      • credentials

        @JsonPropertyDescription("Information that identifies a user to a system such as a network or computer.")
        private List<Credential> credentials
        Credential

        Information that identifies a user to a system such as a network or computer.

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

    • Constructor Detail

      • PersonsCredentials

        public PersonsCredentials()
    • Method Detail

      • getId

        public String getId()
        ID

        A global identifier of a person. (Required)

      • setId

        public void setId​(String id)
        ID

        A global identifier of a person. (Required)

      • getCredentials

        public List<Credential> getCredentials()
        Credential

        Information that identifies a user to a system such as a network or computer.

      • setCredentials

        public void setCredentials​(List<Credential> credentials)
        Credential

        Information that identifies a user to a system such as a network or computer.

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object