Class InterviewStage


  • public class InterviewStage
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  InterviewStage.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      InterviewStage()  
      InterviewStage​(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)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static InterviewStage.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      Interview Stage created date
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
      Custom Unified Fields configured in your StackOne project
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      Interview Stage updated date
      InterviewStage withCreatedAt​(java.time.OffsetDateTime createdAt)
      Interview Stage created date
      InterviewStage withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      Interview Stage created date
      InterviewStage withId​(java.lang.String id)
      Unique identifier
      InterviewStage withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      InterviewStage withName​(java.lang.String name)  
      InterviewStage withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)  
      InterviewStage withOrder​(double order)  
      InterviewStage withOrder​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)  
      InterviewStage withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      InterviewStage withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      InterviewStage withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      InterviewStage withUnifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      InterviewStage withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      Interview Stage updated date
      InterviewStage withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      Interview Stage updated date
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InterviewStage

        public InterviewStage​(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)
      • InterviewStage

        public InterviewStage()
    • 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
      • unifiedCustomFields

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
        Custom Unified Fields configured in your StackOne project
      • name

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

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order()
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
        Interview Stage created date
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
        Interview Stage updated date
      • withId

        public InterviewStage withId​(java.lang.String id)
        Unique identifier
      • withId

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

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

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

        public InterviewStage withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • withUnifiedCustomFields

        public InterviewStage withUnifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • withName

        public InterviewStage withName​(java.lang.String name)
      • withName

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

        public InterviewStage withOrder​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)
      • withCreatedAt

        public InterviewStage withCreatedAt​(java.time.OffsetDateTime createdAt)
        Interview Stage created date
      • withCreatedAt

        public InterviewStage withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        Interview Stage created date
      • withUpdatedAt

        public InterviewStage withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        Interview Stage updated date
      • withUpdatedAt

        public InterviewStage withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        Interview Stage updated date
      • 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