Class CostCenter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CostCenter.Builder
-
- Enclosing class:
- CostCenter
public static final class CostCenter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CostCenterbuild()CostCenter.BuildercompanyId(java.lang.String companyId)The id of the company that the group belongs toCostCenter.BuildercompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)The id of the company that the group belongs toCostCenter.Builderid(java.lang.String id)Unique identifierCostCenter.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierCostCenter.Buildername(java.lang.String name)The name of the groupCostCenter.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the groupCostCenter.BuilderownerIds(java.util.List<java.lang.String> ownerIds)The list of group owner ids of the given groupCostCenter.BuilderownerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds)The list of group owner ids of the given groupCostCenter.BuilderparentIds(java.util.List<java.lang.String> parentIds)The list of parent group ids of the given groupCostCenter.BuilderparentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds)The list of parent group ids of the given groupCostCenter.BuilderremoteCompanyId(java.lang.String remoteCompanyId)Provider's id of the company that the group belongs toCostCenter.BuilderremoteCompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId)Provider's id of the company that the group belongs toCostCenter.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierCostCenter.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierCostCenter.BuilderremoteOwnerIds(java.util.List<java.lang.String> remoteOwnerIds)The list of remote group owner ids of the given groupCostCenter.BuilderremoteOwnerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds)The list of remote group owner ids of the given groupCostCenter.BuilderremoteParentIds(java.util.List<java.lang.String> remoteParentIds)Provider's list of parent group remote ids of the given groupCostCenter.BuilderremoteParentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds)Provider's list of parent group remote ids of the given groupCostCenter.Buildertype(EmploymentCostCenterType type)The type of the groupCostCenter.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterType> type)The type of the groupCostCenter.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectCostCenter.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Method Detail
-
id
public CostCenter.Builder id(java.lang.String id)
Unique identifier
-
id
public CostCenter.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public CostCenter.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public CostCenter.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
unifiedCustomFields
public CostCenter.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public CostCenter.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 CostCenter.Builder name(java.lang.String name)
The name of the group
-
name
public CostCenter.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the group
-
parentIds
public CostCenter.Builder parentIds(java.util.List<java.lang.String> parentIds)
The list of parent group ids of the given group
-
parentIds
public CostCenter.Builder parentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds)
The list of parent group ids of the given group
-
remoteParentIds
public CostCenter.Builder remoteParentIds(java.util.List<java.lang.String> remoteParentIds)
Provider's list of parent group remote ids of the given group
-
remoteParentIds
public CostCenter.Builder remoteParentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds)
Provider's list of parent group remote ids of the given group
-
ownerIds
public CostCenter.Builder ownerIds(java.util.List<java.lang.String> ownerIds)
The list of group owner ids of the given group
-
ownerIds
public CostCenter.Builder ownerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds)
The list of group owner ids of the given group
-
remoteOwnerIds
public CostCenter.Builder remoteOwnerIds(java.util.List<java.lang.String> remoteOwnerIds)
The list of remote group owner ids of the given group
-
remoteOwnerIds
public CostCenter.Builder remoteOwnerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds)
The list of remote group owner ids of the given group
-
companyId
public CostCenter.Builder companyId(java.lang.String companyId)
The id of the company that the group belongs to
-
companyId
public CostCenter.Builder companyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
The id of the company that the group belongs to
-
remoteCompanyId
public CostCenter.Builder remoteCompanyId(java.lang.String remoteCompanyId)
Provider's id of the company that the group belongs to
-
remoteCompanyId
public CostCenter.Builder remoteCompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId)
Provider's id of the company that the group belongs to
-
type
public CostCenter.Builder type(EmploymentCostCenterType type)
The type of the group
-
type
public CostCenter.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterType> type)
The type of the group
-
build
public CostCenter build()
-
-