Class Credential

    • Field Detail

      • type

        @JsonPropertyDescription("A user defined list of credential types.")
        private Type__4 type
        Type

        A user defined list of credential types. (Required)

      • value

        @JsonPropertyDescription("The current value of the credential.")
        private String value
        Value

        The current value of the credential. (Required)

    • Constructor Detail

      • Credential

        public Credential()
    • Method Detail

      • getType

        public Type__4 getType()
        Type

        A user defined list of credential types. (Required)

      • setType

        public void setType​(Type__4 type)
        Type

        A user defined list of credential types. (Required)

      • getValue

        public String getValue()
        Value

        The current value of the credential. (Required)

      • setValue

        public void setValue​(String value)
        Value

        The current value of the credential. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object