Class JobPostingContentSection
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobPostingContentSection
-
public class JobPostingContentSection extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobPostingContentSection.Builder
-
Constructor Summary
Constructors Constructor Description JobPostingContentSection()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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobPostingContentSection.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>content()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>label()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<JobPostingContentSectionType>type()JobPostingContentSectionwithContent(java.lang.String content)JobPostingContentSectionwithContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)JobPostingContentSectionwithId(java.lang.String id)Unique identifierJobPostingContentSectionwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierJobPostingContentSectionwithLabel(java.lang.String label)JobPostingContentSectionwithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)JobPostingContentSectionwithRemoteId(java.lang.String remoteId)Provider's unique identifierJobPostingContentSectionwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierJobPostingContentSectionwithType(JobPostingContentSectionType type)JobPostingContentSectionwithType(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingContentSectionType> type)
-
-
-
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
-
type
public org.openapitools.jackson.nullable.JsonNullable<JobPostingContentSectionType> type()
-
label
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
-
content
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content()
-
builder
public static JobPostingContentSection.Builder builder()
-
withId
public JobPostingContentSection withId(java.lang.String id)
Unique identifier
-
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
-
withType
public JobPostingContentSection withType(JobPostingContentSectionType type)
-
withType
public JobPostingContentSection withType(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingContentSectionType> type)
-
withLabel
public JobPostingContentSection withLabel(java.lang.String label)
-
withLabel
public JobPostingContentSection withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
-
withContent
public JobPostingContentSection withContent(java.lang.String content)
-
withContent
public JobPostingContentSection withContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-