Class Position
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Position
-
public class Position extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPosition.Builder
-
Constructor Summary
Constructors Constructor Description Position()Position(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> departmentId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> locationId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employmentType, org.openapitools.jackson.nullable.JsonNullable<? extends PositionStatus> status, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> postedDate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Position.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>departmentId()Department ID associated with the positionorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()Description of the positionorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>employmentType()Employment type for the positionbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>jobId()Job ID from the HRIS providerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>locationId()Location ID associated with the positionorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>postedDate()Date when the position was postedorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<PositionStatus>status()Status of the positionorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()Title of the positionjava.lang.StringtoString()PositionwithDepartmentId(java.lang.String departmentId)Department ID associated with the positionPositionwithDepartmentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> departmentId)Department ID associated with the positionPositionwithDescription(java.lang.String description)Description of the positionPositionwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)Description of the positionPositionwithEmploymentType(java.lang.String employmentType)Employment type for the positionPositionwithEmploymentType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employmentType)Employment type for the positionPositionwithId(java.lang.String id)Unique identifierPositionwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierPositionwithJobId(java.lang.String jobId)Job ID from the HRIS providerPositionwithJobId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)Job ID from the HRIS providerPositionwithLocationId(java.lang.String locationId)Location ID associated with the positionPositionwithLocationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> locationId)Location ID associated with the positionPositionwithPostedDate(java.time.OffsetDateTime postedDate)Date when the position was postedPositionwithPostedDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> postedDate)Date when the position was postedPositionwithRemoteId(java.lang.String remoteId)Provider's unique identifierPositionwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierPositionwithStatus(PositionStatus status)Status of the positionPositionwithStatus(org.openapitools.jackson.nullable.JsonNullable<? extends PositionStatus> status)Status of the positionPositionwithTitle(java.lang.String title)Title of the positionPositionwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the position
-
-
-
Constructor Detail
-
Position
public Position(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> departmentId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> locationId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employmentType, org.openapitools.jackson.nullable.JsonNullable<? extends PositionStatus> status, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> postedDate)
-
Position
public Position()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
jobId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId()
Job ID from the HRIS provider
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
Title of the position
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
Description of the position
-
departmentId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> departmentId()
Department ID associated with the position
-
locationId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> locationId()
Location ID associated with the position
-
employmentType
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employmentType()
Employment type for the position
-
status
public org.openapitools.jackson.nullable.JsonNullable<PositionStatus> status()
Status of the position
-
postedDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> postedDate()
Date when the position was posted
-
builder
public static final Position.Builder builder()
-
withId
public Position withId(java.lang.String id)
Unique identifier
-
withId
public Position withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public Position withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Position withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withJobId
public Position withJobId(java.lang.String jobId)
Job ID from the HRIS provider
-
withJobId
public Position withJobId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)
Job ID from the HRIS provider
-
withTitle
public Position withTitle(java.lang.String title)
Title of the position
-
withTitle
public Position withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the position
-
withDescription
public Position withDescription(java.lang.String description)
Description of the position
-
withDescription
public Position withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
Description of the position
-
withDepartmentId
public Position withDepartmentId(java.lang.String departmentId)
Department ID associated with the position
-
withDepartmentId
public Position withDepartmentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> departmentId)
Department ID associated with the position
-
withLocationId
public Position withLocationId(java.lang.String locationId)
Location ID associated with the position
-
withLocationId
public Position withLocationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> locationId)
Location ID associated with the position
-
withEmploymentType
public Position withEmploymentType(java.lang.String employmentType)
Employment type for the position
-
withEmploymentType
public Position withEmploymentType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employmentType)
Employment type for the position
-
withStatus
public Position withStatus(PositionStatus status)
Status of the position
-
withStatus
public Position withStatus(org.openapitools.jackson.nullable.JsonNullable<? extends PositionStatus> status)
Status of the position
-
withPostedDate
public Position withPostedDate(java.time.OffsetDateTime postedDate)
Date when the position was posted
-
withPostedDate
public Position withPostedDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> postedDate)
Date when the position was posted
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-