Class PersonalRelationshipStatuses
- java.lang.Object
-
- com.ellucian.generated.eedm.personal_relationship_statuses.v6_0.PersonalRelationshipStatuses
-
@Generated("jsonschema2pojo") public class PersonalRelationshipStatuses extends Object
Personal Relationship StatusesThe list of valid status types for personal relationships
-
-
Constructor Summary
Constructors Constructor Description PersonalRelationshipStatuses()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getCode()
CodeString
getDescription()
DescriptionString
getId()
IDMetadata
getMetadata()
MetadataString
getTitle()
Titleint
hashCode()
void
setCode(String code)
Codevoid
setDescription(String description)
Descriptionvoid
setId(String id)
IDvoid
setMetadata(Metadata metadata)
Metadatavoid
setTitle(String title)
TitleString
toString()
PersonalRelationshipStatuses
withCode(String code)
PersonalRelationshipStatuses
withDescription(String description)
PersonalRelationshipStatuses
withId(String id)
PersonalRelationshipStatuses
withMetadata(Metadata metadata)
PersonalRelationshipStatuses
withTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the personal relationship status") private String id
IDThe global identifier of the personal relationship status (Required)
-
title
@JsonPropertyDescription("The full name of the personal relationship status") private String title
TitleThe full name of the personal relationship status (Required)
-
description
@JsonPropertyDescription("The description of the personal relationship status") private String description
DescriptionThe description of the personal relationship status
-
code
@JsonPropertyDescription("The code of the personal relationship status") private String code
CodeThe code of the personal relationship status
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public PersonalRelationshipStatuses withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the personal relationship status (Required)
-
setId
public void setId(String id)
IDThe global identifier of the personal relationship status (Required)
-
withId
public PersonalRelationshipStatuses withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the personal relationship status (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the personal relationship status (Required)
-
withTitle
public PersonalRelationshipStatuses withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the personal relationship status
-
setDescription
public void setDescription(String description)
DescriptionThe description of the personal relationship status
-
withDescription
public PersonalRelationshipStatuses withDescription(String description)
-
getCode
public String getCode()
CodeThe code of the personal relationship status
-
setCode
public void setCode(String code)
CodeThe code of the personal relationship status
-
withCode
public PersonalRelationshipStatuses withCode(String code)
-
-