Class Position


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

      Nested Classes 
      Modifier and Type Class Description
      static class  Position.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.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> departmentId()
      Department ID associated with the position
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
      Description of the position
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employmentType()
      Employment type for the position
      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> jobId()
      Job ID from the HRIS provider
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> locationId()
      Location ID associated with the position
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> postedDate()
      Date when the position was posted
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      org.openapitools.jackson.nullable.JsonNullable<PositionStatus> status()
      Status of the position
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
      Title of the position
      java.lang.String toString()  
      Position withDepartmentId​(java.lang.String departmentId)
      Department ID associated with the position
      Position withDepartmentId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> departmentId)
      Department ID associated with the position
      Position withDescription​(java.lang.String description)
      Description of the position
      Position withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      Description of the position
      Position withEmploymentType​(java.lang.String employmentType)
      Employment type for the position
      Position withEmploymentType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employmentType)
      Employment type for the position
      Position withId​(java.lang.String id)
      Unique identifier
      Position withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Position withJobId​(java.lang.String jobId)
      Job ID from the HRIS provider
      Position withJobId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)
      Job ID from the HRIS provider
      Position withLocationId​(java.lang.String locationId)
      Location ID associated with the position
      Position withLocationId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> locationId)
      Location ID associated with the position
      Position withPostedDate​(java.time.OffsetDateTime postedDate)
      Date when the position was posted
      Position withPostedDate​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> postedDate)
      Date when the position was posted
      Position withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Position withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Position withStatus​(PositionStatus status)
      Status of the position
      Position withStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends PositionStatus> status)
      Status of the position
      Position withTitle​(java.lang.String title)
      Title of the position
      Position withTitle​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
      Title of the position
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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
      • 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​(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:
        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