Class Credential
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_persons.v12_0.Credential
-
@Generated("jsonschema2pojo") public class Credential extends Object
-
-
Constructor Summary
Constructors Constructor Description Credential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Type__4
getType()
TypeString
getValue()
Valueint
hashCode()
void
setType(Type__4 type)
Typevoid
setValue(String value)
ValueString
toString()
Credential
withType(Type__4 type)
Credential
withValue(String value)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("A user defined list of credential types.") private Type__4 type
TypeA user defined list of credential types. (Required)
-
value
@JsonPropertyDescription("The current value of the credential.") private String value
ValueThe current value of the credential. (Required)
-
-
Method Detail
-
getType
public Type__4 getType()
TypeA user defined list of credential types. (Required)
-
setType
public void setType(Type__4 type)
TypeA user defined list of credential types. (Required)
-
withType
public Credential withType(Type__4 type)
-
getValue
public String getValue()
ValueThe current value of the credential. (Required)
-
setValue
public void setValue(String value)
ValueThe current value of the credential. (Required)
-
withValue
public Credential withValue(String value)
-
-