Uses of Class
com.boldsign.model.DocumentSigner.SignTypeEnum
-
Packages that use DocumentSigner.SignTypeEnum Package Description com.boldsign.model -
-
Uses of DocumentSigner.SignTypeEnum in com.boldsign.model
Methods in com.boldsign.model that return DocumentSigner.SignTypeEnum Modifier and Type Method Description static DocumentSigner.SignTypeEnumDocumentSigner.SignTypeEnum. fromValue(String value)DocumentSigner.SignTypeEnumDocumentSigner. getSignType()Get signTypeDocumentSigner.SignTypeEnumDocumentSigner.SignTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentSigner.SignTypeEnumDocumentSigner.SignTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentSigner.SignTypeEnum[]DocumentSigner.SignTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.boldsign.model with parameters of type DocumentSigner.SignTypeEnum Modifier and Type Method Description voidDocumentSigner. setSignType(DocumentSigner.SignTypeEnum signType)DocumentSignerDocumentSigner. signType(DocumentSigner.SignTypeEnum signType)voidDocumentSigner.SignTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentSigner.SignTypeEnum enumeration)
-