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