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