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