Class JobPostingLocation
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobPostingLocation
-
public class JobPostingLocation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobPostingLocation.Builder
-
Constructor Summary
Constructors Constructor Description JobPostingLocation()JobPostingLocation(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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobPostingLocation.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()JobPostingLocationwithId(java.lang.String id)Unique identifierJobPostingLocationwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierJobPostingLocationwithName(java.lang.String name)JobPostingLocationwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)JobPostingLocationwithRemoteId(java.lang.String remoteId)Provider's unique identifierJobPostingLocationwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
JobPostingLocation
public JobPostingLocation(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)
-
JobPostingLocation
public JobPostingLocation()
-
-
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()
-
builder
public static final JobPostingLocation.Builder builder()
-
withId
public JobPostingLocation withId(java.lang.String id)
Unique identifier
-
withId
public JobPostingLocation withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public JobPostingLocation withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public JobPostingLocation withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public JobPostingLocation withName(java.lang.String name)
-
withName
public JobPostingLocation withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
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
-
-