Class EmployeeCompany
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmployeeCompany
-
public class EmployeeCompany extends java.lang.ObjectEmployeeCompanyThe employee company
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployeeCompany.Builder
-
Constructor Summary
Constructors Constructor Description EmployeeCompany()EmployeeCompany(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 EmployeeCompany.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 dateEmployeeCompanywithCreatedAt(java.time.OffsetDateTime createdAt)The created_at dateEmployeeCompanywithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at dateEmployeeCompanywithDisplayName(java.lang.String displayName)The display name of the companyEmployeeCompanywithDisplayName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)The display name of the companyEmployeeCompanywithFullName(java.lang.String fullName)The full name of the companyEmployeeCompanywithFullName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName)The full name of the companyEmployeeCompanywithId(java.lang.String id)Unique identifierEmployeeCompanywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierEmployeeCompanywithName(java.lang.String name)The name of the companyEmployeeCompanywithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the companyEmployeeCompanywithRemoteId(java.lang.String remoteId)Provider's unique identifierEmployeeCompanywithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierEmployeeCompanywithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectEmployeeCompanywithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectEmployeeCompanywithUpdatedAt(java.time.OffsetDateTime updatedAt)The updated_at dateEmployeeCompanywithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at date
-
-
-
Constructor Detail
-
EmployeeCompany
public EmployeeCompany(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)
-
EmployeeCompany
public EmployeeCompany()
-
-
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 final EmployeeCompany.Builder builder()
-
withId
public EmployeeCompany withId(java.lang.String id)
Unique identifier
-
withId
public EmployeeCompany withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public EmployeeCompany withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public EmployeeCompany withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public EmployeeCompany withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public EmployeeCompany 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 EmployeeCompany withName(java.lang.String name)
The name of the company
-
withName
public EmployeeCompany withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the company
-
withFullName
public EmployeeCompany withFullName(java.lang.String fullName)
The full name of the company
-
withFullName
public EmployeeCompany withFullName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fullName)
The full name of the company
-
withDisplayName
public EmployeeCompany withDisplayName(java.lang.String displayName)
The display name of the company
-
withDisplayName
public EmployeeCompany withDisplayName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)
The display name of the company
-
withCreatedAt
public EmployeeCompany withCreatedAt(java.time.OffsetDateTime createdAt)
The created_at date
-
withCreatedAt
public EmployeeCompany withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created_at date
-
withUpdatedAt
public EmployeeCompany withUpdatedAt(java.time.OffsetDateTime updatedAt)
The updated_at date
-
withUpdatedAt
public EmployeeCompany 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
-
-