public static enum Package.Type extends Enum<Package.Type> implements BmcEnum
Package type
Enum Constant and Description |
---|
Apk |
Deb |
Gem |
Go |
Java |
MsrcKb |
Npm |
PhpComposer |
Python |
Rpm |
Rust |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Package.Type |
create(String key) |
String |
getValue() |
static Package.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Package.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Package.Type Java
public static final Package.Type Apk
public static final Package.Type Rpm
public static final Package.Type Deb
public static final Package.Type Go
public static final Package.Type Npm
public static final Package.Type Python
public static final Package.Type Rust
public static final Package.Type PhpComposer
public static final Package.Type Gem
public static final Package.Type MsrcKb
public static final Package.Type UnknownEnumValue
public static Package.Type[] values()
for (Package.Type c : Package.Type.values()) System.out.println(c);
public static Package.Type 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 nullpublic static Package.Type create(String key)
Copyright © 2016–2024. All rights reserved.