Class HRISCostCenter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HRISCostCenter.Builder
-
- Enclosing class:
- HRISCostCenter
public static final class HRISCostCenter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HRISCostCenterbuild()HRISCostCenter.BuilderdistributionPercentage(double distributionPercentage)The distribution percentage for cost_centerHRISCostCenter.BuilderdistributionPercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage)The distribution percentage for cost_centerHRISCostCenter.Builderid(java.lang.String id)Unique identifierHRISCostCenter.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHRISCostCenter.Buildername(java.lang.String name)The name of the groupHRISCostCenter.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the groupHRISCostCenter.BuilderownerIds(java.util.List<java.lang.String> ownerIds)The list of group owner ids of the given groupHRISCostCenter.BuilderownerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds)The list of group owner ids of the given groupHRISCostCenter.BuilderparentIds(java.util.List<java.lang.String> parentIds)The list of parent group ids of the given groupHRISCostCenter.BuilderparentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds)The list of parent group ids of the given groupHRISCostCenter.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierHRISCostCenter.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHRISCostCenter.BuilderremoteOwnerIds(java.util.List<java.lang.String> remoteOwnerIds)The list of remote group owner ids of the given groupHRISCostCenter.BuilderremoteOwnerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds)The list of remote group owner ids of the given groupHRISCostCenter.BuilderremoteParentIds(java.util.List<java.lang.String> remoteParentIds)Provider's list of parent group remote ids of the given groupHRISCostCenter.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 groupHRISCostCenter.Buildertype(HRISCostCenterType type)The type of the groupHRISCostCenter.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterType> type)The type of the groupHRISCostCenter.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHRISCostCenter.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 HRISCostCenter.Builder id(java.lang.String id)
Unique identifier
-
id
public HRISCostCenter.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public HRISCostCenter.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public HRISCostCenter.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
unifiedCustomFields
public HRISCostCenter.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public HRISCostCenter.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 HRISCostCenter.Builder name(java.lang.String name)
The name of the group
-
name
public HRISCostCenter.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the group
-
parentIds
public HRISCostCenter.Builder parentIds(java.util.List<java.lang.String> parentIds)
The list of parent group ids of the given group
-
parentIds
public HRISCostCenter.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 HRISCostCenter.Builder remoteParentIds(java.util.List<java.lang.String> remoteParentIds)
Provider's list of parent group remote ids of the given group
-
remoteParentIds
public HRISCostCenter.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 HRISCostCenter.Builder ownerIds(java.util.List<java.lang.String> ownerIds)
The list of group owner ids of the given group
-
ownerIds
public HRISCostCenter.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 HRISCostCenter.Builder remoteOwnerIds(java.util.List<java.lang.String> remoteOwnerIds)
The list of remote group owner ids of the given group
-
remoteOwnerIds
public HRISCostCenter.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
-
distributionPercentage
public HRISCostCenter.Builder distributionPercentage(double distributionPercentage)
The distribution percentage for cost_center
-
distributionPercentage
public HRISCostCenter.Builder distributionPercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> distributionPercentage)
The distribution percentage for cost_center
-
type
public HRISCostCenter.Builder type(HRISCostCenterType type)
The type of the group
-
type
public HRISCostCenter.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterType> type)
The type of the group
-
build
public HRISCostCenter build()
-
-