public enum GHMarketplacePriceModel extends Enum<GHMarketplacePriceModel>
GHMarketplacePlan| Modifier and Type | Method and Description |
|---|---|
String |
symbol()
Returns GitHub's internal representation of this event.
|
static GHMarketplacePriceModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHMarketplacePriceModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GHMarketplacePriceModel FREE
public static final GHMarketplacePriceModel PER_UNIT
public static final GHMarketplacePriceModel FLAT_RATE
public static GHMarketplacePriceModel[] values()
for (GHMarketplacePriceModel c : GHMarketplacePriceModel.values()) System.out.println(c);
public static GHMarketplacePriceModel 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 String symbol()
Copyright © 2020. All rights reserved.