Uses of Class
com.boldsign.model.IdentityVerificationSettings.AllowedDocumentTypesEnum
-
Packages that use IdentityVerificationSettings.AllowedDocumentTypesEnum Package Description com.boldsign.model -
-
Uses of IdentityVerificationSettings.AllowedDocumentTypesEnum in com.boldsign.model
Methods in com.boldsign.model that return IdentityVerificationSettings.AllowedDocumentTypesEnum Modifier and Type Method Description static IdentityVerificationSettings.AllowedDocumentTypesEnumIdentityVerificationSettings.AllowedDocumentTypesEnum. fromValue(String value)IdentityVerificationSettings.AllowedDocumentTypesEnumIdentityVerificationSettings.AllowedDocumentTypesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static IdentityVerificationSettings.AllowedDocumentTypesEnumIdentityVerificationSettings.AllowedDocumentTypesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityVerificationSettings.AllowedDocumentTypesEnum[]IdentityVerificationSettings.AllowedDocumentTypesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.boldsign.model that return types with arguments of type IdentityVerificationSettings.AllowedDocumentTypesEnum Modifier and Type Method Description List<IdentityVerificationSettings.AllowedDocumentTypesEnum>IdentityVerificationSettings. getAllowedDocumentTypes()Get allowedDocumentTypesMethods in com.boldsign.model with parameters of type IdentityVerificationSettings.AllowedDocumentTypesEnum Modifier and Type Method Description IdentityVerificationSettingsIdentityVerificationSettings. addAllowedDocumentTypesItem(IdentityVerificationSettings.AllowedDocumentTypesEnum allowedDocumentTypesItem)voidIdentityVerificationSettings.AllowedDocumentTypesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, IdentityVerificationSettings.AllowedDocumentTypesEnum enumeration)Method parameters in com.boldsign.model with type arguments of type IdentityVerificationSettings.AllowedDocumentTypesEnum Modifier and Type Method Description IdentityVerificationSettingsIdentityVerificationSettings. allowedDocumentTypes(List<IdentityVerificationSettings.AllowedDocumentTypesEnum> allowedDocumentTypes)voidIdentityVerificationSettings. setAllowedDocumentTypes(List<IdentityVerificationSettings.AllowedDocumentTypesEnum> allowedDocumentTypes)
-