Class JobPosting


  • public class JobPosting
    extends java.lang.Object
    • Constructor Detail

      • JobPosting

        public JobPosting​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                          org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields,
                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title,
                          org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobPostingLocation>> locations,
                          org.openapitools.jackson.nullable.JsonNullable<? extends Internal> internal,
                          org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingStatus> status,
                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId,
                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteJobPostingId,
                          org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingContent> content,
                          org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobPostingCompensation>> compensation,
                          org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentType> employmentType,
                          org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractType> employmentContractType,
                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalUrl,
                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalApplyUrl,
                          org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobPostingQuestionnaire>> questionnaires,
                          org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                          org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • JobPosting

        public JobPosting()
    • 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
      • unifiedCustomFields

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
        Custom Unified Fields configured in your StackOne project
      • title

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
      • locations

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<JobPostingLocation>> locations()
      • internal

        public org.openapitools.jackson.nullable.JsonNullable<Internal> internal()
      • status

        public org.openapitools.jackson.nullable.JsonNullable<JobPostingStatus> status()
      • jobId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId()
      • remoteJobPostingId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteJobPostingId()
        Provider's unique identifier of the job posting
      • content

        public org.openapitools.jackson.nullable.JsonNullable<JobPostingContent> content()
      • compensation

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<JobPostingCompensation>> compensation()
      • externalUrl

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalUrl()
      • externalApplyUrl

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalApplyUrl()
      • questionnaires

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<JobPostingQuestionnaire>> questionnaires()
      • 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 JobPosting withId​(java.lang.String id)
        Unique identifier
      • withId

        public JobPosting withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public JobPosting withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public JobPosting withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withUnifiedCustomFields

        public JobPosting withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • withUnifiedCustomFields

        public JobPosting withUnifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • withTitle

        public JobPosting withTitle​(java.lang.String title)
      • withTitle

        public JobPosting withTitle​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
      • withLocations

        public JobPosting withLocations​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobPostingLocation>> locations)
      • withInternal

        public JobPosting withInternal​(org.openapitools.jackson.nullable.JsonNullable<? extends Internal> internal)
      • withStatus

        public JobPosting withStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingStatus> status)
      • withJobId

        public JobPosting withJobId​(java.lang.String jobId)
      • withJobId

        public JobPosting withJobId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)
      • withRemoteJobPostingId

        public JobPosting withRemoteJobPostingId​(java.lang.String remoteJobPostingId)
        Provider's unique identifier of the job posting
      • withRemoteJobPostingId

        public JobPosting withRemoteJobPostingId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteJobPostingId)
        Provider's unique identifier of the job posting
      • withCompensation

        public JobPosting withCompensation​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobPostingCompensation>> compensation)
      • withExternalUrl

        public JobPosting withExternalUrl​(java.lang.String externalUrl)
      • withExternalUrl

        public JobPosting withExternalUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalUrl)
      • withExternalApplyUrl

        public JobPosting withExternalApplyUrl​(java.lang.String externalApplyUrl)
      • withExternalApplyUrl

        public JobPosting withExternalApplyUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalApplyUrl)
      • withQuestionnaires

        public JobPosting withQuestionnaires​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobPostingQuestionnaire>> questionnaires)
      • withCreatedAt

        public JobPosting withCreatedAt​(java.time.OffsetDateTime createdAt)
        Date of creation
      • withCreatedAt

        public JobPosting withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        Date of creation
      • withUpdatedAt

        public JobPosting withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        Date of last update
      • withUpdatedAt

        public JobPosting 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