public enum RepositoryArchiveFilter extends Enum<RepositoryArchiveFilter>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
flag() |
static RepositoryArchiveFilter |
fromString(String stringValue) |
static RepositoryArchiveFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryArchiveFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryArchiveFilter ACTIVE
public static final RepositoryArchiveFilter ALL
public static final RepositoryArchiveFilter ARCHIVED
public static RepositoryArchiveFilter[] values()
for (RepositoryArchiveFilter c : RepositoryArchiveFilter.values()) System.out.println(c);
public static RepositoryArchiveFilter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Nonnull public static RepositoryArchiveFilter fromString(@Nonnull String stringValue)
Copyright © 2023 Atlassian. All rights reserved.