Class Credential
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_persons.v7_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 booleanequals(Object other)Type__4getType()TypeStringgetValue()ValueinthashCode()voidsetType(Type__4 type)TypevoidsetValue(String value)ValueStringtoString()CredentialwithType(Type__4 type)CredentialwithValue(String value)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("A user defined list of credential types.") private Type__4 typeTypeA user defined list of credential types. (Required)
-
value
@JsonPropertyDescription("The current value of the credential.") private String valueValueThe 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)
-
-