Class TicketingComponentResultData.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingComponentResultData.Builder
-
- Enclosing class:
- TicketingComponentResultData
public static final class TicketingComponentResultData.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketingComponentResultDatabuild()TicketingComponentResultData.BuildercreatedAt(java.time.OffsetDateTime createdAt)The timestamp when the record was createdTicketingComponentResultData.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The timestamp when the record was createdTicketingComponentResultData.Builderdescription(java.lang.String description)The description of the componentTicketingComponentResultData.Builderdescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the componentTicketingComponentResultData.Builderid(java.lang.String id)Unique identifierTicketingComponentResultData.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTicketingComponentResultData.Buildername(java.lang.String name)The name of the componentTicketingComponentResultData.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the componentTicketingComponentResultData.BuilderorganizationId(java.lang.String organizationId)The organization id related to the componentTicketingComponentResultData.BuilderorganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)The organization id related to the componentTicketingComponentResultData.BuilderprojectId(java.lang.String projectId)The project id related to the componentTicketingComponentResultData.BuilderprojectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)The project id related to the componentTicketingComponentResultData.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierTicketingComponentResultData.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTicketingComponentResultData.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The timestamp when the record was last updatedTicketingComponentResultData.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The timestamp when the record was last updated
-
-
-
Method Detail
-
id
public TicketingComponentResultData.Builder id(java.lang.String id)
Unique identifier
-
id
public TicketingComponentResultData.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public TicketingComponentResultData.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public TicketingComponentResultData.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
organizationId
public TicketingComponentResultData.Builder organizationId(java.lang.String organizationId)
The organization id related to the component
-
organizationId
public TicketingComponentResultData.Builder organizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
The organization id related to the component
-
projectId
public TicketingComponentResultData.Builder projectId(java.lang.String projectId)
The project id related to the component
-
projectId
public TicketingComponentResultData.Builder projectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
The project id related to the component
-
name
public TicketingComponentResultData.Builder name(java.lang.String name)
The name of the component
-
name
public TicketingComponentResultData.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the component
-
description
public TicketingComponentResultData.Builder description(java.lang.String description)
The description of the component
-
description
public TicketingComponentResultData.Builder description(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the component
-
createdAt
public TicketingComponentResultData.Builder createdAt(java.time.OffsetDateTime createdAt)
The timestamp when the record was created
-
createdAt
public TicketingComponentResultData.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The timestamp when the record was created
-
updatedAt
public TicketingComponentResultData.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The timestamp when the record was last updated
-
updatedAt
public TicketingComponentResultData.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The timestamp when the record was last updated
-
build
public TicketingComponentResultData build()
-
-