Uses of Class
com.boldsign.model.DocumentSigner.SignerTypeEnum
-
Packages that use DocumentSigner.SignerTypeEnum Package Description com.boldsign.model -
-
Uses of DocumentSigner.SignerTypeEnum in com.boldsign.model
Methods in com.boldsign.model that return DocumentSigner.SignerTypeEnum Modifier and Type Method Description static DocumentSigner.SignerTypeEnumDocumentSigner.SignerTypeEnum. fromValue(String value)DocumentSigner.SignerTypeEnumDocumentSigner. getSignerType()Get signerTypeDocumentSigner.SignerTypeEnumDocumentSigner.SignerTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentSigner.SignerTypeEnumDocumentSigner.SignerTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentSigner.SignerTypeEnum[]DocumentSigner.SignerTypeEnum. 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.SignerTypeEnum Modifier and Type Method Description voidDocumentSigner. setSignerType(DocumentSigner.SignerTypeEnum signerType)DocumentSignerDocumentSigner. signerType(DocumentSigner.SignerTypeEnum signerType)voidDocumentSigner.SignerTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentSigner.SignerTypeEnum enumeration)
-