Class List
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.List
-
public class List extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classList.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.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()Timestamp when the list was createdbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.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 identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<ListType>type()The list typeorg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()Timestamp when the list was last updatedListwithCreatedAt(java.time.OffsetDateTime createdAt)Timestamp when the list was createdListwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Timestamp when the list was createdListwithId(java.lang.String id)Unique identifierListwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierListwithItems(java.util.List<ListItem> items)ListwithItems(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ListItem>> items)ListwithName(java.lang.String name)ListwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)ListwithRemoteId(java.lang.String remoteId)Provider's unique identifierListwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierListwithType(ListType type)The list typeListwithType(org.openapitools.jackson.nullable.JsonNullable<? extends ListType> type)The list typeListwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectListwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectListwithUpdatedAt(java.time.OffsetDateTime updatedAt)Timestamp when the list was last updatedListwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Timestamp when the list was last updated
-
-
-
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
-
builder
public static final List.Builder builder()
-
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(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(org.openapitools.jackson.nullable.JsonNullable<? extends ListType> type)
The list type
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-