Uses of Enum
model.CreateIdentityRequestEntity.OwnershipTypeEnum
Packages that use CreateIdentityRequestEntity.OwnershipTypeEnum
-
Uses of CreateIdentityRequestEntity.OwnershipTypeEnum in model
Methods in model that return CreateIdentityRequestEntity.OwnershipTypeEnumModifier and TypeMethodDescriptionCreateIdentityRequestEntity.getOwnershipType()Avalible values include: <ul><li><strong>PUBLIC</strong> to indicate a publicly-traded company.<li><strong>PRIVATE</strong> for privately-held businesses.CreateIdentityRequestEntity.OwnershipTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.CreateIdentityRequestEntity.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 CreateIdentityRequestEntity.OwnershipTypeEnumModifier and TypeMethodDescriptionCreateIdentityRequestEntity.ownershipType(CreateIdentityRequestEntity.OwnershipTypeEnum ownershipType) voidCreateIdentityRequestEntity.setOwnershipType(CreateIdentityRequestEntity.OwnershipTypeEnum ownershipType) voidCreateIdentityRequestEntity.OwnershipTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreateIdentityRequestEntity.OwnershipTypeEnum enumeration)