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