static IdentityEntity.OwnershipTypeEnum |
IdentityEntity.OwnershipTypeEnum.fromValue(String value) |
|
IdentityEntity.OwnershipTypeEnum |
IdentityEntity.getOwnershipType() |
Values can be either: <ul><li><strong>PUBLIC</strong> to indicate a publicly-traded company.<li><strong>PRIVATE</strong> for privately-held businesses.
|
IdentityEntity.OwnershipTypeEnum |
IdentityEntity.OwnershipTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static IdentityEntity.OwnershipTypeEnum |
IdentityEntity.OwnershipTypeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IdentityEntity.OwnershipTypeEnum[] |
IdentityEntity.OwnershipTypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|