Class JobApplicationStatuses
- java.lang.Object
-
- com.ellucian.generated.eedm.job_application_statuses.v10_0.JobApplicationStatuses
-
@Generated("jsonschema2pojo") public class JobApplicationStatuses extends Object
Job Application StatusesThe valid list of user defined job application statuses.
-
-
Constructor Summary
Constructors Constructor Description JobApplicationStatuses()
-
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()
JobApplicationStatuses
withCode(String code)
JobApplicationStatuses
withDescription(String description)
JobApplicationStatuses
withId(String id)
JobApplicationStatuses
withMetadata(Metadata metadata)
JobApplicationStatuses
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 job application status.") private String id
IDThe global identifier of the job application status. (Required)
-
title
@JsonPropertyDescription("The full name of the job application status.") private String title
TitleThe full name of the job application status. (Required)
-
description
@JsonPropertyDescription("The description of the job application status.") private String description
DescriptionThe description of the job application status.
-
code
@JsonPropertyDescription("A code that may be used to identify the job application status.") private String code
CodeA code that may be used to identify the job application 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 JobApplicationStatuses withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the job application status. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the job application status. (Required)
-
withId
public JobApplicationStatuses withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the job application status. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the job application status. (Required)
-
withTitle
public JobApplicationStatuses withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the job application status.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the job application status.
-
withDescription
public JobApplicationStatuses withDescription(String description)
-
getCode
public String getCode()
CodeA code that may be used to identify the job application status.
-
setCode
public void setCode(String code)
CodeA code that may be used to identify the job application status.
-
withCode
public JobApplicationStatuses withCode(String code)
-
-