Skip to content

Commit 7dd45a8

Browse files
authored
Update RepositoryBase.java
archived property added
1 parent 0770830 commit 7dd45a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/spotify/github/v3/repos/RepositoryBase.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ public interface RepositoryBase extends UpdateTracking {
5858
@JsonProperty("private")
5959
Boolean isPrivate();
6060

61+
/** Is it archived */
62+
@Nullable
63+
@JsonProperty("archived")
64+
Boolean isArchived();
65+
6166
/** Is it public */
6267
@JsonProperty("public")
6368
Optional<Boolean> isPublic();

0 commit comments

Comments
 (0)