Class CostCenter.Builder

  • Enclosing class:
    CostCenter

    public static final class CostCenter.Builder
    extends java.lang.Object
    • Method Detail

      • id

        public CostCenter.Builder id​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • remoteId

        public CostCenter.Builder remoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • remoteId

        public CostCenter.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • unifiedCustomFields

        public CostCenter.Builder unifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • unifiedCustomFields

        public CostCenter.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 CostCenter.Builder name​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the group
      • parentIds

        public CostCenter.Builder parentIds​(java.util.List<java.lang.String> parentIds)
        The list of parent group ids of the given group
      • parentIds

        public CostCenter.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 CostCenter.Builder remoteParentIds​(java.util.List<java.lang.String> remoteParentIds)
        Provider's list of parent group remote ids of the given group
      • remoteParentIds

        public CostCenter.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 CostCenter.Builder ownerIds​(java.util.List<java.lang.String> ownerIds)
        The list of group owner ids of the given group
      • ownerIds

        public CostCenter.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 CostCenter.Builder remoteOwnerIds​(java.util.List<java.lang.String> remoteOwnerIds)
        The list of remote group owner ids of the given group
      • remoteOwnerIds

        public CostCenter.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 CostCenter.Builder companyId​(java.lang.String companyId)
        The id of the company that the group belongs to
      • companyId

        public CostCenter.Builder companyId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
        The id of the company that the group belongs to
      • remoteCompanyId

        public CostCenter.Builder remoteCompanyId​(java.lang.String remoteCompanyId)
        Provider's id of the company that the group belongs to
      • remoteCompanyId

        public CostCenter.Builder remoteCompanyId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCompanyId)
        Provider's id of the company that the group belongs to