Class JobPostingQuestionnaire


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

      • JobPostingQuestionnaire

        public JobPostingQuestionnaire​(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> name,
                                       org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingQuestionnaireInternal> internal,
                                       org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Question>> questions)
      • JobPostingQuestionnaire

        public JobPostingQuestionnaire()
    • 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
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      • questions

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Question>> questions()
      • withId

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

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

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

        public JobPostingQuestionnaire withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      • withQuestions

        public JobPostingQuestionnaire withQuestions​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Question>> questions)
      • 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