@@ -132,7 +132,7 @@ static Collection<String> toNames(Collection<GHLabel> labels) {
132132 * @throws IOException
133133 * the io exception
134134 */
135- @ Preview
135+ @ BetaApi
136136 @ Deprecated
137137 static Creator create (GHRepository repository ) throws IOException {
138138 return new Creator (repository );
@@ -179,7 +179,7 @@ static PagedIterable<GHLabel> readAll(@Nonnull final GHRepository repository) th
179179 *
180180 * @return a {@link Updater}
181181 */
182- @ Preview
182+ @ BetaApi
183183 @ Deprecated
184184 public Updater update () {
185185 return new Updater (this );
@@ -190,7 +190,7 @@ public Updater update() {
190190 *
191191 * @return a {@link Setter}
192192 */
193- @ Preview
193+ @ BetaApi
194194 @ Deprecated
195195 public Setter set () {
196196 return new Setter (this );
@@ -227,7 +227,7 @@ public int hashCode() {
227227 *
228228 * {@link #done()} is called automatically after the property is set.
229229 */
230- @ Preview
230+ @ BetaApi
231231 @ Deprecated
232232 public static class Setter extends GHLabelBuilder <GHLabel > {
233233 private Setter (@ Nonnull GHLabel base ) {
@@ -241,7 +241,7 @@ private Setter(@Nonnull GHLabel base) {
241241 *
242242 * Consumer must call {@link #done()} to commit changes.
243243 */
244- @ Preview
244+ @ BetaApi
245245 @ Deprecated
246246 public static class Updater extends GHLabelBuilder <Updater > {
247247 private Updater (@ Nonnull GHLabel base ) {
@@ -255,7 +255,7 @@ private Updater(@Nonnull GHLabel base) {
255255 *
256256 * Consumer must call {@link #done()} to create the new instance.
257257 */
258- @ Preview
258+ @ BetaApi
259259 @ Deprecated
260260 public static class Creator extends GHLabelBuilder <Creator > {
261261 private Creator (@ Nonnull GHRepository repository ) {
0 commit comments