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

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

      • 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