Class EmployeeCompany.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmployeeCompany.Builder
-
- Enclosing class:
- EmployeeCompany
public static final class EmployeeCompany.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmployeeCompanybuild()EmployeeCompany.BuildercreatedAt(java.time.OffsetDateTime createdAt)The created_at dateEmployeeCompany.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at dateEmployeeCompany.BuilderdisplayName(java.lang.String displayName)The display name of the companyEmployeeCompany.BuilderdisplayName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)The display name of the companyEmployeeCompany.Builderid(java.lang.String id)Unique identifierEmployeeCompany.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierEmployeeCompany.Buildername(java.lang.String name)The name of the companyEmployeeCompany.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the companyEmployeeCompany.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierEmployeeCompany.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierEmployeeCompany.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectEmployeeCompany.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectEmployeeCompany.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The updated_at dateEmployeeCompany.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at date
-
-
-
Method Detail
-
id
public EmployeeCompany.Builder id(java.lang.String id)
Unique identifier
-
id
public EmployeeCompany.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public EmployeeCompany.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public EmployeeCompany.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
unifiedCustomFields
public EmployeeCompany.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public EmployeeCompany.Builder unifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
name
public EmployeeCompany.Builder name(java.lang.String name)
The name of the company
-
name
public EmployeeCompany.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the company
-
displayName
public EmployeeCompany.Builder displayName(java.lang.String displayName)
The display name of the company
-
displayName
public EmployeeCompany.Builder displayName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)
The display name of the company
-
createdAt
public EmployeeCompany.Builder createdAt(java.time.OffsetDateTime createdAt)
The created_at date
-
createdAt
public EmployeeCompany.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created_at date
-
updatedAt
public EmployeeCompany.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The updated_at date
-
updatedAt
public EmployeeCompany.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The updated_at date
-
build
public EmployeeCompany build()
-
-