Class HrisJob
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisJob
-
public class HrisJob extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisJob.Builder
-
Constructor Summary
Constructors Constructor Description HrisJob()HrisJob(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> code, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends HrisJobStatus> status, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisJob.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>code()Code of the joborg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()Date of creationorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()Description of the jobbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<HrisJobStatus>status()Status of the joborg.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()Title of the jobjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()Date of last updateHrisJobwithCode(java.lang.String code)Code of the jobHrisJobwithCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)Code of the jobHrisJobwithCreatedAt(java.time.OffsetDateTime createdAt)Date of creationHrisJobwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Date of creationHrisJobwithDescription(java.lang.String description)Description of the jobHrisJobwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)Description of the jobHrisJobwithId(java.lang.String id)Unique identifierHrisJobwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisJobwithRemoteId(java.lang.String remoteId)Provider's unique identifierHrisJobwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHrisJobwithStatus(HrisJobStatus status)Status of the jobHrisJobwithStatus(org.openapitools.jackson.nullable.JsonNullable<? extends HrisJobStatus> status)Status of the jobHrisJobwithTitle(java.lang.String title)Title of the jobHrisJobwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the jobHrisJobwithUpdatedAt(java.time.OffsetDateTime updatedAt)Date of last updateHrisJobwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Date of last update
-
-
-
Constructor Detail
-
HrisJob
public HrisJob(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> code, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends HrisJobStatus> status, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
HrisJob
public HrisJob()
-
-
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
-
code
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code()
Code of the job
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
Title of the job
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
Description of the job
-
status
public org.openapitools.jackson.nullable.JsonNullable<HrisJobStatus> status()
Status of the job
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
Date of creation
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
Date of last update
-
builder
public static HrisJob.Builder builder()
-
withId
public HrisJob withId(java.lang.String id)
Unique identifier
-
withId
public HrisJob withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public HrisJob withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HrisJob withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withCode
public HrisJob withCode(java.lang.String code)
Code of the job
-
withCode
public HrisJob withCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
Code of the job
-
withTitle
public HrisJob withTitle(java.lang.String title)
Title of the job
-
withTitle
public HrisJob withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the job
-
withDescription
public HrisJob withDescription(java.lang.String description)
Description of the job
-
withDescription
public HrisJob withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
Description of the job
-
withStatus
public HrisJob withStatus(HrisJobStatus status)
Status of the job
-
withStatus
public HrisJob withStatus(org.openapitools.jackson.nullable.JsonNullable<? extends HrisJobStatus> status)
Status of the job
-
withCreatedAt
public HrisJob withCreatedAt(java.time.OffsetDateTime createdAt)
Date of creation
-
withCreatedAt
public HrisJob withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Date of creation
-
withUpdatedAt
public HrisJob withUpdatedAt(java.time.OffsetDateTime updatedAt)
Date of last update
-
withUpdatedAt
public HrisJob withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
Date of last update
-
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
-
-