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