Uses of Enum
model.IdentityEntity.OwnershipTypeEnum
Packages that use IdentityEntity.OwnershipTypeEnum
-
Uses of IdentityEntity.OwnershipTypeEnum in model
Methods in model that return IdentityEntity.OwnershipTypeEnumModifier and TypeMethodDescriptionIdentityEntity.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.Adapter.read(com.google.gson.stream.JsonReader jsonReader) 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.Methods in model with parameters of type IdentityEntity.OwnershipTypeEnumModifier and TypeMethodDescriptionIdentityEntity.ownershipType(IdentityEntity.OwnershipTypeEnum ownershipType) voidIdentityEntity.setOwnershipType(IdentityEntity.OwnershipTypeEnum ownershipType) voidIdentityEntity.OwnershipTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, IdentityEntity.OwnershipTypeEnum enumeration)