Class List.Builder

  • Enclosing class:
    List

    public static final class List.Builder
    extends java.lang.Object
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • id

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

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

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

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

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

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

        public List.Builder name​(java.lang.String name)
      • name

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

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

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

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

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

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

        public List.Builder type​(org.openapitools.jackson.nullable.JsonNullable<? extends ListType> type)
        The list type
      • build

        public List build()