Uses of Class
com.confidentify.client.model.IdentifyResponseRecordEntity.EntityTypeEnum
-
Packages that use IdentifyResponseRecordEntity.EntityTypeEnum Package Description com.confidentify.client.model -
-
Uses of IdentifyResponseRecordEntity.EntityTypeEnum in com.confidentify.client.model
Methods in com.confidentify.client.model that return IdentifyResponseRecordEntity.EntityTypeEnum Modifier and Type Method Description static IdentifyResponseRecordEntity.EntityTypeEnumIdentifyResponseRecordEntity.EntityTypeEnum. fromValue(String value)IdentifyResponseRecordEntity.EntityTypeEnumIdentifyResponseRecordEntity. getEntityType()Get entityTypeIdentifyResponseRecordEntity.EntityTypeEnumIdentifyResponseRecordEntity.EntityTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static IdentifyResponseRecordEntity.EntityTypeEnumIdentifyResponseRecordEntity.EntityTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentifyResponseRecordEntity.EntityTypeEnum[]IdentifyResponseRecordEntity.EntityTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.confidentify.client.model with parameters of type IdentifyResponseRecordEntity.EntityTypeEnum Modifier and Type Method Description IdentifyResponseRecordEntityIdentifyResponseRecordEntity. entityType(IdentifyResponseRecordEntity.EntityTypeEnum entityType)voidIdentifyResponseRecordEntity. setEntityType(IdentifyResponseRecordEntity.EntityTypeEnum entityType)voidIdentifyResponseRecordEntity.EntityTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, IdentifyResponseRecordEntity.EntityTypeEnum enumeration)
-