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