Uses of Class
model.IdentityEntityForm.OwnershipTypeEnum
-
Packages that use IdentityEntityForm.OwnershipTypeEnum Package Description model -
-
Uses of IdentityEntityForm.OwnershipTypeEnum in model
Methods in model that return IdentityEntityForm.OwnershipTypeEnum Modifier and Type Method Description static IdentityEntityForm.OwnershipTypeEnumIdentityEntityForm.OwnershipTypeEnum. fromValue(String value)IdentityEntityForm.OwnershipTypeEnumIdentityEntityForm. getOwnershipType()Values can be either: <ul><li><strong>PUBLIC</strong> to indicate a publicly-traded company.<li><strong>PRIVATE</strong> for privately-held businesses.IdentityEntityForm.OwnershipTypeEnumIdentityEntityForm.OwnershipTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static IdentityEntityForm.OwnershipTypeEnumIdentityEntityForm.OwnershipTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityEntityForm.OwnershipTypeEnum[]IdentityEntityForm.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 IdentityEntityForm.OwnershipTypeEnum Modifier and Type Method Description IdentityEntityFormIdentityEntityForm. ownershipType(IdentityEntityForm.OwnershipTypeEnum ownershipType)voidIdentityEntityForm. setOwnershipType(IdentityEntityForm.OwnershipTypeEnum ownershipType)voidIdentityEntityForm.OwnershipTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, IdentityEntityForm.OwnershipTypeEnum enumeration)
-