Class Credential
- java.lang.Object
-
- com.ellucian.generated.eedm.sections_maximum.v8_0.Credential
-
@Generated("jsonschema2pojo") public class Credential extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCredential.TypeType
-
Field Summary
Fields Modifier and Type Field Description private Credential.TypetypeTypeprivate StringvalueCredential
-
Constructor Summary
Constructors Constructor Description Credential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Credential.TypegetType()TypeStringgetValue()CredentialinthashCode()voidsetType(Credential.Type type)TypevoidsetValue(String value)CredentialStringtoString()CredentialwithType(Credential.Type type)CredentialwithValue(String value)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("The type of credential, such as \"Person ID\", \"System ID\", etc.") private Credential.Type typeTypeThe type of credential, such as "Person ID", "System ID", etc. (Required)
-
value
@JsonPropertyDescription("The credential used in this section.") private String valueCredentialThe credential used in this section. (Required)
-
-
Method Detail
-
getType
public Credential.Type getType()
TypeThe type of credential, such as "Person ID", "System ID", etc. (Required)
-
setType
public void setType(Credential.Type type)
TypeThe type of credential, such as "Person ID", "System ID", etc. (Required)
-
withType
public Credential withType(Credential.Type type)
-
getValue
public String getValue()
CredentialThe credential used in this section. (Required)
-
setValue
public void setValue(String value)
CredentialThe credential used in this section. (Required)
-
withValue
public Credential withValue(String value)
-
-