Class HRISTeam
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HRISTeam
-
public class HRISTeam extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHRISTeam.Builder
-
Constructor Summary
Constructors Constructor Description HRISTeam()HRISTeam(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId, org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamType> type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HRISTeam.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>companyId()The id of the company that the group belongs tobooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the grouporg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>ownerIds()The list of group owner ids of the given grouporg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>parentIds()The list of parent group ids of the given grouporg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteCompanyId()Provider's id of the company that the group belongs toorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>remoteOwnerIds()The list of remote group owner ids of the given grouporg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>remoteParentIds()Provider's list of parent group remote ids of the given groupjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HRISTeamType>type()The type of the team grouporg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectHRISTeamwithCompanyId(java.lang.String companyId)The id of the company that the group belongs toHRISTeamwithCompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)The id of the company that the group belongs toHRISTeamwithId(java.lang.String id)Unique identifierHRISTeamwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHRISTeamwithName(java.lang.String name)The name of the groupHRISTeamwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the groupHRISTeamwithOwnerIds(java.util.List<java.lang.String> ownerIds)The list of group owner ids of the given groupHRISTeamwithOwnerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds)The list of group owner ids of the given groupHRISTeamwithParentIds(java.util.List<java.lang.String> parentIds)The list of parent group ids of the given groupHRISTeamwithParentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds)The list of parent group ids of the given groupHRISTeamwithRemoteCompanyId(java.lang.String remoteCompanyId)Provider's id of the company that the group belongs toHRISTeamwithRemoteCompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId)Provider's id of the company that the group belongs toHRISTeamwithRemoteId(java.lang.String remoteId)Provider's unique identifierHRISTeamwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHRISTeamwithRemoteOwnerIds(java.util.List<java.lang.String> remoteOwnerIds)The list of remote group owner ids of the given groupHRISTeamwithRemoteOwnerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds)The list of remote group owner ids of the given groupHRISTeamwithRemoteParentIds(java.util.List<java.lang.String> remoteParentIds)Provider's list of parent group remote ids of the given groupHRISTeamwithRemoteParentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds)Provider's list of parent group remote ids of the given groupHRISTeamwithType(HRISTeamType type)The type of the team groupHRISTeamwithType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamType> type)The type of the team groupHRISTeamwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHRISTeamwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Constructor Detail
-
HRISTeam
public HRISTeam(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId, org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamType> type)
-
HRISTeam
public HRISTeam()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the group
-
parentIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> parentIds()
The list of parent group ids of the given group
-
remoteParentIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteParentIds()
Provider's list of parent group remote ids of the given group
-
ownerIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> ownerIds()
The list of group owner ids of the given group
-
remoteOwnerIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteOwnerIds()
The list of remote group owner ids of the given group
-
companyId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId()
The id of the company that the group belongs to
-
remoteCompanyId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId()
Provider's id of the company that the group belongs to
-
type
public org.openapitools.jackson.nullable.JsonNullable<HRISTeamType> type()
The type of the team group
-
builder
public static HRISTeam.Builder builder()
-
withId
public HRISTeam withId(java.lang.String id)
Unique identifier
-
withId
public HRISTeam withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public HRISTeam withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HRISTeam withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public HRISTeam withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public HRISTeam withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withName
public HRISTeam withName(java.lang.String name)
The name of the group
-
withName
public HRISTeam withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the group
-
withParentIds
public HRISTeam withParentIds(java.util.List<java.lang.String> parentIds)
The list of parent group ids of the given group
-
withParentIds
public HRISTeam withParentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds)
The list of parent group ids of the given group
-
withRemoteParentIds
public HRISTeam withRemoteParentIds(java.util.List<java.lang.String> remoteParentIds)
Provider's list of parent group remote ids of the given group
-
withRemoteParentIds
public HRISTeam withRemoteParentIds(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
-
withOwnerIds
public HRISTeam withOwnerIds(java.util.List<java.lang.String> ownerIds)
The list of group owner ids of the given group
-
withOwnerIds
public HRISTeam withOwnerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds)
The list of group owner ids of the given group
-
withRemoteOwnerIds
public HRISTeam withRemoteOwnerIds(java.util.List<java.lang.String> remoteOwnerIds)
The list of remote group owner ids of the given group
-
withRemoteOwnerIds
public HRISTeam withRemoteOwnerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds)
The list of remote group owner ids of the given group
-
withCompanyId
public HRISTeam withCompanyId(java.lang.String companyId)
The id of the company that the group belongs to
-
withCompanyId
public HRISTeam withCompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
The id of the company that the group belongs to
-
withRemoteCompanyId
public HRISTeam withRemoteCompanyId(java.lang.String remoteCompanyId)
Provider's id of the company that the group belongs to
-
withRemoteCompanyId
public HRISTeam withRemoteCompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId)
Provider's id of the company that the group belongs to
-
withType
public HRISTeam withType(HRISTeamType type)
The type of the team group
-
withType
public HRISTeam withType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamType> type)
The type of the team group
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-