Class List


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

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

      Constructors 
      Constructor Description
      List()  
      List​(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<? extends java.util.List<ListItem>> items, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<? extends ListType> type)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static List.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      Timestamp when the list was created
      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.util.List<ListItem>> items()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<ListType> type()
      The list type
      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()
      Timestamp when the list was last updated
      List withCreatedAt​(java.time.OffsetDateTime createdAt)
      Timestamp when the list was created
      List withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      Timestamp when the list was created
      List withId​(java.lang.String id)
      Unique identifier
      List withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      List withItems​(java.util.List<ListItem> items)  
      List withItems​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ListItem>> items)  
      List withName​(java.lang.String name)  
      List withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)  
      List withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      List withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      List withType​(ListType type)
      The list type
      List withType​(org.openapitools.jackson.nullable.JsonNullable<? extends ListType> type)
      The list type
      List withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      List 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
      List withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      Timestamp when the list was last updated
      List withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      Timestamp when the list was last updated
      • Methods inherited from class java.lang.Object

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

      • List

        public List​(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<? extends java.util.List<ListItem>> items,
                    org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                    org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt,
                    org.openapitools.jackson.nullable.JsonNullable<? extends ListType> type)
      • List

        public List()
    • 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()
      • items

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<ListItem>> items()
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
        Timestamp when the list was created
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
        Timestamp when the list was last updated
      • type

        public org.openapitools.jackson.nullable.JsonNullable<ListType> type()
        The list type
      • withId

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

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

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

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

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

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

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

        public List withItems​(java.util.List<ListItem> items)
      • withItems

        public List withItems​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ListItem>> items)
      • withCreatedAt

        public List withCreatedAt​(java.time.OffsetDateTime createdAt)
        Timestamp when the list was created
      • withCreatedAt

        public List withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        Timestamp when the list was created
      • withUpdatedAt

        public List withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        Timestamp when the list was last updated
      • withUpdatedAt

        public List withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        Timestamp when the list was last updated
      • withType

        public List withType​(ListType type)
        The list type
      • withType

        public List withType​(org.openapitools.jackson.nullable.JsonNullable<? extends ListType> type)
        The list type
      • 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