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