Class ApplicationStage


  • public class ApplicationStage
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationStage()  
      ApplicationStage​(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 ApplicationStage.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      Application 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()
      Application Stage name
      org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order()
      Application Stage 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()
      Application Stage updated date
      ApplicationStage withCreatedAt​(java.time.OffsetDateTime createdAt)
      Application Stage created date
      ApplicationStage withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      Application Stage created date
      ApplicationStage withId​(java.lang.String id)
      Unique identifier
      ApplicationStage withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      ApplicationStage withName​(java.lang.String name)
      Application Stage name
      ApplicationStage withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      Application Stage name
      ApplicationStage withOrder​(double order)
      Application Stage order
      ApplicationStage withOrder​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)
      Application Stage order
      ApplicationStage withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      ApplicationStage withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      ApplicationStage withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      ApplicationStage 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
      ApplicationStage withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      Application Stage updated date
      ApplicationStage withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      Application Stage updated date
      • Methods inherited from class java.lang.Object

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

      • ApplicationStage

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

        public ApplicationStage()
    • 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()
        Application Stage name
      • order

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

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

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

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

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

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

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

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

        public ApplicationStage 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 ApplicationStage withName​(java.lang.String name)
        Application Stage name
      • withName

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

        public ApplicationStage withOrder​(double order)
        Application Stage order
      • withOrder

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

        public ApplicationStage withCreatedAt​(java.time.OffsetDateTime createdAt)
        Application Stage created date
      • withCreatedAt

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

        public ApplicationStage withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        Application Stage updated date
      • withUpdatedAt

        public ApplicationStage withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        Application 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