Class HRISGroup
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HRISGroup
-
public class HRISGroup extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHRISGroup.Builder
-
Constructor Summary
Constructors Constructor Description HRISGroup()HRISGroup(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<? extends HRISGroupType> type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HRISGroup.Builderbuilder()booleanequals(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>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<HRISGroupType>type()The type of the grouporg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectHRISGroupwithId(java.lang.String id)Unique identifierHRISGroupwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHRISGroupwithName(java.lang.String name)The name of the groupHRISGroupwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the groupHRISGroupwithOwnerIds(java.util.List<java.lang.String> ownerIds)The list of group owner ids of the given groupHRISGroupwithOwnerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> ownerIds)The list of group owner ids of the given groupHRISGroupwithParentIds(java.util.List<java.lang.String> parentIds)The list of parent group ids of the given groupHRISGroupwithParentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> parentIds)The list of parent group ids of the given groupHRISGroupwithRemoteId(java.lang.String remoteId)Provider's unique identifierHRISGroupwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHRISGroupwithRemoteOwnerIds(java.util.List<java.lang.String> remoteOwnerIds)The list of remote group owner ids of the given groupHRISGroupwithRemoteOwnerIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOwnerIds)The list of remote group owner ids of the given groupHRISGroupwithRemoteParentIds(java.util.List<java.lang.String> remoteParentIds)Provider's list of parent group remote ids of the given groupHRISGroupwithRemoteParentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteParentIds)Provider's list of parent group remote ids of the given groupHRISGroupwithType(HRISGroupType type)The type of the groupHRISGroupwithType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISGroupType> type)The type of the groupHRISGroupwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHRISGroupwithUnifiedCustomFields(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
-
HRISGroup
public HRISGroup(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<? extends HRISGroupType> type)
-
HRISGroup
public HRISGroup()
-
-
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
-
type
public org.openapitools.jackson.nullable.JsonNullable<HRISGroupType> type()
The type of the group
-
builder
public static final HRISGroup.Builder builder()
-
withId
public HRISGroup withId(java.lang.String id)
Unique identifier
-
withId
public HRISGroup withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public HRISGroup withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HRISGroup withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public HRISGroup withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public HRISGroup 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 HRISGroup withName(java.lang.String name)
The name of the group
-
withName
public HRISGroup withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the group
-
withParentIds
public HRISGroup withParentIds(java.util.List<java.lang.String> parentIds)
The list of parent group ids of the given group
-
withParentIds
public HRISGroup 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 HRISGroup withRemoteParentIds(java.util.List<java.lang.String> remoteParentIds)
Provider's list of parent group remote ids of the given group
-
withRemoteParentIds
public HRISGroup 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 HRISGroup withOwnerIds(java.util.List<java.lang.String> ownerIds)
The list of group owner ids of the given group
-
withOwnerIds
public HRISGroup 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 HRISGroup withRemoteOwnerIds(java.util.List<java.lang.String> remoteOwnerIds)
The list of remote group owner ids of the given group
-
withRemoteOwnerIds
public HRISGroup 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
-
withType
public HRISGroup withType(HRISGroupType type)
The type of the group
-
withType
public HRISGroup withType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISGroupType> type)
The type of the 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
-
-