Class ApplicationApplicationStage


  • public class ApplicationApplicationStage
    extends java.lang.Object
    • Constructor Detail

      • ApplicationApplicationStage

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

        public ApplicationApplicationStage()
    • 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 ApplicationApplicationStage withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

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

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

        public ApplicationApplicationStage 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 ApplicationApplicationStage withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        Application Stage name
      • withOrder

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

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

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

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

        public ApplicationApplicationStage 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