Class ApplicationInterviewStage
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApplicationInterviewStage
-
@Deprecated public class ApplicationInterviewStage extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.ApplicationInterviewStage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationInterviewStage.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description ApplicationInterviewStage()Deprecated.ApplicationInterviewStage(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ApplicationInterviewStage.Builderbuilder()Deprecated.org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()Deprecated.Interview Stage created datebooleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Deprecated.Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()Deprecated.org.openapitools.jackson.nullable.JsonNullable<java.lang.Double>order()Deprecated.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Deprecated.Provider's unique identifierjava.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Deprecated.Custom Unified Fields configured in your StackOne projectorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()Deprecated.Interview Stage updated dateApplicationInterviewStagewithCreatedAt(java.time.OffsetDateTime createdAt)Deprecated.Interview Stage created dateApplicationInterviewStagewithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Deprecated.Interview Stage created dateApplicationInterviewStagewithId(java.lang.String id)Deprecated.Unique identifierApplicationInterviewStagewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Deprecated.Unique identifierApplicationInterviewStagewithName(java.lang.String name)Deprecated.ApplicationInterviewStagewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Deprecated.ApplicationInterviewStagewithOrder(double order)Deprecated.ApplicationInterviewStagewithOrder(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)Deprecated.ApplicationInterviewStagewithRemoteId(java.lang.String remoteId)Deprecated.Provider's unique identifierApplicationInterviewStagewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Deprecated.Provider's unique identifierApplicationInterviewStagewithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Deprecated.Custom Unified Fields configured in your StackOne projectApplicationInterviewStagewithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Deprecated.Custom Unified Fields configured in your StackOne projectApplicationInterviewStagewithUpdatedAt(java.time.OffsetDateTime updatedAt)Deprecated.Interview Stage updated dateApplicationInterviewStagewithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Deprecated.Interview Stage updated date
-
-
-
Constructor Detail
-
ApplicationInterviewStage
public ApplicationInterviewStage(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Deprecated.
-
ApplicationInterviewStage
public ApplicationInterviewStage()
Deprecated.
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Deprecated.Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Deprecated.Provider's unique identifier
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Deprecated.Custom Unified Fields configured in your StackOne project
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
Deprecated.
-
order
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order()
Deprecated.
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
Deprecated.Interview Stage created date
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
Deprecated.Interview Stage updated date
-
builder
public static ApplicationInterviewStage.Builder builder()
Deprecated.
-
withId
public ApplicationInterviewStage withId(java.lang.String id)
Deprecated.Unique identifier
-
withId
public ApplicationInterviewStage withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Deprecated.Unique identifier
-
withRemoteId
public ApplicationInterviewStage withRemoteId(java.lang.String remoteId)
Deprecated.Provider's unique identifier
-
withRemoteId
public ApplicationInterviewStage withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Deprecated.Provider's unique identifier
-
withUnifiedCustomFields
public ApplicationInterviewStage withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Deprecated.Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public ApplicationInterviewStage withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Deprecated.Custom Unified Fields configured in your StackOne project
-
withName
public ApplicationInterviewStage withName(java.lang.String name)
Deprecated.
-
withName
public ApplicationInterviewStage withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Deprecated.
-
withOrder
public ApplicationInterviewStage withOrder(double order)
Deprecated.
-
withOrder
public ApplicationInterviewStage withOrder(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)
Deprecated.
-
withCreatedAt
public ApplicationInterviewStage withCreatedAt(java.time.OffsetDateTime createdAt)
Deprecated.Interview Stage created date
-
withCreatedAt
public ApplicationInterviewStage withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Deprecated.Interview Stage created date
-
withUpdatedAt
public ApplicationInterviewStage withUpdatedAt(java.time.OffsetDateTime updatedAt)
Deprecated.Interview Stage updated date
-
withUpdatedAt
public ApplicationInterviewStage withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
Deprecated.Interview Stage updated date
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-