public static enum PatchSummary.PatchType extends Enum<PatchSummary.PatchType> implements BmcEnum
The type of the patch applied or being applied on the application.
Enum Constant and Description |
---|
Publish |
Refresh |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Unpublish |
Modifier and Type | Method and Description |
---|---|
static PatchSummary.PatchType |
create(String key) |
String |
getValue() |
static PatchSummary.PatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchSummary.PatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchSummary.PatchType Publish
public static final PatchSummary.PatchType Refresh
public static final PatchSummary.PatchType Unpublish
public static final PatchSummary.PatchType UnknownEnumValue
public static PatchSummary.PatchType[] values()
for (PatchSummary.PatchType c : PatchSummary.PatchType.values()) System.out.println(c);
public static PatchSummary.PatchType 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 PatchSummary.PatchType create(String key)
Copyright © 2016–2024. All rights reserved.