diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9cea2d7..fcd6abd7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [x.x.x] - unreleased +### Changed +- Update the copyright year to 2025 + + ## [3.2.2] - 2024-12-10 ### Added - Add support for using listUsers with pagination. diff --git a/config/checkstyle/java.header b/config/checkstyle/java.header index 58e9e6c74..b53fef684 100644 --- a/config/checkstyle/java.header +++ b/config/checkstyle/java.header @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/AccessTokenExpiredException.java b/src/main/java/com/smartsheet/api/AccessTokenExpiredException.java index c683c5cd8..f5d509e38 100644 --- a/src/main/java/com/smartsheet/api/AccessTokenExpiredException.java +++ b/src/main/java/com/smartsheet/api/AccessTokenExpiredException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/AssociatedAttachmentResources.java b/src/main/java/com/smartsheet/api/AssociatedAttachmentResources.java index 52a27353a..7c9e79c4d 100644 --- a/src/main/java/com/smartsheet/api/AssociatedAttachmentResources.java +++ b/src/main/java/com/smartsheet/api/AssociatedAttachmentResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/AssociatedDiscussionResources.java b/src/main/java/com/smartsheet/api/AssociatedDiscussionResources.java index 5ac8f1625..2eca430ee 100644 --- a/src/main/java/com/smartsheet/api/AssociatedDiscussionResources.java +++ b/src/main/java/com/smartsheet/api/AssociatedDiscussionResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/AttachmentResources.java b/src/main/java/com/smartsheet/api/AttachmentResources.java index c273fa473..26a611061 100644 --- a/src/main/java/com/smartsheet/api/AttachmentResources.java +++ b/src/main/java/com/smartsheet/api/AttachmentResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/AttachmentVersioningResources.java b/src/main/java/com/smartsheet/api/AttachmentVersioningResources.java index 45e252fee..d1ed20bce 100644 --- a/src/main/java/com/smartsheet/api/AttachmentVersioningResources.java +++ b/src/main/java/com/smartsheet/api/AttachmentVersioningResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/AuthorizationException.java b/src/main/java/com/smartsheet/api/AuthorizationException.java index 863dec0f8..8c0574a82 100644 --- a/src/main/java/com/smartsheet/api/AuthorizationException.java +++ b/src/main/java/com/smartsheet/api/AuthorizationException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/ColumnResources.java b/src/main/java/com/smartsheet/api/ColumnResources.java index afb76c332..566ca80aa 100644 --- a/src/main/java/com/smartsheet/api/ColumnResources.java +++ b/src/main/java/com/smartsheet/api/ColumnResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/CommentAttachmentResources.java b/src/main/java/com/smartsheet/api/CommentAttachmentResources.java index e5ce10160..ff42aa96c 100644 --- a/src/main/java/com/smartsheet/api/CommentAttachmentResources.java +++ b/src/main/java/com/smartsheet/api/CommentAttachmentResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/CommentResources.java b/src/main/java/com/smartsheet/api/CommentResources.java index db85644bd..a9ba7f39b 100644 --- a/src/main/java/com/smartsheet/api/CommentResources.java +++ b/src/main/java/com/smartsheet/api/CommentResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/ContactResources.java b/src/main/java/com/smartsheet/api/ContactResources.java index 94b5379e0..5691bd969 100644 --- a/src/main/java/com/smartsheet/api/ContactResources.java +++ b/src/main/java/com/smartsheet/api/ContactResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/DiscussionAttachmentResources.java b/src/main/java/com/smartsheet/api/DiscussionAttachmentResources.java index 818147e65..ba854c2c3 100644 --- a/src/main/java/com/smartsheet/api/DiscussionAttachmentResources.java +++ b/src/main/java/com/smartsheet/api/DiscussionAttachmentResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/DiscussionCommentResources.java b/src/main/java/com/smartsheet/api/DiscussionCommentResources.java index 50b68a21d..f8d125463 100644 --- a/src/main/java/com/smartsheet/api/DiscussionCommentResources.java +++ b/src/main/java/com/smartsheet/api/DiscussionCommentResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/DiscussionResources.java b/src/main/java/com/smartsheet/api/DiscussionResources.java index fba148a9c..935f228f2 100644 --- a/src/main/java/com/smartsheet/api/DiscussionResources.java +++ b/src/main/java/com/smartsheet/api/DiscussionResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/EventResources.java b/src/main/java/com/smartsheet/api/EventResources.java index c43c4bbfd..d545f5b11 100644 --- a/src/main/java/com/smartsheet/api/EventResources.java +++ b/src/main/java/com/smartsheet/api/EventResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/FavoriteResources.java b/src/main/java/com/smartsheet/api/FavoriteResources.java index 21e4ba721..400c127c7 100644 --- a/src/main/java/com/smartsheet/api/FavoriteResources.java +++ b/src/main/java/com/smartsheet/api/FavoriteResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/FolderResources.java b/src/main/java/com/smartsheet/api/FolderResources.java index eef9dee33..951e0502b 100644 --- a/src/main/java/com/smartsheet/api/FolderResources.java +++ b/src/main/java/com/smartsheet/api/FolderResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/GroupMemberResources.java b/src/main/java/com/smartsheet/api/GroupMemberResources.java index bb5649663..dad335a0b 100644 --- a/src/main/java/com/smartsheet/api/GroupMemberResources.java +++ b/src/main/java/com/smartsheet/api/GroupMemberResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/GroupResources.java b/src/main/java/com/smartsheet/api/GroupResources.java index 3636b4dc6..6e84fe024 100644 --- a/src/main/java/com/smartsheet/api/GroupResources.java +++ b/src/main/java/com/smartsheet/api/GroupResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/HomeFolderResources.java b/src/main/java/com/smartsheet/api/HomeFolderResources.java index 1d2d8c501..c142d2a0e 100644 --- a/src/main/java/com/smartsheet/api/HomeFolderResources.java +++ b/src/main/java/com/smartsheet/api/HomeFolderResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/HomeResources.java b/src/main/java/com/smartsheet/api/HomeResources.java index 49a3b5342..baf3d6771 100644 --- a/src/main/java/com/smartsheet/api/HomeResources.java +++ b/src/main/java/com/smartsheet/api/HomeResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/ImageUrlResources.java b/src/main/java/com/smartsheet/api/ImageUrlResources.java index 788b05ddc..1d8213209 100644 --- a/src/main/java/com/smartsheet/api/ImageUrlResources.java +++ b/src/main/java/com/smartsheet/api/ImageUrlResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/InvalidRequestException.java b/src/main/java/com/smartsheet/api/InvalidRequestException.java index 264017726..cce0c4416 100644 --- a/src/main/java/com/smartsheet/api/InvalidRequestException.java +++ b/src/main/java/com/smartsheet/api/InvalidRequestException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/PassthroughResources.java b/src/main/java/com/smartsheet/api/PassthroughResources.java index c18a732dd..f606fb388 100644 --- a/src/main/java/com/smartsheet/api/PassthroughResources.java +++ b/src/main/java/com/smartsheet/api/PassthroughResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/ReportResources.java b/src/main/java/com/smartsheet/api/ReportResources.java index a74d96368..973ed7039 100644 --- a/src/main/java/com/smartsheet/api/ReportResources.java +++ b/src/main/java/com/smartsheet/api/ReportResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/ResourceNotFoundException.java b/src/main/java/com/smartsheet/api/ResourceNotFoundException.java index 7f36b83aa..0fb56073c 100644 --- a/src/main/java/com/smartsheet/api/ResourceNotFoundException.java +++ b/src/main/java/com/smartsheet/api/ResourceNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/RowAttachmentResources.java b/src/main/java/com/smartsheet/api/RowAttachmentResources.java index 0e36df919..91c43f480 100644 --- a/src/main/java/com/smartsheet/api/RowAttachmentResources.java +++ b/src/main/java/com/smartsheet/api/RowAttachmentResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/RowColumnResources.java b/src/main/java/com/smartsheet/api/RowColumnResources.java index 24a860c17..d37cb16af 100644 --- a/src/main/java/com/smartsheet/api/RowColumnResources.java +++ b/src/main/java/com/smartsheet/api/RowColumnResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/RowDiscussionResources.java b/src/main/java/com/smartsheet/api/RowDiscussionResources.java index 275e2f391..9ce4a336c 100644 --- a/src/main/java/com/smartsheet/api/RowDiscussionResources.java +++ b/src/main/java/com/smartsheet/api/RowDiscussionResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SearchResources.java b/src/main/java/com/smartsheet/api/SearchResources.java index a1c9269f8..c8d67b35e 100644 --- a/src/main/java/com/smartsheet/api/SearchResources.java +++ b/src/main/java/com/smartsheet/api/SearchResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/ServerInfoResources.java b/src/main/java/com/smartsheet/api/ServerInfoResources.java index 1bb74eb10..1e87c0124 100644 --- a/src/main/java/com/smartsheet/api/ServerInfoResources.java +++ b/src/main/java/com/smartsheet/api/ServerInfoResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/ServiceUnavailableException.java b/src/main/java/com/smartsheet/api/ServiceUnavailableException.java index 6e11d44d3..1fba2805e 100644 --- a/src/main/java/com/smartsheet/api/ServiceUnavailableException.java +++ b/src/main/java/com/smartsheet/api/ServiceUnavailableException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/ShareResources.java b/src/main/java/com/smartsheet/api/ShareResources.java index 12b22778f..149c06558 100644 --- a/src/main/java/com/smartsheet/api/ShareResources.java +++ b/src/main/java/com/smartsheet/api/ShareResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetAttachmentResources.java b/src/main/java/com/smartsheet/api/SheetAttachmentResources.java index 3105519fe..8911fd52f 100644 --- a/src/main/java/com/smartsheet/api/SheetAttachmentResources.java +++ b/src/main/java/com/smartsheet/api/SheetAttachmentResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetAutomationRuleResources.java b/src/main/java/com/smartsheet/api/SheetAutomationRuleResources.java index 0b1818bc3..ef0574c91 100644 --- a/src/main/java/com/smartsheet/api/SheetAutomationRuleResources.java +++ b/src/main/java/com/smartsheet/api/SheetAutomationRuleResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetColumnResources.java b/src/main/java/com/smartsheet/api/SheetColumnResources.java index de45e2122..b251da903 100644 --- a/src/main/java/com/smartsheet/api/SheetColumnResources.java +++ b/src/main/java/com/smartsheet/api/SheetColumnResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetCommentResources.java b/src/main/java/com/smartsheet/api/SheetCommentResources.java index 210159af8..915f945ed 100644 --- a/src/main/java/com/smartsheet/api/SheetCommentResources.java +++ b/src/main/java/com/smartsheet/api/SheetCommentResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetCrossSheetReferenceResources.java b/src/main/java/com/smartsheet/api/SheetCrossSheetReferenceResources.java index 4914decd4..8e80e11f5 100644 --- a/src/main/java/com/smartsheet/api/SheetCrossSheetReferenceResources.java +++ b/src/main/java/com/smartsheet/api/SheetCrossSheetReferenceResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetDiscussionResources.java b/src/main/java/com/smartsheet/api/SheetDiscussionResources.java index d71e3a2df..d12a558b5 100644 --- a/src/main/java/com/smartsheet/api/SheetDiscussionResources.java +++ b/src/main/java/com/smartsheet/api/SheetDiscussionResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetFilterResources.java b/src/main/java/com/smartsheet/api/SheetFilterResources.java index 021563f3f..d920dd8e3 100644 --- a/src/main/java/com/smartsheet/api/SheetFilterResources.java +++ b/src/main/java/com/smartsheet/api/SheetFilterResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetResources.java b/src/main/java/com/smartsheet/api/SheetResources.java index 4b9d3a7fb..1e0a7428c 100644 --- a/src/main/java/com/smartsheet/api/SheetResources.java +++ b/src/main/java/com/smartsheet/api/SheetResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetRowResources.java b/src/main/java/com/smartsheet/api/SheetRowResources.java index ff7a088db..6afea7e34 100644 --- a/src/main/java/com/smartsheet/api/SheetRowResources.java +++ b/src/main/java/com/smartsheet/api/SheetRowResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetSummaryResources.java b/src/main/java/com/smartsheet/api/SheetSummaryResources.java index 4efaa67f0..78149ccd0 100644 --- a/src/main/java/com/smartsheet/api/SheetSummaryResources.java +++ b/src/main/java/com/smartsheet/api/SheetSummaryResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SheetUpdateRequestResources.java b/src/main/java/com/smartsheet/api/SheetUpdateRequestResources.java index 6dedb8a45..fa0680ad6 100644 --- a/src/main/java/com/smartsheet/api/SheetUpdateRequestResources.java +++ b/src/main/java/com/smartsheet/api/SheetUpdateRequestResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SightResources.java b/src/main/java/com/smartsheet/api/SightResources.java index c8a89a0a9..9f531112c 100644 --- a/src/main/java/com/smartsheet/api/SightResources.java +++ b/src/main/java/com/smartsheet/api/SightResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/Smartsheet.java b/src/main/java/com/smartsheet/api/Smartsheet.java index dd70783a8..89693226c 100644 --- a/src/main/java/com/smartsheet/api/Smartsheet.java +++ b/src/main/java/com/smartsheet/api/Smartsheet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SmartsheetBuilder.java b/src/main/java/com/smartsheet/api/SmartsheetBuilder.java index 6aab2611c..ae4c5382f 100644 --- a/src/main/java/com/smartsheet/api/SmartsheetBuilder.java +++ b/src/main/java/com/smartsheet/api/SmartsheetBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SmartsheetException.java b/src/main/java/com/smartsheet/api/SmartsheetException.java index 923a3cade..c4c5ce454 100644 --- a/src/main/java/com/smartsheet/api/SmartsheetException.java +++ b/src/main/java/com/smartsheet/api/SmartsheetException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SmartsheetFactory.java b/src/main/java/com/smartsheet/api/SmartsheetFactory.java index 98aefb306..42206faa0 100644 --- a/src/main/java/com/smartsheet/api/SmartsheetFactory.java +++ b/src/main/java/com/smartsheet/api/SmartsheetFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/SmartsheetRestException.java b/src/main/java/com/smartsheet/api/SmartsheetRestException.java index a65901f2d..fb6347ee4 100644 --- a/src/main/java/com/smartsheet/api/SmartsheetRestException.java +++ b/src/main/java/com/smartsheet/api/SmartsheetRestException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/TemplateResources.java b/src/main/java/com/smartsheet/api/TemplateResources.java index 39c98a708..c0bf36225 100644 --- a/src/main/java/com/smartsheet/api/TemplateResources.java +++ b/src/main/java/com/smartsheet/api/TemplateResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/TokenResources.java b/src/main/java/com/smartsheet/api/TokenResources.java index 8a6318046..77d723d4d 100644 --- a/src/main/java/com/smartsheet/api/TokenResources.java +++ b/src/main/java/com/smartsheet/api/TokenResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/Trace.java b/src/main/java/com/smartsheet/api/Trace.java index 694541a8c..d95ba650b 100644 --- a/src/main/java/com/smartsheet/api/Trace.java +++ b/src/main/java/com/smartsheet/api/Trace.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/UserResources.java b/src/main/java/com/smartsheet/api/UserResources.java index 9c9c912c2..01f8541ac 100644 --- a/src/main/java/com/smartsheet/api/UserResources.java +++ b/src/main/java/com/smartsheet/api/UserResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/WebhookResources.java b/src/main/java/com/smartsheet/api/WebhookResources.java index fd0ec4710..b50fa7005 100644 --- a/src/main/java/com/smartsheet/api/WebhookResources.java +++ b/src/main/java/com/smartsheet/api/WebhookResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/WorkspaceFolderResources.java b/src/main/java/com/smartsheet/api/WorkspaceFolderResources.java index dad9d7c25..ca6d70c36 100644 --- a/src/main/java/com/smartsheet/api/WorkspaceFolderResources.java +++ b/src/main/java/com/smartsheet/api/WorkspaceFolderResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/WorkspaceResources.java b/src/main/java/com/smartsheet/api/WorkspaceResources.java index 1b3bcfef2..e0e7c5b67 100644 --- a/src/main/java/com/smartsheet/api/WorkspaceResources.java +++ b/src/main/java/com/smartsheet/api/WorkspaceResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/AbstractAssociatedResources.java b/src/main/java/com/smartsheet/api/internal/AbstractAssociatedResources.java index 1dc79f41e..630335c2b 100644 --- a/src/main/java/com/smartsheet/api/internal/AbstractAssociatedResources.java +++ b/src/main/java/com/smartsheet/api/internal/AbstractAssociatedResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/AbstractResources.java b/src/main/java/com/smartsheet/api/internal/AbstractResources.java index f60032cc0..9da839605 100644 --- a/src/main/java/com/smartsheet/api/internal/AbstractResources.java +++ b/src/main/java/com/smartsheet/api/internal/AbstractResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/AssociatedAttachmentResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/AssociatedAttachmentResourcesImpl.java index 8f7e5c5db..2aab12e61 100644 --- a/src/main/java/com/smartsheet/api/internal/AssociatedAttachmentResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/AssociatedAttachmentResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/AssociatedDiscussionResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/AssociatedDiscussionResourcesImpl.java index 948f67bc4..23231d823 100644 --- a/src/main/java/com/smartsheet/api/internal/AssociatedDiscussionResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/AssociatedDiscussionResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/AttachmentResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/AttachmentResourcesImpl.java index a4f03a761..b10ce5d4d 100644 --- a/src/main/java/com/smartsheet/api/internal/AttachmentResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/AttachmentResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/AttachmentVersioningResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/AttachmentVersioningResourcesImpl.java index 1d1afad81..080e15791 100644 --- a/src/main/java/com/smartsheet/api/internal/AttachmentVersioningResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/AttachmentVersioningResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/ColumnResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/ColumnResourcesImpl.java index 7d67821af..f30ff3c10 100644 --- a/src/main/java/com/smartsheet/api/internal/ColumnResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/ColumnResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/CommentAttachmentResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/CommentAttachmentResourcesImpl.java index 2efa9b6ad..38cfbaf8b 100644 --- a/src/main/java/com/smartsheet/api/internal/CommentAttachmentResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/CommentAttachmentResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/CommentResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/CommentResourcesImpl.java index ecf835db5..f77c24e82 100644 --- a/src/main/java/com/smartsheet/api/internal/CommentResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/CommentResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/ContactResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/ContactResourcesImpl.java index c28b0a8f9..2c5162309 100644 --- a/src/main/java/com/smartsheet/api/internal/ContactResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/ContactResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/DiscussionAttachmentResources.java b/src/main/java/com/smartsheet/api/internal/DiscussionAttachmentResources.java index 75d15baf1..1b48de83c 100644 --- a/src/main/java/com/smartsheet/api/internal/DiscussionAttachmentResources.java +++ b/src/main/java/com/smartsheet/api/internal/DiscussionAttachmentResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesImpl.java index 5f7a7193d..6b7b2cbab 100644 --- a/src/main/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/DiscussionCommentResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/DiscussionCommentResourcesImpl.java index 37657c183..3af84c95d 100644 --- a/src/main/java/com/smartsheet/api/internal/DiscussionCommentResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/DiscussionCommentResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/DiscussionResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/DiscussionResourcesImpl.java index a8e73438c..75071f780 100644 --- a/src/main/java/com/smartsheet/api/internal/DiscussionResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/DiscussionResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/EventResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/EventResourcesImpl.java index 22c5112e6..1d5c632ef 100644 --- a/src/main/java/com/smartsheet/api/internal/EventResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/EventResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/FavoriteResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/FavoriteResourcesImpl.java index b05351bc1..01fde112c 100644 --- a/src/main/java/com/smartsheet/api/internal/FavoriteResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/FavoriteResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/FolderResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/FolderResourcesImpl.java index 3c9af3c8c..4e38a3e6c 100644 --- a/src/main/java/com/smartsheet/api/internal/FolderResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/FolderResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/GroupMemberResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/GroupMemberResourcesImpl.java index aa5ad40ed..458dce05c 100644 --- a/src/main/java/com/smartsheet/api/internal/GroupMemberResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/GroupMemberResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/GroupResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/GroupResourcesImpl.java index 211de69e8..cc5d74e2a 100644 --- a/src/main/java/com/smartsheet/api/internal/GroupResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/GroupResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/HomeFolderResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/HomeFolderResourcesImpl.java index ea54b8102..e0ea386e6 100644 --- a/src/main/java/com/smartsheet/api/internal/HomeFolderResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/HomeFolderResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/HomeResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/HomeResourcesImpl.java index 662a80118..3ca461e0a 100644 --- a/src/main/java/com/smartsheet/api/internal/HomeResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/HomeResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/ImageUrlResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/ImageUrlResourcesImpl.java index 9f1435e19..5da7f52e4 100644 --- a/src/main/java/com/smartsheet/api/internal/ImageUrlResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/ImageUrlResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/LengthEnforcingInputStream.java b/src/main/java/com/smartsheet/api/internal/LengthEnforcingInputStream.java index 82882bb6b..c7c8a9bdf 100644 --- a/src/main/java/com/smartsheet/api/internal/LengthEnforcingInputStream.java +++ b/src/main/java/com/smartsheet/api/internal/LengthEnforcingInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/PassthroughResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/PassthroughResourcesImpl.java index 841bcb22a..b9adbdd57 100644 --- a/src/main/java/com/smartsheet/api/internal/PassthroughResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/PassthroughResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/ReportResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/ReportResourcesImpl.java index 1281a4f40..1951411c1 100644 --- a/src/main/java/com/smartsheet/api/internal/ReportResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/ReportResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/RowAttachmentResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/RowAttachmentResourcesImpl.java index 390b9aab9..06d0cb1f8 100644 --- a/src/main/java/com/smartsheet/api/internal/RowAttachmentResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/RowAttachmentResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/RowColumnResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/RowColumnResourcesImpl.java index cdfafb1e2..f24823803 100644 --- a/src/main/java/com/smartsheet/api/internal/RowColumnResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/RowColumnResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/RowDiscussionResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/RowDiscussionResourcesImpl.java index e9276512c..57955ff99 100644 --- a/src/main/java/com/smartsheet/api/internal/RowDiscussionResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/RowDiscussionResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SearchResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SearchResourcesImpl.java index 8049335fd..8c738b681 100644 --- a/src/main/java/com/smartsheet/api/internal/SearchResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SearchResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/ServerInfoResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/ServerInfoResourcesImpl.java index d929a9c28..e75592172 100644 --- a/src/main/java/com/smartsheet/api/internal/ServerInfoResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/ServerInfoResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/ShareResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/ShareResourcesImpl.java index 1a8063748..717e6ebdd 100644 --- a/src/main/java/com/smartsheet/api/internal/ShareResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/ShareResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetAttachmentResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetAttachmentResourcesImpl.java index a7992e82f..2d6eb1635 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetAttachmentResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetAttachmentResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetAutomationRuleResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetAutomationRuleResourcesImpl.java index f3b4563d8..d12f8d590 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetAutomationRuleResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetAutomationRuleResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetColumnResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetColumnResourcesImpl.java index 703c79c1a..b5e20c2d1 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetColumnResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetColumnResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetCommentResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetCommentResourcesImpl.java index 28157496b..89210d96e 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetCommentResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetCommentResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetCrossSheetReferenceResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetCrossSheetReferenceResourcesImpl.java index b5b473e84..718466c9b 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetCrossSheetReferenceResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetCrossSheetReferenceResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetDiscussionResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetDiscussionResourcesImpl.java index 340026c88..34894d9bd 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetDiscussionResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetDiscussionResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetFilterResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetFilterResourcesImpl.java index b90161328..956d3f2b9 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetFilterResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetFilterResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetResourcesImpl.java index 39a693a89..3bb01f60e 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetRowResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetRowResourcesImpl.java index 0b098876c..055c32c0e 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetRowResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetRowResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetSummaryResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetSummaryResourcesImpl.java index 78ddf37df..17dee97e6 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetSummaryResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetSummaryResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SheetUpdateRequestResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SheetUpdateRequestResourcesImpl.java index d38a0fa95..ec9d41ee6 100644 --- a/src/main/java/com/smartsheet/api/internal/SheetUpdateRequestResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SheetUpdateRequestResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SightResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/SightResourcesImpl.java index 085801018..597ca1e21 100644 --- a/src/main/java/com/smartsheet/api/internal/SightResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SightResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/SmartsheetImpl.java b/src/main/java/com/smartsheet/api/internal/SmartsheetImpl.java index 62081da91..f8c9fe8da 100644 --- a/src/main/java/com/smartsheet/api/internal/SmartsheetImpl.java +++ b/src/main/java/com/smartsheet/api/internal/SmartsheetImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/TemplateResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/TemplateResourcesImpl.java index 575a68570..a0d3ab804 100644 --- a/src/main/java/com/smartsheet/api/internal/TemplateResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/TemplateResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/TokenResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/TokenResourcesImpl.java index b098c1fd9..ac791dacf 100644 --- a/src/main/java/com/smartsheet/api/internal/TokenResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/TokenResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/UserResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/UserResourcesImpl.java index eab19d41e..9bbd78883 100644 --- a/src/main/java/com/smartsheet/api/internal/UserResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/UserResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/WebhookResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/WebhookResourcesImpl.java index 4db41a38e..f65eaf199 100644 --- a/src/main/java/com/smartsheet/api/internal/WebhookResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/WebhookResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/WorkspaceFolderResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/WorkspaceFolderResourcesImpl.java index 3adb32ae9..fd7a942ea 100644 --- a/src/main/java/com/smartsheet/api/internal/WorkspaceFolderResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/WorkspaceFolderResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/WorkspaceResourcesImpl.java b/src/main/java/com/smartsheet/api/internal/WorkspaceResourcesImpl.java index 82153e0af..b172b06a2 100644 --- a/src/main/java/com/smartsheet/api/internal/WorkspaceResourcesImpl.java +++ b/src/main/java/com/smartsheet/api/internal/WorkspaceResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/AndroidHttpClient.java b/src/main/java/com/smartsheet/api/internal/http/AndroidHttpClient.java index db2527e01..e69ed5cf2 100644 --- a/src/main/java/com/smartsheet/api/internal/http/AndroidHttpClient.java +++ b/src/main/java/com/smartsheet/api/internal/http/AndroidHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/DefaultHttpClient.java b/src/main/java/com/smartsheet/api/internal/http/DefaultHttpClient.java index e919d61d0..b0ae28ea9 100644 --- a/src/main/java/com/smartsheet/api/internal/http/DefaultHttpClient.java +++ b/src/main/java/com/smartsheet/api/internal/http/DefaultHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/HttpClient.java b/src/main/java/com/smartsheet/api/internal/http/HttpClient.java index 055e68b18..9306cd5ff 100644 --- a/src/main/java/com/smartsheet/api/internal/http/HttpClient.java +++ b/src/main/java/com/smartsheet/api/internal/http/HttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/HttpClientException.java b/src/main/java/com/smartsheet/api/internal/http/HttpClientException.java index a3dd63918..14c7cad5d 100644 --- a/src/main/java/com/smartsheet/api/internal/http/HttpClientException.java +++ b/src/main/java/com/smartsheet/api/internal/http/HttpClientException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/HttpEntity.java b/src/main/java/com/smartsheet/api/internal/http/HttpEntity.java index cef4ba924..695b2de9b 100644 --- a/src/main/java/com/smartsheet/api/internal/http/HttpEntity.java +++ b/src/main/java/com/smartsheet/api/internal/http/HttpEntity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/HttpEntitySnapshot.java b/src/main/java/com/smartsheet/api/internal/http/HttpEntitySnapshot.java index 1442fa58d..9d478df2b 100644 --- a/src/main/java/com/smartsheet/api/internal/http/HttpEntitySnapshot.java +++ b/src/main/java/com/smartsheet/api/internal/http/HttpEntitySnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/HttpMessage.java b/src/main/java/com/smartsheet/api/internal/http/HttpMessage.java index fb64e18b7..3c4260018 100644 --- a/src/main/java/com/smartsheet/api/internal/http/HttpMessage.java +++ b/src/main/java/com/smartsheet/api/internal/http/HttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/HttpMethod.java b/src/main/java/com/smartsheet/api/internal/http/HttpMethod.java index 39f9587b1..7e2be4f26 100644 --- a/src/main/java/com/smartsheet/api/internal/http/HttpMethod.java +++ b/src/main/java/com/smartsheet/api/internal/http/HttpMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/HttpRequest.java b/src/main/java/com/smartsheet/api/internal/http/HttpRequest.java index 5e5da39cf..7d0bd7cb1 100644 --- a/src/main/java/com/smartsheet/api/internal/http/HttpRequest.java +++ b/src/main/java/com/smartsheet/api/internal/http/HttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/HttpResponse.java b/src/main/java/com/smartsheet/api/internal/http/HttpResponse.java index c3a1a8d04..21e2d2282 100644 --- a/src/main/java/com/smartsheet/api/internal/http/HttpResponse.java +++ b/src/main/java/com/smartsheet/api/internal/http/HttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/http/RequestAndResponseData.java b/src/main/java/com/smartsheet/api/internal/http/RequestAndResponseData.java index 054aa91fd..dd8c03cfd 100644 --- a/src/main/java/com/smartsheet/api/internal/http/RequestAndResponseData.java +++ b/src/main/java/com/smartsheet/api/internal/http/RequestAndResponseData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/CellLinkSerializer.java b/src/main/java/com/smartsheet/api/internal/json/CellLinkSerializer.java index 4db8417c9..3bff68044 100644 --- a/src/main/java/com/smartsheet/api/internal/json/CellLinkSerializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/CellLinkSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/CellSerializer.java b/src/main/java/com/smartsheet/api/internal/json/CellSerializer.java index fbf6dd888..60471afe8 100644 --- a/src/main/java/com/smartsheet/api/internal/json/CellSerializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/CellSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/CellSerializerModifier.java b/src/main/java/com/smartsheet/api/internal/json/CellSerializerModifier.java index db1a73cb9..f9d64e21a 100644 --- a/src/main/java/com/smartsheet/api/internal/json/CellSerializerModifier.java +++ b/src/main/java/com/smartsheet/api/internal/json/CellSerializerModifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/ErrorDeserializer.java b/src/main/java/com/smartsheet/api/internal/json/ErrorDeserializer.java index a632983d7..fe084c4c9 100644 --- a/src/main/java/com/smartsheet/api/internal/json/ErrorDeserializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/ErrorDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/FormatDeserializer.java b/src/main/java/com/smartsheet/api/internal/json/FormatDeserializer.java index 76cde20e0..f5ad014b1 100644 --- a/src/main/java/com/smartsheet/api/internal/json/FormatDeserializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/FormatDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/HyperlinkSerializer.java b/src/main/java/com/smartsheet/api/internal/json/HyperlinkSerializer.java index 1fef46bc1..e5ef1a814 100644 --- a/src/main/java/com/smartsheet/api/internal/json/HyperlinkSerializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/HyperlinkSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/JSONSerializerException.java b/src/main/java/com/smartsheet/api/internal/json/JSONSerializerException.java index 8b356735a..64dac6ce3 100644 --- a/src/main/java/com/smartsheet/api/internal/json/JSONSerializerException.java +++ b/src/main/java/com/smartsheet/api/internal/json/JSONSerializerException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/JacksonJsonSerializer.java b/src/main/java/com/smartsheet/api/internal/json/JacksonJsonSerializer.java index 49e30b699..0f60e1559 100644 --- a/src/main/java/com/smartsheet/api/internal/json/JacksonJsonSerializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/JacksonJsonSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/JsonSerializer.java b/src/main/java/com/smartsheet/api/internal/json/JsonSerializer.java index 388e04c95..b95439378 100644 --- a/src/main/java/com/smartsheet/api/internal/json/JsonSerializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/JsonSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/ObjectValueDeserializer.java b/src/main/java/com/smartsheet/api/internal/json/ObjectValueDeserializer.java index e691a9083..04d259fda 100644 --- a/src/main/java/com/smartsheet/api/internal/json/ObjectValueDeserializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/ObjectValueDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/PrimitiveObjectValueSerializer.java b/src/main/java/com/smartsheet/api/internal/json/PrimitiveObjectValueSerializer.java index eb1cd10c8..15cef3c37 100644 --- a/src/main/java/com/smartsheet/api/internal/json/PrimitiveObjectValueSerializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/PrimitiveObjectValueSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/RecipientDeserializer.java b/src/main/java/com/smartsheet/api/internal/json/RecipientDeserializer.java index 4acae10d1..7782ba188 100644 --- a/src/main/java/com/smartsheet/api/internal/json/RecipientDeserializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/RecipientDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/json/WidgetContentDeserializer.java b/src/main/java/com/smartsheet/api/internal/json/WidgetContentDeserializer.java index 13556061e..72e89b050 100644 --- a/src/main/java/com/smartsheet/api/internal/json/WidgetContentDeserializer.java +++ b/src/main/java/com/smartsheet/api/internal/json/WidgetContentDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/oauth/OAuthFlowImpl.java b/src/main/java/com/smartsheet/api/internal/oauth/OAuthFlowImpl.java index 3246f1f99..2358f13c6 100644 --- a/src/main/java/com/smartsheet/api/internal/oauth/OAuthFlowImpl.java +++ b/src/main/java/com/smartsheet/api/internal/oauth/OAuthFlowImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/util/CleanerUtil.java b/src/main/java/com/smartsheet/api/internal/util/CleanerUtil.java index e3563c10b..d0048b8b9 100644 --- a/src/main/java/com/smartsheet/api/internal/util/CleanerUtil.java +++ b/src/main/java/com/smartsheet/api/internal/util/CleanerUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/util/QueryUtil.java b/src/main/java/com/smartsheet/api/internal/util/QueryUtil.java index 2b0ecc1fc..41ad61a41 100644 --- a/src/main/java/com/smartsheet/api/internal/util/QueryUtil.java +++ b/src/main/java/com/smartsheet/api/internal/util/QueryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/util/StreamUtil.java b/src/main/java/com/smartsheet/api/internal/util/StreamUtil.java index 379aadb35..438ece8c0 100644 --- a/src/main/java/com/smartsheet/api/internal/util/StreamUtil.java +++ b/src/main/java/com/smartsheet/api/internal/util/StreamUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/internal/util/Util.java b/src/main/java/com/smartsheet/api/internal/util/Util.java index 032f0cdcb..17d67c9f5 100644 --- a/src/main/java/com/smartsheet/api/internal/util/Util.java +++ b/src/main/java/com/smartsheet/api/internal/util/Util.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/AbstractRow.java b/src/main/java/com/smartsheet/api/models/AbstractRow.java index e24a62686..17ed505d7 100644 --- a/src/main/java/com/smartsheet/api/models/AbstractRow.java +++ b/src/main/java/com/smartsheet/api/models/AbstractRow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/AbstractSheet.java b/src/main/java/com/smartsheet/api/models/AbstractSheet.java index f833aba3b..e5bff16eb 100644 --- a/src/main/java/com/smartsheet/api/models/AbstractSheet.java +++ b/src/main/java/com/smartsheet/api/models/AbstractSheet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Account.java b/src/main/java/com/smartsheet/api/models/Account.java index 3fc364045..755c06eef 100644 --- a/src/main/java/com/smartsheet/api/models/Account.java +++ b/src/main/java/com/smartsheet/api/models/Account.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/AlternateEmail.java b/src/main/java/com/smartsheet/api/models/AlternateEmail.java index 4aa19d3e3..acb5d01ab 100644 --- a/src/main/java/com/smartsheet/api/models/AlternateEmail.java +++ b/src/main/java/com/smartsheet/api/models/AlternateEmail.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Attachment.java b/src/main/java/com/smartsheet/api/models/Attachment.java index 3d605189c..ca7a07b32 100644 --- a/src/main/java/com/smartsheet/api/models/Attachment.java +++ b/src/main/java/com/smartsheet/api/models/Attachment.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/AutoNumberFormat.java b/src/main/java/com/smartsheet/api/models/AutoNumberFormat.java index 99483643f..5afce079e 100644 --- a/src/main/java/com/smartsheet/api/models/AutoNumberFormat.java +++ b/src/main/java/com/smartsheet/api/models/AutoNumberFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/AutomationAction.java b/src/main/java/com/smartsheet/api/models/AutomationAction.java index 176560bfd..d6a5f5bb1 100644 --- a/src/main/java/com/smartsheet/api/models/AutomationAction.java +++ b/src/main/java/com/smartsheet/api/models/AutomationAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/AutomationRule.java b/src/main/java/com/smartsheet/api/models/AutomationRule.java index ee17050b9..5e2d6bf59 100644 --- a/src/main/java/com/smartsheet/api/models/AutomationRule.java +++ b/src/main/java/com/smartsheet/api/models/AutomationRule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/BooleanObjectValue.java b/src/main/java/com/smartsheet/api/models/BooleanObjectValue.java index 736059d32..42b90c450 100644 --- a/src/main/java/com/smartsheet/api/models/BooleanObjectValue.java +++ b/src/main/java/com/smartsheet/api/models/BooleanObjectValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/BulkItemFailure.java b/src/main/java/com/smartsheet/api/models/BulkItemFailure.java index 61a8bb8aa..503fc347a 100644 --- a/src/main/java/com/smartsheet/api/models/BulkItemFailure.java +++ b/src/main/java/com/smartsheet/api/models/BulkItemFailure.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/BulkItemResult.java b/src/main/java/com/smartsheet/api/models/BulkItemResult.java index 2a9d80365..31e28c99b 100644 --- a/src/main/java/com/smartsheet/api/models/BulkItemResult.java +++ b/src/main/java/com/smartsheet/api/models/BulkItemResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/BulkRowFailedItem.java b/src/main/java/com/smartsheet/api/models/BulkRowFailedItem.java index 8c918503d..de0217848 100644 --- a/src/main/java/com/smartsheet/api/models/BulkRowFailedItem.java +++ b/src/main/java/com/smartsheet/api/models/BulkRowFailedItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Cell.java b/src/main/java/com/smartsheet/api/models/Cell.java index 0081902e6..044f94dd9 100644 --- a/src/main/java/com/smartsheet/api/models/Cell.java +++ b/src/main/java/com/smartsheet/api/models/Cell.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/CellDataItem.java b/src/main/java/com/smartsheet/api/models/CellDataItem.java index f63348615..f866d0a01 100644 --- a/src/main/java/com/smartsheet/api/models/CellDataItem.java +++ b/src/main/java/com/smartsheet/api/models/CellDataItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/CellHistory.java b/src/main/java/com/smartsheet/api/models/CellHistory.java index 741e14076..4c41027f5 100644 --- a/src/main/java/com/smartsheet/api/models/CellHistory.java +++ b/src/main/java/com/smartsheet/api/models/CellHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/CellLink.java b/src/main/java/com/smartsheet/api/models/CellLink.java index b9cda0d2b..45e281d8d 100644 --- a/src/main/java/com/smartsheet/api/models/CellLink.java +++ b/src/main/java/com/smartsheet/api/models/CellLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/CellLinkWidgetContent.java b/src/main/java/com/smartsheet/api/models/CellLinkWidgetContent.java index 7fb268edd..ff58f7dd0 100644 --- a/src/main/java/com/smartsheet/api/models/CellLinkWidgetContent.java +++ b/src/main/java/com/smartsheet/api/models/CellLinkWidgetContent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ChartWidgetContent.java b/src/main/java/com/smartsheet/api/models/ChartWidgetContent.java index a884dd547..8eea19d82 100644 --- a/src/main/java/com/smartsheet/api/models/ChartWidgetContent.java +++ b/src/main/java/com/smartsheet/api/models/ChartWidgetContent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Column.java b/src/main/java/com/smartsheet/api/models/Column.java index 77736bcb1..d9c255104 100644 --- a/src/main/java/com/smartsheet/api/models/Column.java +++ b/src/main/java/com/smartsheet/api/models/Column.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Comment.java b/src/main/java/com/smartsheet/api/models/Comment.java index 65480ea8b..6cc019da6 100644 --- a/src/main/java/com/smartsheet/api/models/Comment.java +++ b/src/main/java/com/smartsheet/api/models/Comment.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Contact.java b/src/main/java/com/smartsheet/api/models/Contact.java index 1ad7df4e2..468752c36 100644 --- a/src/main/java/com/smartsheet/api/models/Contact.java +++ b/src/main/java/com/smartsheet/api/models/Contact.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ContactObjectValue.java b/src/main/java/com/smartsheet/api/models/ContactObjectValue.java index dcd1e53cd..8ce67eaaa 100644 --- a/src/main/java/com/smartsheet/api/models/ContactObjectValue.java +++ b/src/main/java/com/smartsheet/api/models/ContactObjectValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ContainerDestination.java b/src/main/java/com/smartsheet/api/models/ContainerDestination.java index a28bc89d6..e2793ab42 100644 --- a/src/main/java/com/smartsheet/api/models/ContainerDestination.java +++ b/src/main/java/com/smartsheet/api/models/ContainerDestination.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/CopyOrMoveRowDestination.java b/src/main/java/com/smartsheet/api/models/CopyOrMoveRowDestination.java index 0305b8ba9..ca86f5de4 100644 --- a/src/main/java/com/smartsheet/api/models/CopyOrMoveRowDestination.java +++ b/src/main/java/com/smartsheet/api/models/CopyOrMoveRowDestination.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/CopyOrMoveRowDirective.java b/src/main/java/com/smartsheet/api/models/CopyOrMoveRowDirective.java index 42bf60ba4..d9fe993f3 100644 --- a/src/main/java/com/smartsheet/api/models/CopyOrMoveRowDirective.java +++ b/src/main/java/com/smartsheet/api/models/CopyOrMoveRowDirective.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/CopyOrMoveRowResult.java b/src/main/java/com/smartsheet/api/models/CopyOrMoveRowResult.java index 8d96ab4e6..c6f6ca01e 100644 --- a/src/main/java/com/smartsheet/api/models/CopyOrMoveRowResult.java +++ b/src/main/java/com/smartsheet/api/models/CopyOrMoveRowResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Criteria.java b/src/main/java/com/smartsheet/api/models/Criteria.java index 56d1ec90b..55b1da417 100644 --- a/src/main/java/com/smartsheet/api/models/Criteria.java +++ b/src/main/java/com/smartsheet/api/models/Criteria.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/CrossSheetReference.java b/src/main/java/com/smartsheet/api/models/CrossSheetReference.java index 3b6e19772..38ecfa6ec 100644 --- a/src/main/java/com/smartsheet/api/models/CrossSheetReference.java +++ b/src/main/java/com/smartsheet/api/models/CrossSheetReference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Currency.java b/src/main/java/com/smartsheet/api/models/Currency.java index a40c36d55..2be19a015 100644 --- a/src/main/java/com/smartsheet/api/models/Currency.java +++ b/src/main/java/com/smartsheet/api/models/Currency.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/DateObjectValue.java b/src/main/java/com/smartsheet/api/models/DateObjectValue.java index f0013f4d3..e502cda52 100644 --- a/src/main/java/com/smartsheet/api/models/DateObjectValue.java +++ b/src/main/java/com/smartsheet/api/models/DateObjectValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/DeleteUserParameters.java b/src/main/java/com/smartsheet/api/models/DeleteUserParameters.java index 99b18477a..8d4741eaa 100644 --- a/src/main/java/com/smartsheet/api/models/DeleteUserParameters.java +++ b/src/main/java/com/smartsheet/api/models/DeleteUserParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Discussion.java b/src/main/java/com/smartsheet/api/models/Discussion.java index 303901187..3a0157b1c 100644 --- a/src/main/java/com/smartsheet/api/models/Discussion.java +++ b/src/main/java/com/smartsheet/api/models/Discussion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Duration.java b/src/main/java/com/smartsheet/api/models/Duration.java index 6543a81d9..3694822f0 100644 --- a/src/main/java/com/smartsheet/api/models/Duration.java +++ b/src/main/java/com/smartsheet/api/models/Duration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Email.java b/src/main/java/com/smartsheet/api/models/Email.java index 9505aaa5f..3bc15c2ed 100644 --- a/src/main/java/com/smartsheet/api/models/Email.java +++ b/src/main/java/com/smartsheet/api/models/Email.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Error.java b/src/main/java/com/smartsheet/api/models/Error.java index bd92abfa4..e3167711f 100644 --- a/src/main/java/com/smartsheet/api/models/Error.java +++ b/src/main/java/com/smartsheet/api/models/Error.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ErrorDetail.java b/src/main/java/com/smartsheet/api/models/ErrorDetail.java index f3052f4f1..befa8a0db 100644 --- a/src/main/java/com/smartsheet/api/models/ErrorDetail.java +++ b/src/main/java/com/smartsheet/api/models/ErrorDetail.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Event.java b/src/main/java/com/smartsheet/api/models/Event.java index 7af87dd7a..7e8fca64d 100644 --- a/src/main/java/com/smartsheet/api/models/Event.java +++ b/src/main/java/com/smartsheet/api/models/Event.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/EventResult.java b/src/main/java/com/smartsheet/api/models/EventResult.java index a68079de0..9a5c66088 100644 --- a/src/main/java/com/smartsheet/api/models/EventResult.java +++ b/src/main/java/com/smartsheet/api/models/EventResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ExplicitNull.java b/src/main/java/com/smartsheet/api/models/ExplicitNull.java index 43d5b26d9..07d64ff3f 100644 --- a/src/main/java/com/smartsheet/api/models/ExplicitNull.java +++ b/src/main/java/com/smartsheet/api/models/ExplicitNull.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Favorite.java b/src/main/java/com/smartsheet/api/models/Favorite.java index a7bd2cf75..72d66e6b4 100644 --- a/src/main/java/com/smartsheet/api/models/Favorite.java +++ b/src/main/java/com/smartsheet/api/models/Favorite.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/FeatureInfo.java b/src/main/java/com/smartsheet/api/models/FeatureInfo.java index 1d9decb6f..dde93a754 100644 --- a/src/main/java/com/smartsheet/api/models/FeatureInfo.java +++ b/src/main/java/com/smartsheet/api/models/FeatureInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Folder.java b/src/main/java/com/smartsheet/api/models/Folder.java index 2eae8595d..8cf9b2144 100644 --- a/src/main/java/com/smartsheet/api/models/Folder.java +++ b/src/main/java/com/smartsheet/api/models/Folder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/FontFamily.java b/src/main/java/com/smartsheet/api/models/FontFamily.java index f8ef7c5e9..891e85399 100644 --- a/src/main/java/com/smartsheet/api/models/FontFamily.java +++ b/src/main/java/com/smartsheet/api/models/FontFamily.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/FormatDetails.java b/src/main/java/com/smartsheet/api/models/FormatDetails.java index 457013581..3f600a160 100644 --- a/src/main/java/com/smartsheet/api/models/FormatDetails.java +++ b/src/main/java/com/smartsheet/api/models/FormatDetails.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/FormatTables.java b/src/main/java/com/smartsheet/api/models/FormatTables.java index 4ef42f7f1..36192b86a 100644 --- a/src/main/java/com/smartsheet/api/models/FormatTables.java +++ b/src/main/java/com/smartsheet/api/models/FormatTables.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Group.java b/src/main/java/com/smartsheet/api/models/Group.java index 40dbfb764..a2300b03e 100644 --- a/src/main/java/com/smartsheet/api/models/Group.java +++ b/src/main/java/com/smartsheet/api/models/Group.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/GroupMember.java b/src/main/java/com/smartsheet/api/models/GroupMember.java index 463c48719..ec9e72588 100644 --- a/src/main/java/com/smartsheet/api/models/GroupMember.java +++ b/src/main/java/com/smartsheet/api/models/GroupMember.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Home.java b/src/main/java/com/smartsheet/api/models/Home.java index 142dd5ba7..158f04593 100644 --- a/src/main/java/com/smartsheet/api/models/Home.java +++ b/src/main/java/com/smartsheet/api/models/Home.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Hyperlink.java b/src/main/java/com/smartsheet/api/models/Hyperlink.java index b54235941..8b0ad831e 100644 --- a/src/main/java/com/smartsheet/api/models/Hyperlink.java +++ b/src/main/java/com/smartsheet/api/models/Hyperlink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/IdentifiableModel.java b/src/main/java/com/smartsheet/api/models/IdentifiableModel.java index 4ab309e40..1211e21a9 100644 --- a/src/main/java/com/smartsheet/api/models/IdentifiableModel.java +++ b/src/main/java/com/smartsheet/api/models/IdentifiableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/IdentifiableModelMixin.java b/src/main/java/com/smartsheet/api/models/IdentifiableModelMixin.java index 71c6dc0f1..8984ac79e 100644 --- a/src/main/java/com/smartsheet/api/models/IdentifiableModelMixin.java +++ b/src/main/java/com/smartsheet/api/models/IdentifiableModelMixin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Image.java b/src/main/java/com/smartsheet/api/models/Image.java index bbbdab770..f27481481 100644 --- a/src/main/java/com/smartsheet/api/models/Image.java +++ b/src/main/java/com/smartsheet/api/models/Image.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ImageUrl.java b/src/main/java/com/smartsheet/api/models/ImageUrl.java index 6912c0893..48f6b39f7 100644 --- a/src/main/java/com/smartsheet/api/models/ImageUrl.java +++ b/src/main/java/com/smartsheet/api/models/ImageUrl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ImageUrlMap.java b/src/main/java/com/smartsheet/api/models/ImageUrlMap.java index bf6fc2eee..a8e774d32 100644 --- a/src/main/java/com/smartsheet/api/models/ImageUrlMap.java +++ b/src/main/java/com/smartsheet/api/models/ImageUrlMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ImageWidgetContent.java b/src/main/java/com/smartsheet/api/models/ImageWidgetContent.java index 6d13cbf36..134bcced9 100644 --- a/src/main/java/com/smartsheet/api/models/ImageWidgetContent.java +++ b/src/main/java/com/smartsheet/api/models/ImageWidgetContent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ListBuilder.java b/src/main/java/com/smartsheet/api/models/ListBuilder.java index b50e0d70f..a86a58df6 100644 --- a/src/main/java/com/smartsheet/api/models/ListBuilder.java +++ b/src/main/java/com/smartsheet/api/models/ListBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/MultiContactObjectValue.java b/src/main/java/com/smartsheet/api/models/MultiContactObjectValue.java index 33959d493..aed1ca571 100644 --- a/src/main/java/com/smartsheet/api/models/MultiContactObjectValue.java +++ b/src/main/java/com/smartsheet/api/models/MultiContactObjectValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/MultiPicklistObjectValue.java b/src/main/java/com/smartsheet/api/models/MultiPicklistObjectValue.java index 8b6a0ca56..22084d14d 100644 --- a/src/main/java/com/smartsheet/api/models/MultiPicklistObjectValue.java +++ b/src/main/java/com/smartsheet/api/models/MultiPicklistObjectValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/MultiRowEmail.java b/src/main/java/com/smartsheet/api/models/MultiRowEmail.java index c383c0778..5d80b304c 100644 --- a/src/main/java/com/smartsheet/api/models/MultiRowEmail.java +++ b/src/main/java/com/smartsheet/api/models/MultiRowEmail.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/NamedModel.java b/src/main/java/com/smartsheet/api/models/NamedModel.java index e39408c28..2d523e714 100644 --- a/src/main/java/com/smartsheet/api/models/NamedModel.java +++ b/src/main/java/com/smartsheet/api/models/NamedModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/NumberObjectValue.java b/src/main/java/com/smartsheet/api/models/NumberObjectValue.java index c2ab3ddc5..f9da459e7 100644 --- a/src/main/java/com/smartsheet/api/models/NumberObjectValue.java +++ b/src/main/java/com/smartsheet/api/models/NumberObjectValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ObjectValue.java b/src/main/java/com/smartsheet/api/models/ObjectValue.java index f31717612..143bf5fc0 100644 --- a/src/main/java/com/smartsheet/api/models/ObjectValue.java +++ b/src/main/java/com/smartsheet/api/models/ObjectValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/PagedResult.java b/src/main/java/com/smartsheet/api/models/PagedResult.java index 4934f1870..e6bc0ca0a 100644 --- a/src/main/java/com/smartsheet/api/models/PagedResult.java +++ b/src/main/java/com/smartsheet/api/models/PagedResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/PaginationParameters.java b/src/main/java/com/smartsheet/api/models/PaginationParameters.java index 894990d7b..62ee63e77 100644 --- a/src/main/java/com/smartsheet/api/models/PaginationParameters.java +++ b/src/main/java/com/smartsheet/api/models/PaginationParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/PartialRowUpdateResult.java b/src/main/java/com/smartsheet/api/models/PartialRowUpdateResult.java index e2fd9ff0f..5aa359aba 100644 --- a/src/main/java/com/smartsheet/api/models/PartialRowUpdateResult.java +++ b/src/main/java/com/smartsheet/api/models/PartialRowUpdateResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Predecessor.java b/src/main/java/com/smartsheet/api/models/Predecessor.java index 9b25e76f1..8da807ec6 100644 --- a/src/main/java/com/smartsheet/api/models/Predecessor.java +++ b/src/main/java/com/smartsheet/api/models/Predecessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/PredecessorList.java b/src/main/java/com/smartsheet/api/models/PredecessorList.java index ead0ca478..85ce02db5 100644 --- a/src/main/java/com/smartsheet/api/models/PredecessorList.java +++ b/src/main/java/com/smartsheet/api/models/PredecessorList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/PrimitiveObjectValue.java b/src/main/java/com/smartsheet/api/models/PrimitiveObjectValue.java index 0e6779695..26de11dda 100644 --- a/src/main/java/com/smartsheet/api/models/PrimitiveObjectValue.java +++ b/src/main/java/com/smartsheet/api/models/PrimitiveObjectValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ProfileImage.java b/src/main/java/com/smartsheet/api/models/ProfileImage.java index eb35323f7..8d82321fd 100644 --- a/src/main/java/com/smartsheet/api/models/ProfileImage.java +++ b/src/main/java/com/smartsheet/api/models/ProfileImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ProjectSettings.java b/src/main/java/com/smartsheet/api/models/ProjectSettings.java index 824fab6b2..1fd91c445 100644 --- a/src/main/java/com/smartsheet/api/models/ProjectSettings.java +++ b/src/main/java/com/smartsheet/api/models/ProjectSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Recipient.java b/src/main/java/com/smartsheet/api/models/Recipient.java index 5010fc44c..45e4a6f96 100644 --- a/src/main/java/com/smartsheet/api/models/Recipient.java +++ b/src/main/java/com/smartsheet/api/models/Recipient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/RecipientEmail.java b/src/main/java/com/smartsheet/api/models/RecipientEmail.java index fc4f41d36..b4b580ed7 100644 --- a/src/main/java/com/smartsheet/api/models/RecipientEmail.java +++ b/src/main/java/com/smartsheet/api/models/RecipientEmail.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/RecipientGroup.java b/src/main/java/com/smartsheet/api/models/RecipientGroup.java index fb6278535..31a66a6f5 100644 --- a/src/main/java/com/smartsheet/api/models/RecipientGroup.java +++ b/src/main/java/com/smartsheet/api/models/RecipientGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Report.java b/src/main/java/com/smartsheet/api/models/Report.java index 34cee7407..be2e0d1ea 100644 --- a/src/main/java/com/smartsheet/api/models/Report.java +++ b/src/main/java/com/smartsheet/api/models/Report.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ReportCell.java b/src/main/java/com/smartsheet/api/models/ReportCell.java index eaff4c743..93951641e 100644 --- a/src/main/java/com/smartsheet/api/models/ReportCell.java +++ b/src/main/java/com/smartsheet/api/models/ReportCell.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ReportColumn.java b/src/main/java/com/smartsheet/api/models/ReportColumn.java index 7fe1a4e4a..e71ed48db 100644 --- a/src/main/java/com/smartsheet/api/models/ReportColumn.java +++ b/src/main/java/com/smartsheet/api/models/ReportColumn.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ReportPublish.java b/src/main/java/com/smartsheet/api/models/ReportPublish.java index e5542c8f9..263b345f8 100644 --- a/src/main/java/com/smartsheet/api/models/ReportPublish.java +++ b/src/main/java/com/smartsheet/api/models/ReportPublish.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ReportRow.java b/src/main/java/com/smartsheet/api/models/ReportRow.java index 516afd314..9d2e80068 100644 --- a/src/main/java/com/smartsheet/api/models/ReportRow.java +++ b/src/main/java/com/smartsheet/api/models/ReportRow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ReportWidgetContent.java b/src/main/java/com/smartsheet/api/models/ReportWidgetContent.java index 3ea8d1604..d4cc43447 100644 --- a/src/main/java/com/smartsheet/api/models/ReportWidgetContent.java +++ b/src/main/java/com/smartsheet/api/models/ReportWidgetContent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Result.java b/src/main/java/com/smartsheet/api/models/Result.java index 26851c259..25f1283d9 100644 --- a/src/main/java/com/smartsheet/api/models/Result.java +++ b/src/main/java/com/smartsheet/api/models/Result.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Row.java b/src/main/java/com/smartsheet/api/models/Row.java index db4fbfb7e..7a9bd31b2 100644 --- a/src/main/java/com/smartsheet/api/models/Row.java +++ b/src/main/java/com/smartsheet/api/models/Row.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/RowEmail.java b/src/main/java/com/smartsheet/api/models/RowEmail.java index 82e2b3455..d7f4ca38c 100644 --- a/src/main/java/com/smartsheet/api/models/RowEmail.java +++ b/src/main/java/com/smartsheet/api/models/RowEmail.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/RowMapping.java b/src/main/java/com/smartsheet/api/models/RowMapping.java index 5fe6ba0cf..8d91c563e 100644 --- a/src/main/java/com/smartsheet/api/models/RowMapping.java +++ b/src/main/java/com/smartsheet/api/models/RowMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/RowWrapper.java b/src/main/java/com/smartsheet/api/models/RowWrapper.java index 70789f33c..76de91ee7 100644 --- a/src/main/java/com/smartsheet/api/models/RowWrapper.java +++ b/src/main/java/com/smartsheet/api/models/RowWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Schedule.java b/src/main/java/com/smartsheet/api/models/Schedule.java index b64ca72c3..c86136286 100644 --- a/src/main/java/com/smartsheet/api/models/Schedule.java +++ b/src/main/java/com/smartsheet/api/models/Schedule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Scope.java b/src/main/java/com/smartsheet/api/models/Scope.java index bb146bb1e..354491294 100644 --- a/src/main/java/com/smartsheet/api/models/Scope.java +++ b/src/main/java/com/smartsheet/api/models/Scope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SearchResult.java b/src/main/java/com/smartsheet/api/models/SearchResult.java index 58dc05e04..9d93b6b53 100644 --- a/src/main/java/com/smartsheet/api/models/SearchResult.java +++ b/src/main/java/com/smartsheet/api/models/SearchResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SearchResultItem.java b/src/main/java/com/smartsheet/api/models/SearchResultItem.java index 87b94efa5..ab0757656 100644 --- a/src/main/java/com/smartsheet/api/models/SearchResultItem.java +++ b/src/main/java/com/smartsheet/api/models/SearchResultItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SelectionRange.java b/src/main/java/com/smartsheet/api/models/SelectionRange.java index be0daa60c..73731934a 100644 --- a/src/main/java/com/smartsheet/api/models/SelectionRange.java +++ b/src/main/java/com/smartsheet/api/models/SelectionRange.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SentUpdateRequest.java b/src/main/java/com/smartsheet/api/models/SentUpdateRequest.java index f82844afb..2eaee0ff3 100644 --- a/src/main/java/com/smartsheet/api/models/SentUpdateRequest.java +++ b/src/main/java/com/smartsheet/api/models/SentUpdateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ServerInfo.java b/src/main/java/com/smartsheet/api/models/ServerInfo.java index 53d06637c..c56fed774 100644 --- a/src/main/java/com/smartsheet/api/models/ServerInfo.java +++ b/src/main/java/com/smartsheet/api/models/ServerInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Share.java b/src/main/java/com/smartsheet/api/models/Share.java index f84af0a09..7e4766aad 100644 --- a/src/main/java/com/smartsheet/api/models/Share.java +++ b/src/main/java/com/smartsheet/api/models/Share.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Sheet.java b/src/main/java/com/smartsheet/api/models/Sheet.java index 78e20f11b..bdf3a6cf3 100644 --- a/src/main/java/com/smartsheet/api/models/Sheet.java +++ b/src/main/java/com/smartsheet/api/models/Sheet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SheetEmail.java b/src/main/java/com/smartsheet/api/models/SheetEmail.java index daf45dbf3..37d0129c3 100644 --- a/src/main/java/com/smartsheet/api/models/SheetEmail.java +++ b/src/main/java/com/smartsheet/api/models/SheetEmail.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SheetFilter.java b/src/main/java/com/smartsheet/api/models/SheetFilter.java index cfee61e1f..e953646c4 100644 --- a/src/main/java/com/smartsheet/api/models/SheetFilter.java +++ b/src/main/java/com/smartsheet/api/models/SheetFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SheetFilterDetails.java b/src/main/java/com/smartsheet/api/models/SheetFilterDetails.java index 4a1e776f1..105e092b0 100644 --- a/src/main/java/com/smartsheet/api/models/SheetFilterDetails.java +++ b/src/main/java/com/smartsheet/api/models/SheetFilterDetails.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SheetPublish.java b/src/main/java/com/smartsheet/api/models/SheetPublish.java index acc597dbd..a9a960783 100644 --- a/src/main/java/com/smartsheet/api/models/SheetPublish.java +++ b/src/main/java/com/smartsheet/api/models/SheetPublish.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SheetSummary.java b/src/main/java/com/smartsheet/api/models/SheetSummary.java index d68b79e68..3cae7c5ac 100644 --- a/src/main/java/com/smartsheet/api/models/SheetSummary.java +++ b/src/main/java/com/smartsheet/api/models/SheetSummary.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SheetUserPermissions.java b/src/main/java/com/smartsheet/api/models/SheetUserPermissions.java index ee5676e21..36bca32f0 100644 --- a/src/main/java/com/smartsheet/api/models/SheetUserPermissions.java +++ b/src/main/java/com/smartsheet/api/models/SheetUserPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SheetUserSettings.java b/src/main/java/com/smartsheet/api/models/SheetUserSettings.java index 7c8aaaf27..b0daceda5 100644 --- a/src/main/java/com/smartsheet/api/models/SheetUserSettings.java +++ b/src/main/java/com/smartsheet/api/models/SheetUserSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ShortcutDataItem.java b/src/main/java/com/smartsheet/api/models/ShortcutDataItem.java index 712adafac..90d2537f9 100644 --- a/src/main/java/com/smartsheet/api/models/ShortcutDataItem.java +++ b/src/main/java/com/smartsheet/api/models/ShortcutDataItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/ShortcutWidgetContent.java b/src/main/java/com/smartsheet/api/models/ShortcutWidgetContent.java index b8c66c5e7..5d041622f 100644 --- a/src/main/java/com/smartsheet/api/models/ShortcutWidgetContent.java +++ b/src/main/java/com/smartsheet/api/models/ShortcutWidgetContent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Sight.java b/src/main/java/com/smartsheet/api/models/Sight.java index d1531f39b..11e0b7761 100644 --- a/src/main/java/com/smartsheet/api/models/Sight.java +++ b/src/main/java/com/smartsheet/api/models/Sight.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SightPublish.java b/src/main/java/com/smartsheet/api/models/SightPublish.java index 26ece8f85..f995ca093 100644 --- a/src/main/java/com/smartsheet/api/models/SightPublish.java +++ b/src/main/java/com/smartsheet/api/models/SightPublish.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SortCriterion.java b/src/main/java/com/smartsheet/api/models/SortCriterion.java index 969d758a0..70007bbfe 100644 --- a/src/main/java/com/smartsheet/api/models/SortCriterion.java +++ b/src/main/java/com/smartsheet/api/models/SortCriterion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SortSpecifier.java b/src/main/java/com/smartsheet/api/models/SortSpecifier.java index fc50cf4c5..e5840cc11 100644 --- a/src/main/java/com/smartsheet/api/models/SortSpecifier.java +++ b/src/main/java/com/smartsheet/api/models/SortSpecifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Source.java b/src/main/java/com/smartsheet/api/models/Source.java index fb859bbc8..b7dc26ee1 100644 --- a/src/main/java/com/smartsheet/api/models/Source.java +++ b/src/main/java/com/smartsheet/api/models/Source.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/StringObjectValue.java b/src/main/java/com/smartsheet/api/models/StringObjectValue.java index 64913e5cd..0c72af3cd 100644 --- a/src/main/java/com/smartsheet/api/models/StringObjectValue.java +++ b/src/main/java/com/smartsheet/api/models/StringObjectValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/SummaryField.java b/src/main/java/com/smartsheet/api/models/SummaryField.java index 98076d2a1..a5cccddc4 100644 --- a/src/main/java/com/smartsheet/api/models/SummaryField.java +++ b/src/main/java/com/smartsheet/api/models/SummaryField.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Template.java b/src/main/java/com/smartsheet/api/models/Template.java index 94082fdf9..9062a0eeb 100644 --- a/src/main/java/com/smartsheet/api/models/Template.java +++ b/src/main/java/com/smartsheet/api/models/Template.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/TitleRichTextWidgetContent.java b/src/main/java/com/smartsheet/api/models/TitleRichTextWidgetContent.java index a9776351d..2a6bab8cb 100644 --- a/src/main/java/com/smartsheet/api/models/TitleRichTextWidgetContent.java +++ b/src/main/java/com/smartsheet/api/models/TitleRichTextWidgetContent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/UpdateRequest.java b/src/main/java/com/smartsheet/api/models/UpdateRequest.java index ce07258f8..f48221aa7 100644 --- a/src/main/java/com/smartsheet/api/models/UpdateRequest.java +++ b/src/main/java/com/smartsheet/api/models/UpdateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/User.java b/src/main/java/com/smartsheet/api/models/User.java index cae1d7e88..b0d42bb04 100644 --- a/src/main/java/com/smartsheet/api/models/User.java +++ b/src/main/java/com/smartsheet/api/models/User.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/UserModel.java b/src/main/java/com/smartsheet/api/models/UserModel.java index 3b316255b..865dd3f93 100644 --- a/src/main/java/com/smartsheet/api/models/UserModel.java +++ b/src/main/java/com/smartsheet/api/models/UserModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/UserModelWithName.java b/src/main/java/com/smartsheet/api/models/UserModelWithName.java index 1c07c3cfb..36dd24b3d 100644 --- a/src/main/java/com/smartsheet/api/models/UserModelWithName.java +++ b/src/main/java/com/smartsheet/api/models/UserModelWithName.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/UserProfile.java b/src/main/java/com/smartsheet/api/models/UserProfile.java index 2dd618df4..99a45feb5 100644 --- a/src/main/java/com/smartsheet/api/models/UserProfile.java +++ b/src/main/java/com/smartsheet/api/models/UserProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/WebContentWidgetContent.java b/src/main/java/com/smartsheet/api/models/WebContentWidgetContent.java index 51d8fb620..ac408e33f 100644 --- a/src/main/java/com/smartsheet/api/models/WebContentWidgetContent.java +++ b/src/main/java/com/smartsheet/api/models/WebContentWidgetContent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Webhook.java b/src/main/java/com/smartsheet/api/models/Webhook.java index 9fd1c012e..7aab46292 100644 --- a/src/main/java/com/smartsheet/api/models/Webhook.java +++ b/src/main/java/com/smartsheet/api/models/Webhook.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/WebhookSharedSecret.java b/src/main/java/com/smartsheet/api/models/WebhookSharedSecret.java index 88bd59159..7230df627 100644 --- a/src/main/java/com/smartsheet/api/models/WebhookSharedSecret.java +++ b/src/main/java/com/smartsheet/api/models/WebhookSharedSecret.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/WebhookStats.java b/src/main/java/com/smartsheet/api/models/WebhookStats.java index ea565e4da..558e5e984 100644 --- a/src/main/java/com/smartsheet/api/models/WebhookStats.java +++ b/src/main/java/com/smartsheet/api/models/WebhookStats.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/WebhookSubscope.java b/src/main/java/com/smartsheet/api/models/WebhookSubscope.java index 06539a22a..5ab79ad9c 100644 --- a/src/main/java/com/smartsheet/api/models/WebhookSubscope.java +++ b/src/main/java/com/smartsheet/api/models/WebhookSubscope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Widget.java b/src/main/java/com/smartsheet/api/models/Widget.java index 5e7158160..5c3e25d35 100644 --- a/src/main/java/com/smartsheet/api/models/Widget.java +++ b/src/main/java/com/smartsheet/api/models/Widget.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/WidgetContent.java b/src/main/java/com/smartsheet/api/models/WidgetContent.java index 5a4a98466..37f171258 100644 --- a/src/main/java/com/smartsheet/api/models/WidgetContent.java +++ b/src/main/java/com/smartsheet/api/models/WidgetContent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/WidgetHyperlink.java b/src/main/java/com/smartsheet/api/models/WidgetHyperlink.java index 9e0555814..8dd68a45a 100644 --- a/src/main/java/com/smartsheet/api/models/WidgetHyperlink.java +++ b/src/main/java/com/smartsheet/api/models/WidgetHyperlink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/Workspace.java b/src/main/java/com/smartsheet/api/models/Workspace.java index 0d1b06059..d935a9c11 100644 --- a/src/main/java/com/smartsheet/api/models/Workspace.java +++ b/src/main/java/com/smartsheet/api/models/Workspace.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/AccessLevel.java b/src/main/java/com/smartsheet/api/models/enums/AccessLevel.java index 4c598bf98..411451f23 100644 --- a/src/main/java/com/smartsheet/api/models/enums/AccessLevel.java +++ b/src/main/java/com/smartsheet/api/models/enums/AccessLevel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/AccessScope.java b/src/main/java/com/smartsheet/api/models/enums/AccessScope.java index 7a1de5d42..530e42c32 100644 --- a/src/main/java/com/smartsheet/api/models/enums/AccessScope.java +++ b/src/main/java/com/smartsheet/api/models/enums/AccessScope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/AttachmentParentType.java b/src/main/java/com/smartsheet/api/models/enums/AttachmentParentType.java index 8b5d1f4ef..0e3ecb623 100644 --- a/src/main/java/com/smartsheet/api/models/enums/AttachmentParentType.java +++ b/src/main/java/com/smartsheet/api/models/enums/AttachmentParentType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/AttachmentSubType.java b/src/main/java/com/smartsheet/api/models/enums/AttachmentSubType.java index b5fbfa636..3e5483969 100644 --- a/src/main/java/com/smartsheet/api/models/enums/AttachmentSubType.java +++ b/src/main/java/com/smartsheet/api/models/enums/AttachmentSubType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/AttachmentType.java b/src/main/java/com/smartsheet/api/models/enums/AttachmentType.java index f72a47ac6..0e69b1cf5 100644 --- a/src/main/java/com/smartsheet/api/models/enums/AttachmentType.java +++ b/src/main/java/com/smartsheet/api/models/enums/AttachmentType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/AutomationActionFrequency.java b/src/main/java/com/smartsheet/api/models/enums/AutomationActionFrequency.java index 9ac428588..f3da5e555 100644 --- a/src/main/java/com/smartsheet/api/models/enums/AutomationActionFrequency.java +++ b/src/main/java/com/smartsheet/api/models/enums/AutomationActionFrequency.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/AutomationActionType.java b/src/main/java/com/smartsheet/api/models/enums/AutomationActionType.java index 6e86ca760..2f931039b 100644 --- a/src/main/java/com/smartsheet/api/models/enums/AutomationActionType.java +++ b/src/main/java/com/smartsheet/api/models/enums/AutomationActionType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/AutomationRuleDisabledReason.java b/src/main/java/com/smartsheet/api/models/enums/AutomationRuleDisabledReason.java index e7967ced7..436fd90ef 100644 --- a/src/main/java/com/smartsheet/api/models/enums/AutomationRuleDisabledReason.java +++ b/src/main/java/com/smartsheet/api/models/enums/AutomationRuleDisabledReason.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/CellHistoryInclusion.java b/src/main/java/com/smartsheet/api/models/enums/CellHistoryInclusion.java index 0d2b16bf2..ac41fa6e5 100644 --- a/src/main/java/com/smartsheet/api/models/enums/CellHistoryInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/CellHistoryInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ColumnInclusion.java b/src/main/java/com/smartsheet/api/models/enums/ColumnInclusion.java index 77e79b7ae..2389c2035 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ColumnInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/ColumnInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ColumnTag.java b/src/main/java/com/smartsheet/api/models/enums/ColumnTag.java index 1cbdd7841..cd479856a 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ColumnTag.java +++ b/src/main/java/com/smartsheet/api/models/enums/ColumnTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ColumnType.java b/src/main/java/com/smartsheet/api/models/enums/ColumnType.java index 28bfdc04a..717c8feb7 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ColumnType.java +++ b/src/main/java/com/smartsheet/api/models/enums/ColumnType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/CopyExclusion.java b/src/main/java/com/smartsheet/api/models/enums/CopyExclusion.java index 3dca693dc..dacad49e6 100644 --- a/src/main/java/com/smartsheet/api/models/enums/CopyExclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/CopyExclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/CriteriaTarget.java b/src/main/java/com/smartsheet/api/models/enums/CriteriaTarget.java index d96d95dd4..bcea76d07 100644 --- a/src/main/java/com/smartsheet/api/models/enums/CriteriaTarget.java +++ b/src/main/java/com/smartsheet/api/models/enums/CriteriaTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/CrossSheetReferenceStatus.java b/src/main/java/com/smartsheet/api/models/enums/CrossSheetReferenceStatus.java index 57d96c031..bdcf2e2c2 100644 --- a/src/main/java/com/smartsheet/api/models/enums/CrossSheetReferenceStatus.java +++ b/src/main/java/com/smartsheet/api/models/enums/CrossSheetReferenceStatus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/DayDescriptor.java b/src/main/java/com/smartsheet/api/models/enums/DayDescriptor.java index 71084cb7b..c4d91d0eb 100644 --- a/src/main/java/com/smartsheet/api/models/enums/DayDescriptor.java +++ b/src/main/java/com/smartsheet/api/models/enums/DayDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/DayOfWeek.java b/src/main/java/com/smartsheet/api/models/enums/DayOfWeek.java index 0d813b8e0..fc484212b 100644 --- a/src/main/java/com/smartsheet/api/models/enums/DayOfWeek.java +++ b/src/main/java/com/smartsheet/api/models/enums/DayOfWeek.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/DayOrdinal.java b/src/main/java/com/smartsheet/api/models/enums/DayOrdinal.java index f3ab5bf7b..e594993f2 100644 --- a/src/main/java/com/smartsheet/api/models/enums/DayOrdinal.java +++ b/src/main/java/com/smartsheet/api/models/enums/DayOrdinal.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/DestinationType.java b/src/main/java/com/smartsheet/api/models/enums/DestinationType.java index 18561b4dd..058653b0c 100644 --- a/src/main/java/com/smartsheet/api/models/enums/DestinationType.java +++ b/src/main/java/com/smartsheet/api/models/enums/DestinationType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/DiscussionInclusion.java b/src/main/java/com/smartsheet/api/models/enums/DiscussionInclusion.java index baf589e49..192961cf8 100644 --- a/src/main/java/com/smartsheet/api/models/enums/DiscussionInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/DiscussionInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/EventAction.java b/src/main/java/com/smartsheet/api/models/enums/EventAction.java index 7aa10216b..c40158e66 100644 --- a/src/main/java/com/smartsheet/api/models/enums/EventAction.java +++ b/src/main/java/com/smartsheet/api/models/enums/EventAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/EventObjectType.java b/src/main/java/com/smartsheet/api/models/enums/EventObjectType.java index bb7d1d189..00ccaba14 100644 --- a/src/main/java/com/smartsheet/api/models/enums/EventObjectType.java +++ b/src/main/java/com/smartsheet/api/models/enums/EventObjectType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/EventSource.java b/src/main/java/com/smartsheet/api/models/enums/EventSource.java index 7b12d3d59..9a103711e 100644 --- a/src/main/java/com/smartsheet/api/models/enums/EventSource.java +++ b/src/main/java/com/smartsheet/api/models/enums/EventSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/FavoriteType.java b/src/main/java/com/smartsheet/api/models/enums/FavoriteType.java index 963581736..13956980d 100644 --- a/src/main/java/com/smartsheet/api/models/enums/FavoriteType.java +++ b/src/main/java/com/smartsheet/api/models/enums/FavoriteType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/FolderCopyInclusion.java b/src/main/java/com/smartsheet/api/models/enums/FolderCopyInclusion.java index 1e136f664..49f6185a0 100644 --- a/src/main/java/com/smartsheet/api/models/enums/FolderCopyInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/FolderCopyInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/FolderRemapExclusion.java b/src/main/java/com/smartsheet/api/models/enums/FolderRemapExclusion.java index 307309684..580b47f68 100644 --- a/src/main/java/com/smartsheet/api/models/enums/FolderRemapExclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/FolderRemapExclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/GlobalTemplate.java b/src/main/java/com/smartsheet/api/models/enums/GlobalTemplate.java index 0998ca58d..5d9de345b 100644 --- a/src/main/java/com/smartsheet/api/models/enums/GlobalTemplate.java +++ b/src/main/java/com/smartsheet/api/models/enums/GlobalTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ListUserInclusion.java b/src/main/java/com/smartsheet/api/models/enums/ListUserInclusion.java index 247a72b13..a002c61c8 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ListUserInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/ListUserInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ObjectExclusion.java b/src/main/java/com/smartsheet/api/models/enums/ObjectExclusion.java index b4b1d3d91..b26687951 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ObjectExclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/ObjectExclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ObjectInclusion.java b/src/main/java/com/smartsheet/api/models/enums/ObjectInclusion.java index 57f8da29c..cc0eaa620 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ObjectInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/ObjectInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ObjectValueType.java b/src/main/java/com/smartsheet/api/models/enums/ObjectValueType.java index 8d867f5b9..cfdeaa530 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ObjectValueType.java +++ b/src/main/java/com/smartsheet/api/models/enums/ObjectValueType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/Operator.java b/src/main/java/com/smartsheet/api/models/enums/Operator.java index f02bac527..5849b5166 100644 --- a/src/main/java/com/smartsheet/api/models/enums/Operator.java +++ b/src/main/java/com/smartsheet/api/models/enums/Operator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/PaperSize.java b/src/main/java/com/smartsheet/api/models/enums/PaperSize.java index 0b1987ab1..cf9944e17 100644 --- a/src/main/java/com/smartsheet/api/models/enums/PaperSize.java +++ b/src/main/java/com/smartsheet/api/models/enums/PaperSize.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ParentType.java b/src/main/java/com/smartsheet/api/models/enums/ParentType.java index 067979f4b..0778a6c5f 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ParentType.java +++ b/src/main/java/com/smartsheet/api/models/enums/ParentType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ReportInclusion.java b/src/main/java/com/smartsheet/api/models/enums/ReportInclusion.java index f1f7031e7..356ce9400 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ReportInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/ReportInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ResourceManagementType.java b/src/main/java/com/smartsheet/api/models/enums/ResourceManagementType.java index 0777cff92..1a2adc044 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ResourceManagementType.java +++ b/src/main/java/com/smartsheet/api/models/enums/ResourceManagementType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/RowCopyInclusion.java b/src/main/java/com/smartsheet/api/models/enums/RowCopyInclusion.java index dcecdfe09..0cb332c52 100644 --- a/src/main/java/com/smartsheet/api/models/enums/RowCopyInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/RowCopyInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/RowInclusion.java b/src/main/java/com/smartsheet/api/models/enums/RowInclusion.java index 24984d380..62789a854 100644 --- a/src/main/java/com/smartsheet/api/models/enums/RowInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/RowInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/RowMoveInclusion.java b/src/main/java/com/smartsheet/api/models/enums/RowMoveInclusion.java index 1d999391d..53a78f9eb 100644 --- a/src/main/java/com/smartsheet/api/models/enums/RowMoveInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/RowMoveInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ScheduleType.java b/src/main/java/com/smartsheet/api/models/enums/ScheduleType.java index dda8c8b15..8db4d86f0 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ScheduleType.java +++ b/src/main/java/com/smartsheet/api/models/enums/ScheduleType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SearchInclusion.java b/src/main/java/com/smartsheet/api/models/enums/SearchInclusion.java index 65c12c08f..e4f42807f 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SearchInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/SearchInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SearchLocation.java b/src/main/java/com/smartsheet/api/models/enums/SearchLocation.java index 6d4e70dad..0e7677b57 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SearchLocation.java +++ b/src/main/java/com/smartsheet/api/models/enums/SearchLocation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SearchScope.java b/src/main/java/com/smartsheet/api/models/enums/SearchScope.java index 313a347c1..70f379bc3 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SearchScope.java +++ b/src/main/java/com/smartsheet/api/models/enums/SearchScope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ShareScope.java b/src/main/java/com/smartsheet/api/models/enums/ShareScope.java index 8e8274598..6655abf18 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ShareScope.java +++ b/src/main/java/com/smartsheet/api/models/enums/ShareScope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/ShareType.java b/src/main/java/com/smartsheet/api/models/enums/ShareType.java index 5a0da58f6..e5630be4f 100644 --- a/src/main/java/com/smartsheet/api/models/enums/ShareType.java +++ b/src/main/java/com/smartsheet/api/models/enums/ShareType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SheetCopyInclusion.java b/src/main/java/com/smartsheet/api/models/enums/SheetCopyInclusion.java index 3b378b538..24de23484 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SheetCopyInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/SheetCopyInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SheetEmailFormat.java b/src/main/java/com/smartsheet/api/models/enums/SheetEmailFormat.java index 42056cf2f..abaaf4d78 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SheetEmailFormat.java +++ b/src/main/java/com/smartsheet/api/models/enums/SheetEmailFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SheetFilterOperator.java b/src/main/java/com/smartsheet/api/models/enums/SheetFilterOperator.java index 155169a6a..a6f8d1ced 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SheetFilterOperator.java +++ b/src/main/java/com/smartsheet/api/models/enums/SheetFilterOperator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SheetFilterType.java b/src/main/java/com/smartsheet/api/models/enums/SheetFilterType.java index 49413b6cc..b40fdeba0 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SheetFilterType.java +++ b/src/main/java/com/smartsheet/api/models/enums/SheetFilterType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SheetInclusion.java b/src/main/java/com/smartsheet/api/models/enums/SheetInclusion.java index 14edcb730..c9adb36a3 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SheetInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/SheetInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SheetTemplateInclusion.java b/src/main/java/com/smartsheet/api/models/enums/SheetTemplateInclusion.java index 01e9951c9..dde125a7a 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SheetTemplateInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/SheetTemplateInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SightInclusion.java b/src/main/java/com/smartsheet/api/models/enums/SightInclusion.java index e814934fc..021eaa7e3 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SightInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/SightInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SortDirection.java b/src/main/java/com/smartsheet/api/models/enums/SortDirection.java index d1774c50a..765cca887 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SortDirection.java +++ b/src/main/java/com/smartsheet/api/models/enums/SortDirection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SourceExclusion.java b/src/main/java/com/smartsheet/api/models/enums/SourceExclusion.java index b68dea939..4379b88ae 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SourceExclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/SourceExclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SourceInclusion.java b/src/main/java/com/smartsheet/api/models/enums/SourceInclusion.java index 2a39fc38a..299aa2cb1 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SourceInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/SourceInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SourceType.java b/src/main/java/com/smartsheet/api/models/enums/SourceType.java index 1e4f69b9c..7be792958 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SourceType.java +++ b/src/main/java/com/smartsheet/api/models/enums/SourceType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SummaryFieldExclusion.java b/src/main/java/com/smartsheet/api/models/enums/SummaryFieldExclusion.java index 23f844525..16e25710e 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SummaryFieldExclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/SummaryFieldExclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SummaryFieldInclusion.java b/src/main/java/com/smartsheet/api/models/enums/SummaryFieldInclusion.java index cd7b70629..bea1bd8c0 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SummaryFieldInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/SummaryFieldInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/Symbol.java b/src/main/java/com/smartsheet/api/models/enums/Symbol.java index 48b256823..e7a99e31a 100644 --- a/src/main/java/com/smartsheet/api/models/enums/Symbol.java +++ b/src/main/java/com/smartsheet/api/models/enums/Symbol.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/SystemColumnType.java b/src/main/java/com/smartsheet/api/models/enums/SystemColumnType.java index 0f7b43c84..62160a9ca 100644 --- a/src/main/java/com/smartsheet/api/models/enums/SystemColumnType.java +++ b/src/main/java/com/smartsheet/api/models/enums/SystemColumnType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/UpdateRequestStatus.java b/src/main/java/com/smartsheet/api/models/enums/UpdateRequestStatus.java index fee6b6d1d..76d4e1905 100644 --- a/src/main/java/com/smartsheet/api/models/enums/UpdateRequestStatus.java +++ b/src/main/java/com/smartsheet/api/models/enums/UpdateRequestStatus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/UserInclusion.java b/src/main/java/com/smartsheet/api/models/enums/UserInclusion.java index 35558dd80..8188e9056 100644 --- a/src/main/java/com/smartsheet/api/models/enums/UserInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/UserInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/UserStatus.java b/src/main/java/com/smartsheet/api/models/enums/UserStatus.java index 8251675e2..e8eafb6a7 100644 --- a/src/main/java/com/smartsheet/api/models/enums/UserStatus.java +++ b/src/main/java/com/smartsheet/api/models/enums/UserStatus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/WebhookStatus.java b/src/main/java/com/smartsheet/api/models/enums/WebhookStatus.java index c21510bf5..5db8b3146 100644 --- a/src/main/java/com/smartsheet/api/models/enums/WebhookStatus.java +++ b/src/main/java/com/smartsheet/api/models/enums/WebhookStatus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/WidgetType.java b/src/main/java/com/smartsheet/api/models/enums/WidgetType.java index 0e1fa7fe0..af8bdace8 100644 --- a/src/main/java/com/smartsheet/api/models/enums/WidgetType.java +++ b/src/main/java/com/smartsheet/api/models/enums/WidgetType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/WorkspaceCopyInclusion.java b/src/main/java/com/smartsheet/api/models/enums/WorkspaceCopyInclusion.java index ec556235a..f4dbfd034 100644 --- a/src/main/java/com/smartsheet/api/models/enums/WorkspaceCopyInclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/WorkspaceCopyInclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/enums/WorkspaceRemapExclusion.java b/src/main/java/com/smartsheet/api/models/enums/WorkspaceRemapExclusion.java index 9f0fb332f..24ba8d806 100644 --- a/src/main/java/com/smartsheet/api/models/enums/WorkspaceRemapExclusion.java +++ b/src/main/java/com/smartsheet/api/models/enums/WorkspaceRemapExclusion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/Bold.java b/src/main/java/com/smartsheet/api/models/format/Bold.java index 8164d9c4a..be8ee1f1e 100644 --- a/src/main/java/com/smartsheet/api/models/format/Bold.java +++ b/src/main/java/com/smartsheet/api/models/format/Bold.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/Color.java b/src/main/java/com/smartsheet/api/models/format/Color.java index e74562eb2..81cc06289 100644 --- a/src/main/java/com/smartsheet/api/models/format/Color.java +++ b/src/main/java/com/smartsheet/api/models/format/Color.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/Currency.java b/src/main/java/com/smartsheet/api/models/format/Currency.java index b21d8607f..e2d6637b3 100644 --- a/src/main/java/com/smartsheet/api/models/format/Currency.java +++ b/src/main/java/com/smartsheet/api/models/format/Currency.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/DateFormat.java b/src/main/java/com/smartsheet/api/models/format/DateFormat.java index c8c7e322e..4f0d40989 100644 --- a/src/main/java/com/smartsheet/api/models/format/DateFormat.java +++ b/src/main/java/com/smartsheet/api/models/format/DateFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/DecimalCount.java b/src/main/java/com/smartsheet/api/models/format/DecimalCount.java index 7f55a9b78..9c3956a9a 100644 --- a/src/main/java/com/smartsheet/api/models/format/DecimalCount.java +++ b/src/main/java/com/smartsheet/api/models/format/DecimalCount.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/FontFamily.java b/src/main/java/com/smartsheet/api/models/format/FontFamily.java index 3e8aec6ff..64b5eb5fc 100644 --- a/src/main/java/com/smartsheet/api/models/format/FontFamily.java +++ b/src/main/java/com/smartsheet/api/models/format/FontFamily.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/FontSize.java b/src/main/java/com/smartsheet/api/models/format/FontSize.java index 3fd3c33bd..25d1661e3 100644 --- a/src/main/java/com/smartsheet/api/models/format/FontSize.java +++ b/src/main/java/com/smartsheet/api/models/format/FontSize.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/Format.java b/src/main/java/com/smartsheet/api/models/format/Format.java index 5db0a7a84..9e64aa0d0 100644 --- a/src/main/java/com/smartsheet/api/models/format/Format.java +++ b/src/main/java/com/smartsheet/api/models/format/Format.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/HorizontalAlignment.java b/src/main/java/com/smartsheet/api/models/format/HorizontalAlignment.java index e705e5903..ad3d8c305 100644 --- a/src/main/java/com/smartsheet/api/models/format/HorizontalAlignment.java +++ b/src/main/java/com/smartsheet/api/models/format/HorizontalAlignment.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/Italic.java b/src/main/java/com/smartsheet/api/models/format/Italic.java index af0368bf9..b4f86cbe5 100644 --- a/src/main/java/com/smartsheet/api/models/format/Italic.java +++ b/src/main/java/com/smartsheet/api/models/format/Italic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/NumberFormat.java b/src/main/java/com/smartsheet/api/models/format/NumberFormat.java index c66841a22..489b3ed86 100644 --- a/src/main/java/com/smartsheet/api/models/format/NumberFormat.java +++ b/src/main/java/com/smartsheet/api/models/format/NumberFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/Strikethrough.java b/src/main/java/com/smartsheet/api/models/format/Strikethrough.java index 75a55027a..950f9b01d 100644 --- a/src/main/java/com/smartsheet/api/models/format/Strikethrough.java +++ b/src/main/java/com/smartsheet/api/models/format/Strikethrough.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/TextWrap.java b/src/main/java/com/smartsheet/api/models/format/TextWrap.java index 436ec93af..4711bc5c0 100644 --- a/src/main/java/com/smartsheet/api/models/format/TextWrap.java +++ b/src/main/java/com/smartsheet/api/models/format/TextWrap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/ThousandsSeparator.java b/src/main/java/com/smartsheet/api/models/format/ThousandsSeparator.java index 0d8be161e..4c3faadf2 100644 --- a/src/main/java/com/smartsheet/api/models/format/ThousandsSeparator.java +++ b/src/main/java/com/smartsheet/api/models/format/ThousandsSeparator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/Underline.java b/src/main/java/com/smartsheet/api/models/format/Underline.java index df04d671f..75942b7db 100644 --- a/src/main/java/com/smartsheet/api/models/format/Underline.java +++ b/src/main/java/com/smartsheet/api/models/format/Underline.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/models/format/VerticalAlignment.java b/src/main/java/com/smartsheet/api/models/format/VerticalAlignment.java index a401c1f18..58485ef2b 100644 --- a/src/main/java/com/smartsheet/api/models/format/VerticalAlignment.java +++ b/src/main/java/com/smartsheet/api/models/format/VerticalAlignment.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/AccessDeniedException.java b/src/main/java/com/smartsheet/api/oauth/AccessDeniedException.java index a43ef3370..2902a20ff 100644 --- a/src/main/java/com/smartsheet/api/oauth/AccessDeniedException.java +++ b/src/main/java/com/smartsheet/api/oauth/AccessDeniedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/AccessScope.java b/src/main/java/com/smartsheet/api/oauth/AccessScope.java index 05465123a..3e7b97725 100644 --- a/src/main/java/com/smartsheet/api/oauth/AccessScope.java +++ b/src/main/java/com/smartsheet/api/oauth/AccessScope.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/AuthorizationResult.java b/src/main/java/com/smartsheet/api/oauth/AuthorizationResult.java index ed8490214..029fed9c7 100644 --- a/src/main/java/com/smartsheet/api/oauth/AuthorizationResult.java +++ b/src/main/java/com/smartsheet/api/oauth/AuthorizationResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/InvalidOAuthClientException.java b/src/main/java/com/smartsheet/api/oauth/InvalidOAuthClientException.java index 6f32c982c..94cfee547 100644 --- a/src/main/java/com/smartsheet/api/oauth/InvalidOAuthClientException.java +++ b/src/main/java/com/smartsheet/api/oauth/InvalidOAuthClientException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/InvalidOAuthGrantException.java b/src/main/java/com/smartsheet/api/oauth/InvalidOAuthGrantException.java index 52f8da9b5..f17658ddc 100644 --- a/src/main/java/com/smartsheet/api/oauth/InvalidOAuthGrantException.java +++ b/src/main/java/com/smartsheet/api/oauth/InvalidOAuthGrantException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/InvalidScopeException.java b/src/main/java/com/smartsheet/api/oauth/InvalidScopeException.java index 855497d3e..f6f150cee 100644 --- a/src/main/java/com/smartsheet/api/oauth/InvalidScopeException.java +++ b/src/main/java/com/smartsheet/api/oauth/InvalidScopeException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/InvalidTokenRequestException.java b/src/main/java/com/smartsheet/api/oauth/InvalidTokenRequestException.java index 658f60030..5f2d204e4 100644 --- a/src/main/java/com/smartsheet/api/oauth/InvalidTokenRequestException.java +++ b/src/main/java/com/smartsheet/api/oauth/InvalidTokenRequestException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/OAuthAuthorizationCodeException.java b/src/main/java/com/smartsheet/api/oauth/OAuthAuthorizationCodeException.java index acc170297..ba90fd0bf 100644 --- a/src/main/java/com/smartsheet/api/oauth/OAuthAuthorizationCodeException.java +++ b/src/main/java/com/smartsheet/api/oauth/OAuthAuthorizationCodeException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/OAuthFlow.java b/src/main/java/com/smartsheet/api/oauth/OAuthFlow.java index d26a6b109..ad8c83b8b 100644 --- a/src/main/java/com/smartsheet/api/oauth/OAuthFlow.java +++ b/src/main/java/com/smartsheet/api/oauth/OAuthFlow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/OAuthFlowBuilder.java b/src/main/java/com/smartsheet/api/oauth/OAuthFlowBuilder.java index 55c37e385..ffac85487 100644 --- a/src/main/java/com/smartsheet/api/oauth/OAuthFlowBuilder.java +++ b/src/main/java/com/smartsheet/api/oauth/OAuthFlowBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/OAuthTokenException.java b/src/main/java/com/smartsheet/api/oauth/OAuthTokenException.java index ff2ecb3b0..14caebf53 100644 --- a/src/main/java/com/smartsheet/api/oauth/OAuthTokenException.java +++ b/src/main/java/com/smartsheet/api/oauth/OAuthTokenException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/Token.java b/src/main/java/com/smartsheet/api/oauth/Token.java index 60bbac95b..32b2f60a8 100644 --- a/src/main/java/com/smartsheet/api/oauth/Token.java +++ b/src/main/java/com/smartsheet/api/oauth/Token.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/UnsupportedOAuthGrantTypeException.java b/src/main/java/com/smartsheet/api/oauth/UnsupportedOAuthGrantTypeException.java index b3e5d8d6e..d36ddfd71 100644 --- a/src/main/java/com/smartsheet/api/oauth/UnsupportedOAuthGrantTypeException.java +++ b/src/main/java/com/smartsheet/api/oauth/UnsupportedOAuthGrantTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/smartsheet/api/oauth/UnsupportedResponseTypeException.java b/src/main/java/com/smartsheet/api/oauth/UnsupportedResponseTypeException.java index 6dc793641..d47555a4e 100644 --- a/src/main/java/com/smartsheet/api/oauth/UnsupportedResponseTypeException.java +++ b/src/main/java/com/smartsheet/api/oauth/UnsupportedResponseTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/sample/java/com/smartsheet/api/sample/Sample.java b/src/sample/java/com/smartsheet/api/sample/Sample.java index 648a1b48a..243877b3e 100644 --- a/src/sample/java/com/smartsheet/api/sample/Sample.java +++ b/src/sample/java/com/smartsheet/api/sample/Sample.java @@ -4,7 +4,7 @@ * #[license] * Smartsheet Java SDK * %% -* Copyright (C) 2024 Smartsheet +* Copyright (C) 2025 Smartsheet * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/AccessTokenExpiredExceptionTest.java b/src/test/java/com/smartsheet/api/AccessTokenExpiredExceptionTest.java index a7102fb61..256f999e6 100644 --- a/src/test/java/com/smartsheet/api/AccessTokenExpiredExceptionTest.java +++ b/src/test/java/com/smartsheet/api/AccessTokenExpiredExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/HttpTestServer.java b/src/test/java/com/smartsheet/api/HttpTestServer.java index 487de4794..82f10f799 100644 --- a/src/test/java/com/smartsheet/api/HttpTestServer.java +++ b/src/test/java/com/smartsheet/api/HttpTestServer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/ResourceNotFoundExceptionTest.java b/src/test/java/com/smartsheet/api/ResourceNotFoundExceptionTest.java index 02d435cfc..9f8e50e09 100644 --- a/src/test/java/com/smartsheet/api/ResourceNotFoundExceptionTest.java +++ b/src/test/java/com/smartsheet/api/ResourceNotFoundExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/ServiceUnavailableExceptionTest.java b/src/test/java/com/smartsheet/api/ServiceUnavailableExceptionTest.java index 7b1ca27ff..b1bce1f9c 100644 --- a/src/test/java/com/smartsheet/api/ServiceUnavailableExceptionTest.java +++ b/src/test/java/com/smartsheet/api/ServiceUnavailableExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/SmartsheetBuilderTest.java b/src/test/java/com/smartsheet/api/SmartsheetBuilderTest.java index 40e9f338b..80b929204 100644 --- a/src/test/java/com/smartsheet/api/SmartsheetBuilderTest.java +++ b/src/test/java/com/smartsheet/api/SmartsheetBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/SmartsheetExceptionTest.java b/src/test/java/com/smartsheet/api/SmartsheetExceptionTest.java index 9cafb703f..6bdfc7e2e 100644 --- a/src/test/java/com/smartsheet/api/SmartsheetExceptionTest.java +++ b/src/test/java/com/smartsheet/api/SmartsheetExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/SmartsheetFactoryTest.java b/src/test/java/com/smartsheet/api/SmartsheetFactoryTest.java index 5ee9a6b09..458768dd9 100644 --- a/src/test/java/com/smartsheet/api/SmartsheetFactoryTest.java +++ b/src/test/java/com/smartsheet/api/SmartsheetFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/TraceTest.java b/src/test/java/com/smartsheet/api/TraceTest.java index e87fdb008..4bcd1b355 100644 --- a/src/test/java/com/smartsheet/api/TraceTest.java +++ b/src/test/java/com/smartsheet/api/TraceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/AttachmentResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/AttachmentResourcesIT.java index 717d33727..0397db7b9 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/AttachmentResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/AttachmentResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/CellResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/CellResourcesIT.java index 118e396fb..2cb7f48cf 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/CellResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/CellResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/ColumnResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/ColumnResourcesIT.java index b9e5ba953..12f242b57 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/ColumnResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/ColumnResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/CommentResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/CommentResourcesIT.java index ca7c5a4d8..1d6460823 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/CommentResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/CommentResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/ContactResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/ContactResourcesIT.java index 6a0b46979..c861d4342 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/ContactResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/ContactResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/DiscussionResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/DiscussionResourcesIT.java index 2478f8e53..36f25f70f 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/DiscussionResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/DiscussionResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/EventResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/EventResourcesIT.java index 1ec2be9e1..92e1aae09 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/EventResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/EventResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/FavoriteResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/FavoriteResourcesIT.java index 9ff7917e7..c53ebab77 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/FavoriteResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/FavoriteResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/FolderResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/FolderResourcesIT.java index badbe80e1..059b07af0 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/FolderResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/FolderResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/GroupResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/GroupResourcesIT.java index bdca8b71a..bbfb8c1e4 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/GroupResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/GroupResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/HomeResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/HomeResourcesIT.java index 3864ea7f7..fb8b91d20 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/HomeResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/HomeResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/ITResourcesImpl.java b/src/test/java/com/smartsheet/api/integrationtest/ITResourcesImpl.java index c445c0ad4..ff0a2ab48 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/ITResourcesImpl.java +++ b/src/test/java/com/smartsheet/api/integrationtest/ITResourcesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/MultiPicklistIT.java b/src/test/java/com/smartsheet/api/integrationtest/MultiPicklistIT.java index 24b43ecda..4bbba8dd6 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/MultiPicklistIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/MultiPicklistIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/PassthroughResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/PassthroughResourcesIT.java index 8dced10b0..8429496ab 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/PassthroughResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/PassthroughResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/ReportResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/ReportResourcesIT.java index dbb736746..d9bf22269 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/ReportResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/ReportResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/RowResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/RowResourcesIT.java index 8ba43bdb1..791623197 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/RowResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/RowResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/SearchResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/SearchResourcesIT.java index 3653709d2..d0db14b39 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/SearchResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/SearchResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/ServerInfoIT.java b/src/test/java/com/smartsheet/api/integrationtest/ServerInfoIT.java index e9e392c1f..a9d3b9984 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/ServerInfoIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/ServerInfoIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/ShareResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/ShareResourcesIT.java index aff32b189..6f30fdb62 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/ShareResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/ShareResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/SheetResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/SheetResourcesIT.java index 0f1e81303..56b408651 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/SheetResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/SheetResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/SheetSummaryResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/SheetSummaryResourcesIT.java index de02bae31..f6c18ff9c 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/SheetSummaryResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/SheetSummaryResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/TemplateResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/TemplateResourcesIT.java index 94c341ad4..bf5844a9c 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/TemplateResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/TemplateResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/TokenResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/TokenResourcesIT.java index ef8b071e1..a4300c8cb 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/TokenResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/TokenResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/UserResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/UserResourcesIT.java index c0d183431..4417c5e07 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/UserResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/UserResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/integrationtest/WorkspaceResourcesIT.java b/src/test/java/com/smartsheet/api/integrationtest/WorkspaceResourcesIT.java index eafb80a47..b48e64b05 100644 --- a/src/test/java/com/smartsheet/api/integrationtest/WorkspaceResourcesIT.java +++ b/src/test/java/com/smartsheet/api/integrationtest/WorkspaceResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/AbstractResourcesTest.java b/src/test/java/com/smartsheet/api/internal/AbstractResourcesTest.java index 706cf3d7f..67ae9cabb 100644 --- a/src/test/java/com/smartsheet/api/internal/AbstractResourcesTest.java +++ b/src/test/java/com/smartsheet/api/internal/AbstractResourcesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/AttachmentVersioningResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/AttachmentVersioningResourcesImplTest.java index 18618d7c8..0ac12a4cf 100644 --- a/src/test/java/com/smartsheet/api/internal/AttachmentVersioningResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/AttachmentVersioningResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/CommentAttachmentResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/CommentAttachmentResourcesImplTest.java index b72548c8b..43ee88439 100644 --- a/src/test/java/com/smartsheet/api/internal/CommentAttachmentResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/CommentAttachmentResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/ContactResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/ContactResourcesImplTest.java index db63c467e..6e8060fd6 100644 --- a/src/test/java/com/smartsheet/api/internal/ContactResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/ContactResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesImplTest.java index 6e9b9fc0c..6e698b75b 100644 --- a/src/test/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesTest.java b/src/test/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesTest.java index 3777c2e56..620a208cd 100644 --- a/src/test/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesTest.java +++ b/src/test/java/com/smartsheet/api/internal/DiscussionAttachmentResourcesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/DiscussionCommentResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/DiscussionCommentResourcesImplTest.java index b6c013322..530aabe55 100644 --- a/src/test/java/com/smartsheet/api/internal/DiscussionCommentResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/DiscussionCommentResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/DiscussionResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/DiscussionResourcesImplTest.java index 6c92cc813..8a4c501f9 100644 --- a/src/test/java/com/smartsheet/api/internal/DiscussionResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/DiscussionResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/EventResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/EventResourcesImplTest.java index b038ed73b..317f41edd 100644 --- a/src/test/java/com/smartsheet/api/internal/EventResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/EventResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/FavoriteResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/FavoriteResourcesImplTest.java index 48ff6e4b4..845407aba 100644 --- a/src/test/java/com/smartsheet/api/internal/FavoriteResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/FavoriteResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/FolderResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/FolderResourcesImplTest.java index f2641151e..1d15021c9 100644 --- a/src/test/java/com/smartsheet/api/internal/FolderResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/FolderResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/GroupResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/GroupResourcesImplTest.java index 4526072fb..0c058e560 100644 --- a/src/test/java/com/smartsheet/api/internal/GroupResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/GroupResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/HomeFolderResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/HomeFolderResourcesImplTest.java index d2211e623..188d9aeed 100644 --- a/src/test/java/com/smartsheet/api/internal/HomeFolderResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/HomeFolderResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/HomeResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/HomeResourcesImplTest.java index af6893ea8..4bb9769ff 100644 --- a/src/test/java/com/smartsheet/api/internal/HomeResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/HomeResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/ImageUrlResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/ImageUrlResourcesImplTest.java index 8c8b1b3a0..7aaed8285 100644 --- a/src/test/java/com/smartsheet/api/internal/ImageUrlResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/ImageUrlResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/PassthroughResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/PassthroughResourcesImplTest.java index fb2f6deaa..dc7fc0b7c 100644 --- a/src/test/java/com/smartsheet/api/internal/PassthroughResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/PassthroughResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/ReportResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/ReportResourcesImplTest.java index 24e1c18e7..b417003e2 100644 --- a/src/test/java/com/smartsheet/api/internal/ReportResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/ReportResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/ResourcesImplBase.java b/src/test/java/com/smartsheet/api/internal/ResourcesImplBase.java index 9c09c6308..71acf9679 100644 --- a/src/test/java/com/smartsheet/api/internal/ResourcesImplBase.java +++ b/src/test/java/com/smartsheet/api/internal/ResourcesImplBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/RowAttachmentResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/RowAttachmentResourcesImplTest.java index 03167fa6b..224865f4d 100644 --- a/src/test/java/com/smartsheet/api/internal/RowAttachmentResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/RowAttachmentResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/RowColumnResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/RowColumnResourcesImplTest.java index 75d2d1b47..d7ee73d5e 100644 --- a/src/test/java/com/smartsheet/api/internal/RowColumnResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/RowColumnResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/RowDiscussionResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/RowDiscussionResourcesImplTest.java index beea6512b..d50d9348e 100644 --- a/src/test/java/com/smartsheet/api/internal/RowDiscussionResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/RowDiscussionResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/SearchResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/SearchResourcesImplTest.java index 2a7a2a351..106c8aa3e 100644 --- a/src/test/java/com/smartsheet/api/internal/SearchResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/SearchResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/ServerInfoResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/ServerInfoResourcesImplTest.java index 09a4e682f..8512b11fa 100644 --- a/src/test/java/com/smartsheet/api/internal/ServerInfoResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/ServerInfoResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/ShareResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/ShareResourcesImplTest.java index 70adfbb65..485fe1ae3 100644 --- a/src/test/java/com/smartsheet/api/internal/ShareResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/ShareResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/SheetAttachmentResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/SheetAttachmentResourcesImplTest.java index e72887ca2..468615cb2 100644 --- a/src/test/java/com/smartsheet/api/internal/SheetAttachmentResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/SheetAttachmentResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/SheetColumnResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/SheetColumnResourcesImplTest.java index 0affb7070..75fa58feb 100644 --- a/src/test/java/com/smartsheet/api/internal/SheetColumnResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/SheetColumnResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/SheetCommentResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/SheetCommentResourcesImplTest.java index a1f5a8541..57e4f85d5 100644 --- a/src/test/java/com/smartsheet/api/internal/SheetCommentResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/SheetCommentResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/SheetDiscussionResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/SheetDiscussionResourcesImplTest.java index cb92a1fa2..ce21beaf6 100644 --- a/src/test/java/com/smartsheet/api/internal/SheetDiscussionResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/SheetDiscussionResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/SheetResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/SheetResourcesImplTest.java index 907f2ae8c..4ada2ffd6 100644 --- a/src/test/java/com/smartsheet/api/internal/SheetResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/SheetResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/SheetRowResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/SheetRowResourcesImplTest.java index 4c5d1d2bf..ba3b6a96d 100644 --- a/src/test/java/com/smartsheet/api/internal/SheetRowResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/SheetRowResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/SightResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/SightResourcesImplTest.java index 0b06dfb3b..31f126db6 100644 --- a/src/test/java/com/smartsheet/api/internal/SightResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/SightResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/SmartsheetImplTest.java b/src/test/java/com/smartsheet/api/internal/SmartsheetImplTest.java index bab211baf..26a3fda5c 100644 --- a/src/test/java/com/smartsheet/api/internal/SmartsheetImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/SmartsheetImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/TemplateResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/TemplateResourcesImplTest.java index f5667a4a7..3fcf1c94f 100644 --- a/src/test/java/com/smartsheet/api/internal/TemplateResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/TemplateResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/TokenResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/TokenResourcesImplTest.java index 9698c3b19..12e9ac331 100644 --- a/src/test/java/com/smartsheet/api/internal/TokenResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/TokenResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/UserResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/UserResourcesImplTest.java index 71ecc9921..096de4666 100644 --- a/src/test/java/com/smartsheet/api/internal/UserResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/UserResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/WebhookResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/WebhookResourcesImplTest.java index 19ad0de48..de531aeba 100644 --- a/src/test/java/com/smartsheet/api/internal/WebhookResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/WebhookResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/WorkspaceFolderResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/WorkspaceFolderResourcesImplTest.java index baee9af4d..1f2485b7e 100644 --- a/src/test/java/com/smartsheet/api/internal/WorkspaceFolderResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/WorkspaceFolderResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/WorkspaceResourcesImplTest.java b/src/test/java/com/smartsheet/api/internal/WorkspaceResourcesImplTest.java index 1270f53fc..347bdd541 100644 --- a/src/test/java/com/smartsheet/api/internal/WorkspaceResourcesImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/WorkspaceResourcesImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/http/DefaultHttpClientIT.java b/src/test/java/com/smartsheet/api/internal/http/DefaultHttpClientIT.java index 4e982776a..40901b78c 100644 --- a/src/test/java/com/smartsheet/api/internal/http/DefaultHttpClientIT.java +++ b/src/test/java/com/smartsheet/api/internal/http/DefaultHttpClientIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/json/JacksonJsonSerializerTest.java b/src/test/java/com/smartsheet/api/internal/json/JacksonJsonSerializerTest.java index 28d691442..eb1e15a71 100644 --- a/src/test/java/com/smartsheet/api/internal/json/JacksonJsonSerializerTest.java +++ b/src/test/java/com/smartsheet/api/internal/json/JacksonJsonSerializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/json/JsonSerializerExceptionTest.java b/src/test/java/com/smartsheet/api/internal/json/JsonSerializerExceptionTest.java index 5aa4235c1..f3abbac37 100644 --- a/src/test/java/com/smartsheet/api/internal/json/JsonSerializerExceptionTest.java +++ b/src/test/java/com/smartsheet/api/internal/json/JsonSerializerExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/json/ObjectValueDeserializerTest.java b/src/test/java/com/smartsheet/api/internal/json/ObjectValueDeserializerTest.java index 456bbad4e..b78492e4d 100644 --- a/src/test/java/com/smartsheet/api/internal/json/ObjectValueDeserializerTest.java +++ b/src/test/java/com/smartsheet/api/internal/json/ObjectValueDeserializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/oauth/OAuthFlowImplTest.java b/src/test/java/com/smartsheet/api/internal/oauth/OAuthFlowImplTest.java index f206b684f..c1a319bc6 100644 --- a/src/test/java/com/smartsheet/api/internal/oauth/OAuthFlowImplTest.java +++ b/src/test/java/com/smartsheet/api/internal/oauth/OAuthFlowImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/util/CleanerUtilTest.java b/src/test/java/com/smartsheet/api/internal/util/CleanerUtilTest.java index 57425699f..c47a9cff0 100644 --- a/src/test/java/com/smartsheet/api/internal/util/CleanerUtilTest.java +++ b/src/test/java/com/smartsheet/api/internal/util/CleanerUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/util/DeleteUserParametersTest.java b/src/test/java/com/smartsheet/api/internal/util/DeleteUserParametersTest.java index 165097d14..d716b1f92 100644 --- a/src/test/java/com/smartsheet/api/internal/util/DeleteUserParametersTest.java +++ b/src/test/java/com/smartsheet/api/internal/util/DeleteUserParametersTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/util/QueryUtilTest.java b/src/test/java/com/smartsheet/api/internal/util/QueryUtilTest.java index 8afb33d28..52c73a50d 100644 --- a/src/test/java/com/smartsheet/api/internal/util/QueryUtilTest.java +++ b/src/test/java/com/smartsheet/api/internal/util/QueryUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/util/StreamUtilTest.java b/src/test/java/com/smartsheet/api/internal/util/StreamUtilTest.java index d2fe1acf9..6fa74eca7 100644 --- a/src/test/java/com/smartsheet/api/internal/util/StreamUtilTest.java +++ b/src/test/java/com/smartsheet/api/internal/util/StreamUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/internal/util/UtilTest.java b/src/test/java/com/smartsheet/api/internal/util/UtilTest.java index 238881fd5..b648042be 100644 --- a/src/test/java/com/smartsheet/api/internal/util/UtilTest.java +++ b/src/test/java/com/smartsheet/api/internal/util/UtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/logging/LoggingIT.java b/src/test/java/com/smartsheet/api/logging/LoggingIT.java index 3dad7aa63..89045ca40 100644 --- a/src/test/java/com/smartsheet/api/logging/LoggingIT.java +++ b/src/test/java/com/smartsheet/api/logging/LoggingIT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/AccessLevelTest.java b/src/test/java/com/smartsheet/api/models/AccessLevelTest.java index fd1390432..e3343e613 100644 --- a/src/test/java/com/smartsheet/api/models/AccessLevelTest.java +++ b/src/test/java/com/smartsheet/api/models/AccessLevelTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/AccessScopeTest.java b/src/test/java/com/smartsheet/api/models/AccessScopeTest.java index 1a0a7546f..cd1cacd62 100644 --- a/src/test/java/com/smartsheet/api/models/AccessScopeTest.java +++ b/src/test/java/com/smartsheet/api/models/AccessScopeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/AttachmentParentTypeTest.java b/src/test/java/com/smartsheet/api/models/AttachmentParentTypeTest.java index 3e3252c8b..5695063ac 100644 --- a/src/test/java/com/smartsheet/api/models/AttachmentParentTypeTest.java +++ b/src/test/java/com/smartsheet/api/models/AttachmentParentTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/AttachmentSubTypeTest.java b/src/test/java/com/smartsheet/api/models/AttachmentSubTypeTest.java index 45dfad925..76c609afb 100644 --- a/src/test/java/com/smartsheet/api/models/AttachmentSubTypeTest.java +++ b/src/test/java/com/smartsheet/api/models/AttachmentSubTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/AttachmentTypeTest.java b/src/test/java/com/smartsheet/api/models/AttachmentTypeTest.java index ffd7d484c..0e0ba142e 100644 --- a/src/test/java/com/smartsheet/api/models/AttachmentTypeTest.java +++ b/src/test/java/com/smartsheet/api/models/AttachmentTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/ColumnTagTest.java b/src/test/java/com/smartsheet/api/models/ColumnTagTest.java index 552e2897e..e2606b200 100644 --- a/src/test/java/com/smartsheet/api/models/ColumnTagTest.java +++ b/src/test/java/com/smartsheet/api/models/ColumnTagTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/ColumnTypeTest.java b/src/test/java/com/smartsheet/api/models/ColumnTypeTest.java index 20b12fe77..66b9680ba 100644 --- a/src/test/java/com/smartsheet/api/models/ColumnTypeTest.java +++ b/src/test/java/com/smartsheet/api/models/ColumnTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/IdentifiableModelTest.java b/src/test/java/com/smartsheet/api/models/IdentifiableModelTest.java index c1bf9abdb..4a44faf84 100644 --- a/src/test/java/com/smartsheet/api/models/IdentifiableModelTest.java +++ b/src/test/java/com/smartsheet/api/models/IdentifiableModelTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/ObjectExclusionTest.java b/src/test/java/com/smartsheet/api/models/ObjectExclusionTest.java index ac9c67efb..2bab79c5c 100644 --- a/src/test/java/com/smartsheet/api/models/ObjectExclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/ObjectExclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/ObjectInclusionTest.java b/src/test/java/com/smartsheet/api/models/ObjectInclusionTest.java index fe8461809..9ce1d575b 100644 --- a/src/test/java/com/smartsheet/api/models/ObjectInclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/ObjectInclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/PaginationParametersTest.java b/src/test/java/com/smartsheet/api/models/PaginationParametersTest.java index 9069aef1e..15d57e8ac 100644 --- a/src/test/java/com/smartsheet/api/models/PaginationParametersTest.java +++ b/src/test/java/com/smartsheet/api/models/PaginationParametersTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/PaperSizeTest.java b/src/test/java/com/smartsheet/api/models/PaperSizeTest.java index 3884b7703..4c4b8f951 100644 --- a/src/test/java/com/smartsheet/api/models/PaperSizeTest.java +++ b/src/test/java/com/smartsheet/api/models/PaperSizeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/RecipientEmailTest.java b/src/test/java/com/smartsheet/api/models/RecipientEmailTest.java index 547bd9c12..44a1cccb8 100644 --- a/src/test/java/com/smartsheet/api/models/RecipientEmailTest.java +++ b/src/test/java/com/smartsheet/api/models/RecipientEmailTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/RecipientGroupTest.java b/src/test/java/com/smartsheet/api/models/RecipientGroupTest.java index 4783f0a4e..fbeb27162 100644 --- a/src/test/java/com/smartsheet/api/models/RecipientGroupTest.java +++ b/src/test/java/com/smartsheet/api/models/RecipientGroupTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/RowTest.java b/src/test/java/com/smartsheet/api/models/RowTest.java index 0a94fa37b..30cc9f6c0 100644 --- a/src/test/java/com/smartsheet/api/models/RowTest.java +++ b/src/test/java/com/smartsheet/api/models/RowTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/SheetEmailFormatTest.java b/src/test/java/com/smartsheet/api/models/SheetEmailFormatTest.java index e5afb437a..3237b876c 100644 --- a/src/test/java/com/smartsheet/api/models/SheetEmailFormatTest.java +++ b/src/test/java/com/smartsheet/api/models/SheetEmailFormatTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/SheetTest.java b/src/test/java/com/smartsheet/api/models/SheetTest.java index 6bd30a34f..af670941b 100644 --- a/src/test/java/com/smartsheet/api/models/SheetTest.java +++ b/src/test/java/com/smartsheet/api/models/SheetTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/SymbolTest.java b/src/test/java/com/smartsheet/api/models/SymbolTest.java index 581011cc8..9b6f198a4 100644 --- a/src/test/java/com/smartsheet/api/models/SymbolTest.java +++ b/src/test/java/com/smartsheet/api/models/SymbolTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/SystemColumnTypeTest.java b/src/test/java/com/smartsheet/api/models/SystemColumnTypeTest.java index d98dc6bf9..76ffc7f88 100644 --- a/src/test/java/com/smartsheet/api/models/SystemColumnTypeTest.java +++ b/src/test/java/com/smartsheet/api/models/SystemColumnTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/UserStatusTest.java b/src/test/java/com/smartsheet/api/models/UserStatusTest.java index ced105cbf..25d1a7d88 100644 --- a/src/test/java/com/smartsheet/api/models/UserStatusTest.java +++ b/src/test/java/com/smartsheet/api/models/UserStatusTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/AutomationActionFrequencyTest.java b/src/test/java/com/smartsheet/api/models/enums/AutomationActionFrequencyTest.java index 0ab49b582..1c3351b1e 100644 --- a/src/test/java/com/smartsheet/api/models/enums/AutomationActionFrequencyTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/AutomationActionFrequencyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/AutomationActionTypeTest.java b/src/test/java/com/smartsheet/api/models/enums/AutomationActionTypeTest.java index 835f90a5f..580f7ab45 100644 --- a/src/test/java/com/smartsheet/api/models/enums/AutomationActionTypeTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/AutomationActionTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/AutomationRuleDisabledReasonTest.java b/src/test/java/com/smartsheet/api/models/enums/AutomationRuleDisabledReasonTest.java index 8709374d6..af35c6d1f 100644 --- a/src/test/java/com/smartsheet/api/models/enums/AutomationRuleDisabledReasonTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/AutomationRuleDisabledReasonTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/CellHistoryInclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/CellHistoryInclusionTest.java index 7ee4cd1cf..97cff7a9c 100644 --- a/src/test/java/com/smartsheet/api/models/enums/CellHistoryInclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/CellHistoryInclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/CopyExclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/CopyExclusionTest.java index 6e87198e3..ab39f2d90 100644 --- a/src/test/java/com/smartsheet/api/models/enums/CopyExclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/CopyExclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/EventActionTest.java b/src/test/java/com/smartsheet/api/models/enums/EventActionTest.java index 6feea2159..454b63d00 100644 --- a/src/test/java/com/smartsheet/api/models/enums/EventActionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/EventActionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/EventObjectTypeTest.java b/src/test/java/com/smartsheet/api/models/enums/EventObjectTypeTest.java index e1330ba37..4fed90436 100644 --- a/src/test/java/com/smartsheet/api/models/enums/EventObjectTypeTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/EventObjectTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/EventSourceTest.java b/src/test/java/com/smartsheet/api/models/enums/EventSourceTest.java index 5a29a7a46..517198fe0 100644 --- a/src/test/java/com/smartsheet/api/models/enums/EventSourceTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/EventSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/FolderCopyInclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/FolderCopyInclusionTest.java index 519134535..efb7d32ce 100644 --- a/src/test/java/com/smartsheet/api/models/enums/FolderCopyInclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/FolderCopyInclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/FolderRemapExclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/FolderRemapExclusionTest.java index e1010edb7..0f48f0b33 100644 --- a/src/test/java/com/smartsheet/api/models/enums/FolderRemapExclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/FolderRemapExclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/ListUserInclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/ListUserInclusionTest.java index 8bd8ec483..3275ab945 100644 --- a/src/test/java/com/smartsheet/api/models/enums/ListUserInclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/ListUserInclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/SearchInclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/SearchInclusionTest.java index 97eaeffb0..8b857533c 100644 --- a/src/test/java/com/smartsheet/api/models/enums/SearchInclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/SearchInclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/SearchLocationTest.java b/src/test/java/com/smartsheet/api/models/enums/SearchLocationTest.java index 1bd848902..6c4d9ad30 100644 --- a/src/test/java/com/smartsheet/api/models/enums/SearchLocationTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/SearchLocationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/SearchScopeTest.java b/src/test/java/com/smartsheet/api/models/enums/SearchScopeTest.java index c20f1332e..4798be47c 100644 --- a/src/test/java/com/smartsheet/api/models/enums/SearchScopeTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/SearchScopeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/SheetCopyInclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/SheetCopyInclusionTest.java index 8a4f0f05d..3456e4da0 100644 --- a/src/test/java/com/smartsheet/api/models/enums/SheetCopyInclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/SheetCopyInclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/SightInclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/SightInclusionTest.java index 27d252425..015df3666 100644 --- a/src/test/java/com/smartsheet/api/models/enums/SightInclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/SightInclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/SourceExclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/SourceExclusionTest.java index ca347701e..d71c970f9 100644 --- a/src/test/java/com/smartsheet/api/models/enums/SourceExclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/SourceExclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/SummaryFieldExclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/SummaryFieldExclusionTest.java index ffd6418fc..ecf6f948d 100644 --- a/src/test/java/com/smartsheet/api/models/enums/SummaryFieldExclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/SummaryFieldExclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/SummaryFieldInclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/SummaryFieldInclusionTest.java index 02546dd6b..5d9ef2bd8 100644 --- a/src/test/java/com/smartsheet/api/models/enums/SummaryFieldInclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/SummaryFieldInclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/UpdateRequestStatusTest.java b/src/test/java/com/smartsheet/api/models/enums/UpdateRequestStatusTest.java index 573307894..e0b1cb925 100644 --- a/src/test/java/com/smartsheet/api/models/enums/UpdateRequestStatusTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/UpdateRequestStatusTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/UserInclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/UserInclusionTest.java index 9d457fac9..f9159d96a 100644 --- a/src/test/java/com/smartsheet/api/models/enums/UserInclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/UserInclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/WebhookStatusTest.java b/src/test/java/com/smartsheet/api/models/enums/WebhookStatusTest.java index b94913112..f3be65f9d 100644 --- a/src/test/java/com/smartsheet/api/models/enums/WebhookStatusTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/WebhookStatusTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/WorkspaceCopyInclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/WorkspaceCopyInclusionTest.java index bbaf11288..0d7baddf9 100644 --- a/src/test/java/com/smartsheet/api/models/enums/WorkspaceCopyInclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/WorkspaceCopyInclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/enums/WorkspaceRemapExclusionTest.java b/src/test/java/com/smartsheet/api/models/enums/WorkspaceRemapExclusionTest.java index d2eed05a8..45681ef04 100644 --- a/src/test/java/com/smartsheet/api/models/enums/WorkspaceRemapExclusionTest.java +++ b/src/test/java/com/smartsheet/api/models/enums/WorkspaceRemapExclusionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/format/CurrencyTest.java b/src/test/java/com/smartsheet/api/models/format/CurrencyTest.java index 1ecb28c7c..870b5e94f 100644 --- a/src/test/java/com/smartsheet/api/models/format/CurrencyTest.java +++ b/src/test/java/com/smartsheet/api/models/format/CurrencyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/models/format/FormatTest.java b/src/test/java/com/smartsheet/api/models/format/FormatTest.java index 7dbd7d15f..e42cbcb9d 100644 --- a/src/test/java/com/smartsheet/api/models/format/FormatTest.java +++ b/src/test/java/com/smartsheet/api/models/format/FormatTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/oauth/OAuthTokenExceptionTest.java b/src/test/java/com/smartsheet/api/oauth/OAuthTokenExceptionTest.java index 842f6cdd3..cf499c1c6 100644 --- a/src/test/java/com/smartsheet/api/oauth/OAuthTokenExceptionTest.java +++ b/src/test/java/com/smartsheet/api/oauth/OAuthTokenExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/resilience4j/RetryUtil.java b/src/test/java/com/smartsheet/api/resilience4j/RetryUtil.java index c6396a0f7..597ce5dec 100644 --- a/src/test/java/com/smartsheet/api/resilience4j/RetryUtil.java +++ b/src/test/java/com/smartsheet/api/resilience4j/RetryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/sdktest/AutomationRulesTest.java b/src/test/java/com/smartsheet/api/sdktest/AutomationRulesTest.java index b5fddad6f..3d9128ea8 100644 --- a/src/test/java/com/smartsheet/api/sdktest/AutomationRulesTest.java +++ b/src/test/java/com/smartsheet/api/sdktest/AutomationRulesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/sdktest/HelperFunctions.java b/src/test/java/com/smartsheet/api/sdktest/HelperFunctions.java index 419da146d..a9587b17a 100644 --- a/src/test/java/com/smartsheet/api/sdktest/HelperFunctions.java +++ b/src/test/java/com/smartsheet/api/sdktest/HelperFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/sdktest/RowTest.java b/src/test/java/com/smartsheet/api/sdktest/RowTest.java index 7b255eaf3..3ffa0e8a3 100644 --- a/src/test/java/com/smartsheet/api/sdktest/RowTest.java +++ b/src/test/java/com/smartsheet/api/sdktest/RowTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/sdktest/SheetTest.java b/src/test/java/com/smartsheet/api/sdktest/SheetTest.java index d6008d683..7a88ef4e9 100644 --- a/src/test/java/com/smartsheet/api/sdktest/SheetTest.java +++ b/src/test/java/com/smartsheet/api/sdktest/SheetTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/sdktest/SightsTest.java b/src/test/java/com/smartsheet/api/sdktest/SightsTest.java index 3d97d9503..e42ea21c0 100644 --- a/src/test/java/com/smartsheet/api/sdktest/SightsTest.java +++ b/src/test/java/com/smartsheet/api/sdktest/SightsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/smartsheet/api/sdktest/TestHttpClient.java b/src/test/java/com/smartsheet/api/sdktest/TestHttpClient.java index c35a785d7..4ff62f437 100644 --- a/src/test/java/com/smartsheet/api/sdktest/TestHttpClient.java +++ b/src/test/java/com/smartsheet/api/sdktest/TestHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Smartsheet + * Copyright (C) 2025 Smartsheet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.