Uses of Class
com.boldsign.model.TemplateProperties.AllowedSignatureTypesEnum
-
Packages that use TemplateProperties.AllowedSignatureTypesEnum Package Description com.boldsign.model -
-
Uses of TemplateProperties.AllowedSignatureTypesEnum in com.boldsign.model
Methods in com.boldsign.model that return TemplateProperties.AllowedSignatureTypesEnum Modifier and Type Method Description static TemplateProperties.AllowedSignatureTypesEnumTemplateProperties.AllowedSignatureTypesEnum. fromValue(String value)TemplateProperties.AllowedSignatureTypesEnumTemplateProperties.AllowedSignatureTypesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static TemplateProperties.AllowedSignatureTypesEnumTemplateProperties.AllowedSignatureTypesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateProperties.AllowedSignatureTypesEnum[]TemplateProperties.AllowedSignatureTypesEnum. 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 TemplateProperties.AllowedSignatureTypesEnum Modifier and Type Method Description List<TemplateProperties.AllowedSignatureTypesEnum>TemplateProperties. getAllowedSignatureTypes()Get allowedSignatureTypesMethods in com.boldsign.model with parameters of type TemplateProperties.AllowedSignatureTypesEnum Modifier and Type Method Description TemplatePropertiesTemplateProperties. addAllowedSignatureTypesItem(TemplateProperties.AllowedSignatureTypesEnum allowedSignatureTypesItem)voidTemplateProperties.AllowedSignatureTypesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, TemplateProperties.AllowedSignatureTypesEnum enumeration)Method parameters in com.boldsign.model with type arguments of type TemplateProperties.AllowedSignatureTypesEnum Modifier and Type Method Description TemplatePropertiesTemplateProperties. allowedSignatureTypes(List<TemplateProperties.AllowedSignatureTypesEnum> allowedSignatureTypes)voidTemplateProperties. setAllowedSignatureTypes(List<TemplateProperties.AllowedSignatureTypesEnum> allowedSignatureTypes)
-