Class 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
      HRISGroup build()  
      HRISGroup.Builder id​(java.lang.String id)
      Unique identifier
      HRISGroup.Builder id​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      HRISGroup.Builder name​(java.lang.String name)
      The name of the group
      HRISGroup.Builder name​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the group
      HRISGroup.Builder ownerIds​(java.util.List<java.lang.String> ownerIds)
      The list of group owner ids of the given group
      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
      HRISGroup.Builder parentIds​(java.util.List<java.lang.String> parentIds)
      The list of parent group ids of the given group
      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
      HRISGroup.Builder remoteId​(java.lang.String remoteId)
      Provider's unique identifier
      HRISGroup.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      HRISGroup.Builder remoteOwnerIds​(java.util.List<java.lang.String> remoteOwnerIds)
      The list of remote group owner ids of the given group
      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
      HRISGroup.Builder remoteParentIds​(java.util.List<java.lang.String> remoteParentIds)
      Provider's list of parent group remote ids of the given group
      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
      HRISGroup.Builder type​(HRISGroupType type)
      The type of the group
      HRISGroup.Builder type​(org.openapitools.jackson.nullable.JsonNullable<? extends HRISGroupType> type)
      The type of the group
      HRISGroup.Builder unifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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