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