Class HrisJob


  • public class HrisJob
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HrisJob.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.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code()
      Code of the job
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      Date of creation
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
      Description of the job
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      org.openapitools.jackson.nullable.JsonNullable<HrisJobStatus> status()
      Status of the job
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
      Title of the job
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      Date of last update
      HrisJob withCode​(java.lang.String code)
      Code of the job
      HrisJob withCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
      Code of the job
      HrisJob withCreatedAt​(java.time.OffsetDateTime createdAt)
      Date of creation
      HrisJob withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      Date of creation
      HrisJob withDescription​(java.lang.String description)
      Description of the job
      HrisJob withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      Description of the job
      HrisJob withId​(java.lang.String id)
      Unique identifier
      HrisJob withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      HrisJob withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      HrisJob withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      HrisJob withStatus​(HrisJobStatus status)
      Status of the job
      HrisJob withStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends HrisJobStatus> status)
      Status of the job
      HrisJob withTitle​(java.lang.String title)
      Title of the job
      HrisJob withTitle​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
      Title of the job
      HrisJob withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      Date of last update
      HrisJob withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      Date of last update
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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
      • 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​(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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object