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