Class List.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.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 Listbuild()List.BuildercreatedAt(java.time.OffsetDateTime createdAt)Timestamp when the list was createdList.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Timestamp when the list was createdList.Builderid(java.lang.String id)Unique identifierList.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierList.Builderitems(java.util.List<ListItem> items)List.Builderitems(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ListItem>> items)List.Buildername(java.lang.String name)List.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)List.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierList.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierList.Buildertype(ListType type)The list typeList.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends ListType> type)The list typeList.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectList.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectList.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)Timestamp when the list was last updatedList.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Timestamp when the list was last updated
-
-
-
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(java.util.List<ListItem> items)
-
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(ListType type)
The list type
-
type
public List.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends ListType> type)
The list type
-
build
public List build()
-
-