Class Credential

    • Field Detail

      • type

        @JsonPropertyDescription("The type of credential, such as \"Person ID\", \"System ID\", etc.")
        private Credential.Type type
        Type

        The type of credential, such as "Person ID", "System ID", etc. (Required)

      • value

        @JsonPropertyDescription("The credential used in this section.")
        private String value
        Credential

        The credential used in this section. (Required)

    • Constructor Detail

      • Credential

        public Credential()
    • Method Detail

      • getType

        public Credential.Type getType()
        Type

        The type of credential, such as "Person ID", "System ID", etc. (Required)

      • setType

        public void setType​(Credential.Type type)
        Type

        The type of credential, such as "Person ID", "System ID", etc. (Required)

      • getValue

        public String getValue()
        Credential

        The credential used in this section. (Required)

      • setValue

        public void setValue​(String value)
        Credential

        The credential used in this section. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object