Class JobPostingContentSection


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

      • JobPostingContentSection

        public JobPostingContentSection​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                        org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingContentSectionType> type,
                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label,
                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
      • JobPostingContentSection

        public JobPostingContentSection()
    • 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
      • label

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
      • content

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content()
      • withId

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

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

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

        public JobPostingContentSection withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
      • withContent

        public JobPostingContentSection withContent​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
      • 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