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 booleanequals(Object other)StringgetCode()CodeStringgetDescription()DescriptionStringgetId()IDMetadatagetMetadata()MetadataStringgetTitle()TitleinthashCode()voidsetCode(String code)CodevoidsetDescription(String description)DescriptionvoidsetId(String id)IDvoidsetMetadata(Metadata metadata)MetadatavoidsetTitle(String title)TitleStringtoString()PersonalRelationshipStatuseswithCode(String code)PersonalRelationshipStatuseswithDescription(String description)PersonalRelationshipStatuseswithId(String id)PersonalRelationshipStatuseswithMetadata(Metadata metadata)PersonalRelationshipStatuseswithTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the personal relationship status") private String idIDThe global identifier of the personal relationship status (Required)
-
title
@JsonPropertyDescription("The full name of the personal relationship status") private String titleTitleThe full name of the personal relationship status (Required)
-
description
@JsonPropertyDescription("The description of the personal relationship status") private String descriptionDescriptionThe description of the personal relationship status
-
code
@JsonPropertyDescription("The code of the personal relationship status") private String codeCodeThe 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)
-
-