Class Company
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Company
-
public class Company extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompany.Builder
-
Constructor Summary
Constructors Constructor Description Company()Company(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<java.lang.String> fullName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName, 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 Company.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The created_at dateorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>displayName()The display name of the companybooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>fullName()The full name of the companyinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the companyorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.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()The updated_at dateCompanywithCreatedAt(java.time.OffsetDateTime createdAt)The created_at dateCompanywithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at dateCompanywithDisplayName(java.lang.String displayName)The display name of the companyCompanywithDisplayName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)The display name of the companyCompanywithFullName(java.lang.String fullName)The full name of the companyCompanywithFullName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName)The full name of the companyCompanywithId(java.lang.String id)Unique identifierCompanywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierCompanywithName(java.lang.String name)The name of the companyCompanywithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the companyCompanywithRemoteId(java.lang.String remoteId)Provider's unique identifierCompanywithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierCompanywithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectCompanywithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectCompanywithUpdatedAt(java.time.OffsetDateTime updatedAt)The updated_at dateCompanywithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at date
-
-
-
Constructor Detail
-
Company
public Company(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<java.lang.String> fullName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Company
public Company()
-
-
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()
The name of the company
-
fullName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName()
The full name of the company
-
displayName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName()
The display name of the company
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The created_at date
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The updated_at date
-
builder
public static Company.Builder builder()
-
withId
public Company withId(java.lang.String id)
Unique identifier
-
withId
public Company withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public Company withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Company withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public Company withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public Company 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 Company withName(java.lang.String name)
The name of the company
-
withName
public Company withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the company
-
withFullName
public Company withFullName(java.lang.String fullName)
The full name of the company
-
withFullName
public Company withFullName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName)
The full name of the company
-
withDisplayName
public Company withDisplayName(java.lang.String displayName)
The display name of the company
-
withDisplayName
public Company withDisplayName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)
The display name of the company
-
withCreatedAt
public Company withCreatedAt(java.time.OffsetDateTime createdAt)
The created_at date
-
withCreatedAt
public Company withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created_at date
-
withUpdatedAt
public Company withUpdatedAt(java.time.OffsetDateTime updatedAt)
The updated_at date
-
withUpdatedAt
public Company withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The updated_at date
-
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
-
-