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 current value of the credential.")
        private String value
        Value

        The current value of the credential. (Required)

      • startOn

        @JsonPropertyDescription("The date when the credential starts being valid.")
        private Object startOn
        Start Date

        The date when the credential starts being valid.

      • endOn

        @JsonPropertyDescription("The date when the credential stops being valid.")
        private Object endOn
        End Date

        The date when the credential stops being valid.

    • 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()
        Value

        The current value of the credential. (Required)

      • setValue

        public void setValue​(String value)
        Value

        The current value of the credential. (Required)

      • getStartOn

        public Object getStartOn()
        Start Date

        The date when the credential starts being valid.

      • setStartOn

        public void setStartOn​(Object startOn)
        Start Date

        The date when the credential starts being valid.

      • getEndOn

        public Object getEndOn()
        End Date

        The date when the credential stops being valid.

      • setEndOn

        public void setEndOn​(Object endOn)
        End Date

        The date when the credential stops being valid.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object