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