public enum OwnershipTypes extends Enum<OwnershipTypes> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
BUSINESS_OWNED |
BUSINESS_PARENTED |
NONE |
ORGANIZATION_OWNED |
TEAM_OWNED |
USER_OWNED |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static OwnershipTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwnershipTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwnershipTypes NONE
public static final OwnershipTypes USER_OWNED
public static final OwnershipTypes TEAM_OWNED
public static final OwnershipTypes BUSINESS_OWNED
public static final OwnershipTypes ORGANIZATION_OWNED
public static final OwnershipTypes BUSINESS_PARENTED
public static OwnershipTypes[] values()
for (OwnershipTypes c : OwnershipTypes.values()) System.out.println(c);
public static OwnershipTypes 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.