Class TicketingProject
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingProject
-
public class TicketingProject extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingProject.Builder
-
Constructor Summary
Constructors Constructor Description TicketingProject()TicketingProject(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingProject.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The timestamp when the record was createdorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description of the projectbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the projectorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>organizationId()The organization id related to the projectorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The timestamp when the record was last updatedTicketingProjectwithCreatedAt(java.time.OffsetDateTime createdAt)The timestamp when the record was createdTicketingProjectwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The timestamp when the record was createdTicketingProjectwithDescription(java.lang.String description)The description of the projectTicketingProjectwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the projectTicketingProjectwithId(java.lang.String id)Unique identifierTicketingProjectwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTicketingProjectwithName(java.lang.String name)The name of the projectTicketingProjectwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the projectTicketingProjectwithOrganizationId(java.lang.String organizationId)The organization id related to the projectTicketingProjectwithOrganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)The organization id related to the projectTicketingProjectwithRemoteId(java.lang.String remoteId)Provider's unique identifierTicketingProjectwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTicketingProjectwithUpdatedAt(java.time.OffsetDateTime updatedAt)The timestamp when the record was last updatedTicketingProjectwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The timestamp when the record was last updated
-
-
-
Constructor Detail
-
TicketingProject
public TicketingProject(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
TicketingProject
public TicketingProject()
-
-
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
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the project
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
The description of the project
-
organizationId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId()
The organization id related to the project
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The timestamp when the record was created
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The timestamp when the record was last updated
-
builder
public static TicketingProject.Builder builder()
-
withId
public TicketingProject withId(java.lang.String id)
Unique identifier
-
withId
public TicketingProject withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public TicketingProject withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public TicketingProject withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public TicketingProject withName(java.lang.String name)
The name of the project
-
withName
public TicketingProject withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the project
-
withDescription
public TicketingProject withDescription(java.lang.String description)
The description of the project
-
withDescription
public TicketingProject withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the project
-
withOrganizationId
public TicketingProject withOrganizationId(java.lang.String organizationId)
The organization id related to the project
-
withOrganizationId
public TicketingProject withOrganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
The organization id related to the project
-
withCreatedAt
public TicketingProject withCreatedAt(java.time.OffsetDateTime createdAt)
The timestamp when the record was created
-
withCreatedAt
public TicketingProject withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The timestamp when the record was created
-
withUpdatedAt
public TicketingProject withUpdatedAt(java.time.OffsetDateTime updatedAt)
The timestamp when the record was last updated
-
withUpdatedAt
public TicketingProject withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The timestamp when the record was last updated
-
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
-
-